diff options
Diffstat (limited to 'plugins/Calendar/Locale/el_GR/translations.php')
-rw-r--r-- | plugins/Calendar/Locale/el_GR/translations.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Calendar/Locale/el_GR/translations.php b/plugins/Calendar/Locale/el_GR/translations.php new file mode 100644 index 00000000..853173af --- /dev/null +++ b/plugins/Calendar/Locale/el_GR/translations.php @@ -0,0 +1,13 @@ +<?php + +return array( + 'Calendar' => 'Ημερολόγιο', + 'Calendar settings' => 'Ρυθμίσεις ημερολογίου', + 'Project calendar view' => 'Προβολή ημερολογίου έργων', + 'User calendar view' => 'Προβολή του ημερολογίου του χρήστη', + 'My calendar' => 'Το ημερολόγιο μου', + 'Switch to the list view' => 'Εναλλαγή στην προβολή λίστας', + 'Show tasks based on the start date' => 'Εμφάνιση έργων με βάση την ημερομηνία δημιουργίας ', + 'Subtasks time tracking' => 'Παρακολούθηση χρόνου υπο-εργασίων', +); + |