diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-25 01:56:07 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-08-25 01:56:07 -0400 |
commit | adca48aa93c6137d85d7ed0888dcdec2273faa48 (patch) | |
tree | cc12fb884b863318f669f412f815031f866a5d67 /apps/files | |
parent | 104d1eaed24b857cfb67614fc2d4763c79b00feb (diff) | |
download | nextcloud-server-adca48aa93c6137d85d7ed0888dcdec2273faa48.tar.gz nextcloud-server-adca48aa93c6137d85d7ed0888dcdec2273faa48.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/el.php | 2 | ||||
-rw-r--r-- | apps/files/l10n/nl.php | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php index 2e781ff61fe..0528ee92919 100644 --- a/apps/files/l10n/el.php +++ b/apps/files/l10n/el.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "The name %s is already used in the folder %s. Please choose a different name." => "Το όνομα %s χρησιμοποιείτε ήδη στον φάκελο %s. Παρακαλώ επιλέξτε ένα άλλο όνομα.", "Not a valid source" => "Μη έγκυρη πηγή", "Server is not allowed to open URLs, please check the server configuration" => "Ο διακομιστής δεν επιτρέπεται να ανοίγει URL, παρακαλώ ελέγξτε τις ρυθμίσεις του διακομιστή", +"The file exceeds your quota by %s" => "Ο φάκελλος ξεπερνάει το όριό σας κατά %s", "Error while downloading %s to %s" => "Σφάλμα κατά τη λήψη του %s στο %s", "Error when creating the file" => "Σφάλμα κατά τη δημιουργία του αρχείου", "Folder name cannot be empty." => "Το όνομα φακέλου δεν μπορεί να είναι κενό.", @@ -68,6 +69,7 @@ $TRANSLATIONS = array( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." => "Άκυρο προσωπικό κλειδί για την εφαρμογή κρυπτογράφησης. Παρακαλώ ενημερώστε τον κωδικό του προσωπικού κλειδίου σας στις προσωπικές ρυθμίσεις για να επανακτήσετε πρόσβαση στα κρυπτογραφημένα σας αρχεία.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις", "{dirs} and {files}" => "{Κατάλογοι αρχείων} και {αρχεία}", +"%s could not be renamed as it has been deleted" => "%s δεν μπορούσε να μετονομαστεί εφόσον είχε διαγραφεί", "%s could not be renamed" => "Αδυναμία μετονομασίας του %s", "Upload (max. %s)" => "Διαμοιρασμός (max. %s)", "File handling" => "Διαχείριση αρχείων", diff --git a/apps/files/l10n/nl.php b/apps/files/l10n/nl.php index 155f16fce91..68910e7419a 100644 --- a/apps/files/l10n/nl.php +++ b/apps/files/l10n/nl.php @@ -60,7 +60,7 @@ $TRANSLATIONS = array( "Size" => "Grootte", "Modified" => "Aangepast", "_%n folder_::_%n folders_" => array("","%n mappen"), -"_%n file_::_%n files_" => array("","%n bestanden"), +"_%n file_::_%n files_" => array("%n bestand","%n bestanden"), "_Uploading %n file_::_Uploading %n files_" => array("%n bestand aan het uploaden","%n bestanden aan het uploaden"), "\"{name}\" is an invalid file name." => "\"{name}\" is een ongeldige bestandsnaam.", "Your storage is full, files can not be updated or synced anymore!" => "Uw opslagruimte zit vol, Bestanden kunnen niet meer worden ge-upload of gesynchroniseerd!", |