diff options
Diffstat (limited to 'app/Locale/el_GR/translations.php')
-rw-r--r-- | app/Locale/el_GR/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 59d75a96..6454af12 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d κλειστές εργασίες', 'No task for this project' => 'Αριθμός εργασιών για το έργο', 'Public link' => 'Δημόσιος σύνδεσμος', - 'Change assignee' => 'Αλλαγή ανάθεσης', - 'Change assignee for the task "%s"' => 'Αλλαγή ανάθεσης για την εργασία « %s »', 'Timezone' => 'Timezone', 'Sorry, I didn\'t find this information in my database!' => 'Δυστυχώς δεν βρέθηκε αυτή η πληροφορία στη βάση δεδομένων', 'Page not found' => 'Η σελίδα δεν βρέθηκε', @@ -248,7 +246,6 @@ return array( 'Category' => 'Κατηγορία', 'Category:' => 'Κατηγορία:', 'Categories' => 'Κατηγορίες', - 'Category not found.' => 'Η κατηγορία δεν βρέθηκε', 'Your category have been created successfully.' => 'Η κατηγορία δημιουργήθηκε.', 'Unable to create your category.' => 'Δεν είναι δυνατή η δημιουργία της κατηγορίας.', 'Your category have been updated successfully.' => 'Η ενημέρωση της κατηγορίας καταχωρήθηκε με επιτυχία.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => 'Αφαίρεση του αρχείου: « %s » ?', 'Attachments' => 'Συνημμένα', 'Edit the task' => 'Διόρθωση εργασίας', - 'Edit the description' => 'Διόρθωση περιγραφής', 'Add a comment' => 'Προσθήκη σχολίου', 'Edit a comment' => 'Διόρθωση σχολίου', 'Summary' => 'Περίληψη', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Καμία εξωτερική πιστοποιήση ενεργοποιημένη.', 'Password modified successfully.' => 'Το password τροποποιήθηκε με επιτυχία.', 'Unable to change the password.' => 'Αδύνατο να αλλάξει το password.', - 'Change category for the task "%s"' => 'Αλλαγή κατηγορίας της εργασίας « %s »', 'Change category' => 'Αλλαγή κατηγορίας', '%s updated the task %s' => '%s ενημέρωσε την εργασία %s', '%s opened the task %s' => '%s άνοιξε την εργασία %s', @@ -485,7 +480,6 @@ return array( 'Remove a swimlane' => 'Αφαίρεση λωρίδας', 'Show default swimlane' => 'Εμφάνιση προεπιλεγμένων λωρίδων', 'Swimlane modification for the project "%s"' => 'Τροποποίηση λωρίδας για το έργο « %s »', - 'Swimlane not found.' => 'Η λωρίδα δεν βρέθηκε.', 'Swimlane removed successfully.' => 'Η λωρίδα αφαιρέθηκε με επιτυχία.', 'Swimlanes' => 'Λωρίδες', 'Swimlane updated successfully.' => 'Η λωρίδα ενημερώθηκε με επιτυχία.', @@ -1202,4 +1196,23 @@ return array( // 'Email transport' => '', // 'Webhook token' => '', // 'Imports' => '', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |