diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Locale/el_GR | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/el_GR')
-rw-r--r-- | app/Locale/el_GR/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index bad43233..2e4ba778 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => 'Διαχειριστής', 'Sign in' => 'Είσοδος', 'Users' => 'Χρήστες', - 'No user' => 'Δεν υπάρχει χρήστης', 'Forbidden' => 'Δεν επιτρέπεται η πρόσβαση', 'Access Forbidden' => 'Δεν επιτρέπεται η πρόσβαση', 'Edit user' => 'Διόρθωση χρήστη', @@ -402,16 +401,13 @@ return array( 'API' => 'API', 'Create a comment from an external provider' => 'Δημιουργήστε ένα σχόλιο από έναν εξωτερικό πάροχο', 'Project management' => 'Διαχείριση έργων', - 'My projects' => 'Τα έργα μου', 'Columns' => 'Στήλες', 'Task' => 'Εργασία', - 'Your are not member of any project.' => 'Δεν είστε μέλος κάποιου έργου.', 'Percentage' => 'Ποσοστό', 'Number of tasks' => 'Αριθμός εργασιών', 'Task distribution' => 'Κατανομή εργασιών', 'Analytics' => 'Αναλύσεις', 'Subtask' => 'Υπο-Εργασία', - 'My subtasks' => 'Οι υπο-εργασίες μου', 'User repartition' => 'Επαναλήψεις χρηστών', 'Clone this project' => 'Κλωνοποίηση έργου', 'Column removed successfully.' => 'Η στήλη αφαιρέθηκε με επιτυχία.', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => 'Δεν υπάρχει διαθέσιμος χρήστης', 'Do you really want to remove the user "%s" from the group "%s"?' => 'Αφαίρεση του χρήστη « %s » από την ομάδα « %s » ?', 'There is no group.' => 'Δεν υπάρχει ομάδα.', - 'External Id' => 'Εξωτερικό αναγνωριστικό', 'Add group member' => 'Προσθήκη μέλους ομάδας', 'Do you really want to remove this group: "%s"?' => 'Αφαίρεση της ομάδας: « %s » ?', 'There is no user in this group.' => 'Δεν υπάρχει χρήστης σε αυτήν την ομάδα', @@ -955,7 +950,6 @@ return array( 'Default priority' => 'Εξ ορισμού προτεραιότητα', 'Lowest priority' => 'η χαμηλότερη προτεραιότητα', 'Highest priority' => 'η υψηλότερη προτεραιότητα', - 'If you put zero to the low and high priority, this feature will be disabled.' => 'Αν βάλετε μηδέν στη χαμηλή και στην υψηλή προτεραιότητα, το χαρακτηριστικό αυτό απενεργοποιείται.', 'Close a task when there is no activity' => 'Κλείσιμο εργασίας όταν δεν υπάρχει δραστηριότητα', 'Duration in days' => 'Διάρκεια σε ημέρες', 'Send email when there is no activity on a task' => 'Αποστολή email όταν δεν υπάρχει δραστηριότητα σε εργασία', @@ -1169,8 +1163,6 @@ return array( // 'Subtasks overview for %s' => '', // 'Projects overview for %s' => '', // 'Activity stream for %s' => '', - // 'Calendar for %s' => '', - // 'Notifications for %s' => '', // 'Assign a color when the task is moved to a specific swimlane' => '', // 'Assign a priority when the task is moved to a specific swimlane' => '', // 'User unlocked successfully.' => '', @@ -1316,7 +1308,6 @@ return array( // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', // 'Database file' => '', // 'Upload' => '', - // 'Remove this user from group' => '', // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', @@ -1334,4 +1325,23 @@ return array( // 'Assign automatically a color when due date is expired' => '', // 'Total score in this column across all swimlanes' => '', // 'HRK - Kuna' => '', + // 'ARS - Argentine Peso' => '', + // 'COP - Colombian Peso' => '', + // '%d groups' => '', + // '%d group' => '', + // 'Group ID' => '', + // 'External ID' => '', + // '%d users' => '', + // '%d user' => '', + // 'Hide subtasks' => '', + // 'Show subtasks' => '', + // 'Authentication Parameters' => '', + // 'API Access' => '', + // 'No users found.' => '', + // 'User ID' => '', + // 'Notifications are activated' => '', + // 'Notifications are disabled' => '', + // 'User disabled' => '', + // '%d notifications' => '', + // '%d notification' => '', ); |