Put form.swap.hint into translation files.
[timetracker.git] / WEB-INF / resources / gr.lang.php
index 1103e42..2e2a14b 100644 (file)
@@ -153,6 +153,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' => 'Σύνολο μήνα',
@@ -206,21 +208,7 @@ $i18n_key_words = array(
 'label.paid' => 'Πληρωμένο',
 'label.mark_paid' => 'Σήμανση πληρωμένα',
 'label.week_note' => 'Σημείωση εβδομάδας',
-// TODO: translate the following.
-// 'label.week_list' => 'Week list',
-// Currently suggested translation "Προβολή εβδομάδας" seems incorrect as it is the same
-// as 'title.week_view' => 'Προβολή εβδομάδας'.
-// Week list is one of 3 groups of elements in a week view.
-// See some screenshots at https://www.anuko.com/forum/viewtopic.php?f=4&t=1786&start=30
-// The "Week list" is the bottom part (below the week table).
-// In other words:
-//   week view - a page in Time Tracker - https://timetracker.anuko.com/week.php
-//               (available only when Week View plugin is enabled).
-//   week list - an optional list of time entries on the bottom of week view.
-//               (can be turned on or off the week view).
-//
-// To reiterate: a week list is an optiona bottom element of week view, that lists
-// all week entries as a chronological list (as opposed to week table above it - table layout).
+'label.week_list' => 'Λίστα εβδομάδων',
 
 // Form titles.
 'title.login' => 'Σύνδεση',
@@ -289,6 +277,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.
@@ -436,6 +426,8 @@ $i18n_key_words = array(
 'form.teams.hint' => 'Δημιουργήστε μια νέα ομάδα δημιουργώντας ένα νέο λογαριασμό διαχειριστή ομάδας.<br>Μπορείτε επίσης να εισαγάγετε δεδομένα ομάδας από ένα αρχείο 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' => 'Προβολή διακοπών',
@@ -461,13 +453,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' => 'χρήστης',