X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/903dae76e54a4e0c081532a8113c00ef1b56a1b5..53dd9ed078fdb70af2f24564145873e2346e5f28:/WEB-INF/resources/gr.lang.php diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 88dad80f..77a7833a 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' => 'Εργασίες', @@ -237,6 +239,9 @@ $i18n_key_words = array( // 'label.work_units_short' => 'Units', 'label.totals_only' => 'Σύνολα μόνο', 'label.quota' => 'Ποσοστό', +// TODO: translate the following. +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Form titles. 'title.error' => 'Σφάλμα', @@ -264,6 +269,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' => 'Γραφήματα', @@ -400,6 +408,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' => 'Αριθμός τιμολογίου',