Sync locales

This commit is contained in:
Frederic Guillot 2016-03-10 20:06:03 -05:00
parent b925000e04
commit 7d7b9f78b8
1 changed files with 7 additions and 2 deletions

View File

@ -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.' => '',
);