X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ef5c9ae2d3e3a31f054470020b9539794e64b9d2..db7e28f1cc7a61a4685e5426cc0c647105b6f9c1:/WEB-INF/resources/gr.lang.php diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index c3072e2a..145d0efd 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -250,6 +250,8 @@ $i18n_key_words = array( // 'label.approved' => 'Approved', // 'label.approval' => 'Report approval', // 'label.mark_approved' => 'Mark approved', +// 'label.template' => 'Template', +// 'label.attachments' => 'Attachments', // Form titles. 'title.error' => 'ΣÏάλμα', @@ -334,6 +336,10 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.swap_roles' => 'Swapping Roles', // 'title.work_units' => 'Work Units', +// 'title.templates' => 'Templates', +// 'title.add_template' => 'Adding Template', +// 'title.edit_template' => 'Editing Template', +// 'title.delete_template' => 'Deleting Template', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -357,6 +363,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' => 'διαγÏαÏή', @@ -434,6 +442,11 @@ $i18n_key_words = array( // 'form.timesheets.active_timesheets' => 'Active Timesheets', // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets', +// Templates form. See example at https://timetracker.anuko.com/templates.php +// TODO: translate the following. +// 'form.templates.active_templates' => 'Active Templates', +// 'form.templates.inactive_templates' => 'Inactive Templates', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'ÎÏιθμÏÏ ÏÎ¹Î¼Î¿Î»Î¿Î³Î¯Î¿Ï ', @@ -572,4 +585,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", );