X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fgr.lang.php;h=1396d5f516b6e3f95fc70c4c5fe7388c3762ad8f;hb=7a53b9001847ebb7a1fa1fb118d25b9329c44d42;hp=6e7b32ef0c9cd3e97469ec4ded58475e5cfaf771;hpb=367baa10353d5f679e6e3c795ae9d35a275a24d9;p=timetracker.git diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 6e7b32ef..1396d5f5 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -51,6 +51,8 @@ $i18n_key_words = array( 'menu.time' => 'Χρόνος', 'menu.expenses' => 'Έξοδα', 'menu.reports' => 'Αναφορές', +// TODO: translate the following. +// 'menu.timesheets' => 'Timesheets', 'menu.charts' => 'Διαγράμματα', 'menu.projects' => 'Έργα', 'menu.tasks' => 'Εργασίες', @@ -106,6 +108,7 @@ $i18n_key_words = array( // 'error.cannot_import' => 'Cannot import: %s.', // 'error.format' => 'Invalid file format.', // 'error.user_count' => 'Limit on user count.', +// 'error.expired' => 'Expiration date reached.', // Warning messages. // TODO: translate the following. @@ -236,6 +239,10 @@ $i18n_key_words = array( // 'label.work_units_short' => 'Units', 'label.totals_only' => 'Σύνολα μόνο', 'label.quota' => 'Ποσοστό', +// TODO: translate the following. +// 'label.timesheet' => 'Timesheet', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Form titles. 'title.error' => 'Σφάλμα', @@ -263,6 +270,9 @@ $i18n_key_words = array( 'title.reports' => 'Αναφορές', 'title.report' => 'Αναφορά', 'title.send_report' => 'Αποστολή αναφοράς', +// TODO: Translate the following. +// 'title.timesheets' => 'Timesheets', +// 'title.timesheet' => 'Timesheet', 'title.invoice' => 'Τιμολόγιο', 'title.send_invoice' => 'Αποστολή τιμολόγιου', 'title.charts' => 'Γραφήματα', @@ -383,6 +393,9 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'μη χρεώσιμο', 'form.reports.include_invoiced' => 'τιμολόγηση', 'form.reports.include_not_invoiced' => 'χωρίς τιμολόγηση', +// TODO: translate the following. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Επιλογή χρονικής περιόδου', 'form.reports.set_period' => 'ή εύρος ημερομηνιών', 'form.reports.show_fields' => 'Εμφάνιση πεδίων', @@ -399,6 +412,10 @@ $i18n_key_words = array( 'form.report.export' => 'Εξαγωγή', 'form.report.assign_to_invoice' => 'Ανάθεση στο τιμολόγιο', +// Timesheets form. See example at https://timetracker.anuko.com/timesheets.php +// TODO: translate the following. +// form.timesheets.hint' => 'Use reports to add new timesheets.', + // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). 'form.invoice.number' => 'Αριθμός τιμολογίου',