X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb1332ec4a8cc403d3531bd472e9060dfe5e5d94..784c0088fb7f9892fdaf22374cd9ef98144afe12:/WEB-INF/resources/gr.lang.php diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 2ebdaa8f..f208a835 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -91,6 +91,8 @@ $i18n_key_words = array( 'error.invoice_exists' => 'Το ÏιμολÏγιο με Î±Ï ÏÏν Ïον αÏÎ¹Î¸Î¼Ï Ï ÏάÏÏει ήδη.', 'error.role_exists' => 'Î ÏÏÎ»Î¿Ï Ïε Î±Ï Ïή Ïη ÏειÏά Ï ÏάÏÏει ήδη.', 'error.no_invoiceable_items' => 'Îεν Ï ÏάÏÏÎ¿Ï Î½ ÏÏοιÏεία ÏÏÎ¿Ï ÏιμολÏγηÏη.', +// TODO: translate the following. +// 'error.no_records' => 'There are no records.', 'error.no_login' => 'Îεν Ï ÏάÏÏει ÏÏήÏÏÎ·Ï Î¼Îµ Î±Ï Ïά Ïα ÏÏοιÏεία.', 'error.no_groups' => 'ΠβάÏη δεδομÎνÏν ÏÎ±Ï ÎµÎ¯Î½Î±Î¹ κενή. Î£Ï Î½Î´ÎµÎ¸ÎµÎ¯Ïε ÏÏ Î´Î¹Î±ÏειÏιÏÏÎ®Ï ÎºÎ±Î¹ Î´Î·Î¼Î¹Î¿Ï ÏγήÏÏε μια νÎα ομάδα.', 'error.upload' => 'ΣÏάλμα ÏÏÏÏÏÏÎ·Ï Î±ÏÏÎµÎ¯Î¿Ï .', @@ -133,8 +135,6 @@ $i18n_key_words = array( 'button.send' => 'ÎÏοÏÏολή', 'button.send_by_email' => 'ÎÏοÏÏολή μÎÏÏ email', 'button.create_group' => 'ÎÎ·Î¼Î¹Î¿Ï Ïγία ομάδαÏ', -// TODO: translate the following. -// 'button.create_timesheet' => 'Create timesheet', 'button.export' => 'ÎξαγÏγη ομάδαÏ', 'button.import' => 'ÎιÏαγÏγή ομάδαÏ', 'button.close' => 'ÎλείÏιμο', @@ -357,6 +357,8 @@ $i18n_key_words = array( 'dropdown.clients' => 'ÏελάÏεÏ', 'dropdown.select' => '--- εÏιλογή ---', 'dropdown.select_invoice' => '--- εÏιλογή ÏιμολÏÎ³Î¹Î¿Ï ---', +// TODO: translate the following. +// 'dropdown.select_timesheet' => '--- select timesheet ---', 'dropdown.status_active' => 'ενεÏγÏÏ', 'dropdown.status_inactive' => 'ανÎνεÏγοÏ', 'dropdown.delete' => 'διαγÏαÏή', @@ -426,10 +428,11 @@ $i18n_key_words = array( // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'ÎξαγÏγή', 'form.report.assign_to_invoice' => 'ÎνάθεÏη ÏÏο ÏιμολÏγιο', +// TODO: translate the following. +// 'form.report.assign_to_timesheet' => 'Assign to timesheet', // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php // TODO: translate the following. -// form.timesheets.hint' => 'Use reports to add new timesheets.', // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', @@ -571,4 +574,13 @@ $i18n_key_words = array( 'role.admin.label' => 'ÎιαÏειÏιÏÏήÏ', 'role.admin.low_case_label' => 'διαÏειÏιÏÏήÏ', 'role.admin.description' => 'ÎιαÏειÏιÏÏÎ®Ï Î´Î¹ÎºÏÏ Î±ÎºÎ¿Ï ÏÏÏÎ¿Ï .', + +// Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php. +// TODO: translate the following. +// 'form.timesheet_view.submit_subject' => 'Timesheet approval request', +// 'form.timesheet_view.submit_body' => "A new timesheet requires approval.
User: %s.", +// 'form.timesheet_view.approve_subject' => 'Timesheet approved', +// 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.
%s", +// 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', +// 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.
%s", );