X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/995feb6c9e97991e5b9d9803fbc3c8a41ac48922..1e79f87da93c796cf1a46d7f36eab5f0fef3db61:/WEB-INF/resources/gr.lang.php diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index 2d2d0d5e..a7e7d296 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -400,6 +400,10 @@ $i18n_key_words = array( 'form.users.rate' => 'Τιμή', 'form.users.default_rate' => 'Προκαθορισμένη ωριαία τιμή', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php 'form.roles.active_roles' => 'Ενεργοί ρόλοι', 'form.roles.inactive_roles' => 'Ανενεργοί ρόλοι', @@ -431,8 +435,6 @@ $i18n_key_words = array( 'form.groups.hint' => 'Δημιουργήστε μια νέα ομάδα δημιουργώντας ένα νέο λογαριασμό διαχειριστή ομάδας.
Μπορείτε επίσης να εισαγάγετε δεδομένα ομάδας από ένα αρχείο xml από άλλο διακομιστή Anuko Time Tracker (δεν επιτρέπονται συγκρούσεις σύνδεσης).', // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. -// TODO: translate the following. -// 'form.profile.swap_roles' => 'Swap roles', 'form.profile.12_hours' => '12 ώρες', 'form.profile.24_hours' => '24 ώρες', 'form.profile.show_holidays' => 'Προβολή διακοπών', @@ -452,6 +454,10 @@ $i18n_key_words = array( // 'form.profile.allow_ip' => 'Allow IP', 'form.profile.plugins' => 'Πρόσθετα', +// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php +// TODO: translate the following. +// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?', + // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Από', 'form.mail.to' => 'Προς',