X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fgr.lang.php;h=e9f4790c0865c4ed784eaa53e5f2b48e692128d9;hb=62b36719d92eec21e5e132811c1ec88e5f495117;hp=a8e5f2d4ad2075c8cb53d2ee4a1b77e7dfd58575;hpb=34f6beb1838c9564f65c6940fa91762cac5f29a9;p=timetracker.git diff --git a/WEB-INF/resources/gr.lang.php b/WEB-INF/resources/gr.lang.php index a8e5f2d4..e9f4790c 100644 --- a/WEB-INF/resources/gr.lang.php +++ b/WEB-INF/resources/gr.lang.php @@ -68,6 +68,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Δεν επιτρέπεται η πρόσβαση.', 'error.sys' => 'Σφάλμα συστήματος.', 'error.db' => 'Σφάλμα βάσης δεδομένων.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Λανθασμένο "{0}" δεδομένο.', 'error.empty' => 'Το πεδίο "{0}" είναι κενό.', 'error.not_equal' => 'Το πεδίο "{0}" δεν είναι ίσο με το πεδίο "{1}".', @@ -153,6 +155,8 @@ $i18n_key_words = array( 'label.notes' => 'Σημειώσεις', 'label.item' => 'Αντικείμενο', 'label.cost' => 'Κόστος', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'Σύνολο ημέρας', 'label.week_total' => 'Σύνολο εβδομάδας', 'label.month_total' => 'Σύνολο μήνα', @@ -275,6 +279,8 @@ $i18n_key_words = array( 'title.cf_delete_dropdown_option' => 'Διαγραφή επιλογής', 'title.locking' => 'Κλείδωμα', 'title.week_view' => 'Προβολή εβδομάδας', +// TODO: translate the following. +// 'title.swap_roles' => 'Swapping Roles', // 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. @@ -422,6 +428,8 @@ $i18n_key_words = array( 'form.teams.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' => 'Προβολή διακοπών', @@ -447,13 +455,18 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Η αναφορά στάλθηκε.', 'form.mail.invoice_sent' => 'Το τιμολόγιο στάλθηκε.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'Χρόνος', 'form.quota.month' => 'Μήνας', 'form.quota.quota' => 'Ποσοστό', 'form.quota.workday_hours' => 'Ώρες ανά ημέρα εργασίας', 'form.quota.hint' => 'Εάν οι τιμές είναι κενές, οι ποσοστώσεις υπολογίζονται αυτόματα με βάση τις ώρες της εργάσιμης ημέρας και τις αργίες.', +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', +// 'form.swap.swap_with' => 'Swap roles with', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. 'role.user.label' => 'Χρήστης', 'role.user.low_case_label' => 'χρήστης',