X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1ed162514b774ef5d2f9858efa2436b19d99d484..fc8a4455218bc71e17697f33c111b9dbc55f8047:/WEB-INF/resources/gr.lang.php diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 12b31464..1d048d2b 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -306,6 +306,10 @@ $i18n_key_words = array( 'title.add_notification' => 'Προσθήκη ειδοποίησης', 'title.edit_notification' => 'Επεξεργασία ειδοποίησης', 'title.delete_notification' => 'Διαγραφή ειδοποίησης', +// TODO: translate the following. +// 'title.add_timesheet' => 'Adding Timesheet', +// 'title.edit_timesheet' => 'Editing Timesheet', +// 'title.delete_timesheet' => 'Deleting Timesheet', 'title.monthly_quotas' => 'Μηνιαίες ποσοστώσεις', 'title.export' => 'Εξαγωγή δεδομένων ομάδας', 'title.import' => 'Εισαγωγή δεδομένων ομάδας', @@ -417,6 +421,8 @@ $i18n_key_words = array( // 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', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).