diff options
Diffstat (limited to 'app/Locale/el_GR/translations.php')
-rw-r--r-- | app/Locale/el_GR/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 7b09447b..00ae2200 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -493,7 +493,6 @@ return array( 'Do you really want to remove this swimlane: "%s"?' => 'Σίγουρα θέλετε να αφαιρέσετε τη λωρίδα : « %s » ?', 'Inactive swimlanes' => 'Ανενεργές Λωρίδες', 'Remove a swimlane' => 'Αφαίρεση λωρίδας', - 'Rename' => 'Μετονομασία', 'Show default swimlane' => 'Εμφάνιση προεπιλεγμένων λωρίδων', 'Swimlane modification for the project "%s"' => 'Τροποποίηση λωρίδας για το έργο « %s »', 'Swimlane not found.' => 'Η λωρίδα δεν βρέθηκε.', @@ -734,7 +733,6 @@ return array( 'The description has been modified' => 'Η περιγραφή έχει ενημερωθεί', 'Do you really want to close the task "%s" as well as all subtasks?' => 'Σίγουρα θέλετε να κλείσετε την εργασία « %s » και την υπο-εργασία ?', 'I want to receive notifications for:' => 'Επιθυμώ να λαμβάνω ενημερώσεις για :', - 'The description have been modified' => 'Η περιγραφή έχει ενημερωθεί', 'All tasks' => 'Όλες οι εργασίες', 'Only for tasks assigned to me' => 'Μόνο σε εργασίες που μου έχουν ανατεθεί', 'Only for tasks created by me' => 'Μόνο σε εργασίες που έχουν δημιουργηθεί από εμένα', @@ -1146,4 +1144,11 @@ return array( 'This value must be greater than %d' => 'Η τιμή πρέπει να είναι μεγαλύτερη από %d', 'Another swimlane with the same name exists in the project' => 'Μια άλλη λωρίδα, με το ίδιο όνομα υπάρχει στο έργο', 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Παράδειγμα: http://example.kanboard.net/ (χρησιμοποιείται για τη δημιουργία απόλυτων URLs)', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |