summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-27 01:55:20 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-27 01:55:20 -0400
commit46978b616cf18d86c3b5790560d233ebde1fc8e7 (patch)
tree9391699efe82c340bc86f6636ca30ccb170d578a
parentd4fca4985819f11c1fc258ea45486440e9feb7d3 (diff)
downloadnextcloud-server-46978b616cf18d86c3b5790560d233ebde1fc8e7.tar.gz
nextcloud-server-46978b616cf18d86c3b5790560d233ebde1fc8e7.zip
[tx-robot] updated from transifex
-rw-r--r--apps/files_external/l10n/el.js22
-rw-r--r--apps/files_external/l10n/el.json22
-rw-r--r--apps/files_external/l10n/fi_FI.js2
-rw-r--r--apps/files_external/l10n/fi_FI.json2
-rw-r--r--apps/files_external/l10n/fr.js15
-rw-r--r--apps/files_external/l10n/fr.json15
-rw-r--r--apps/files_external/l10n/pt_BR.js1
-rw-r--r--apps/files_external/l10n/pt_BR.json1
-rw-r--r--core/l10n/de.js2
-rw-r--r--core/l10n/de.json2
-rw-r--r--lib/l10n/el.js1
-rw-r--r--lib/l10n/el.json1
-rw-r--r--lib/l10n/fr.js1
-rw-r--r--lib/l10n/fr.json1
-rw-r--r--lib/l10n/tr.js1
-rw-r--r--lib/l10n/tr.json1
-rw-r--r--settings/l10n/de.js6
-rw-r--r--settings/l10n/de.json6
-rw-r--r--settings/l10n/el.js7
-rw-r--r--settings/l10n/el.json7
-rw-r--r--settings/l10n/fr.js7
-rw-r--r--settings/l10n/fr.json7
22 files changed, 122 insertions, 8 deletions
diff --git a/apps/files_external/l10n/el.js b/apps/files_external/l10n/el.js
index 156b713acba..13fb910e79d 100644
--- a/apps/files_external/l10n/el.js
+++ b/apps/files_external/l10n/el.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"files_external",
{
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "Η λήψη των τεκμηρίων αιτήματος απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό είναι ορθά.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "Η λήψη των τεκμηρίων πρόσβασης απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό είναι ορθά.",
+ "Please provide a valid app key and secret." : "Παρακαλούμε δώστε έγκυρο κλειδί εφαρμογής και μυστικό.",
"Step 1 failed. Exception: %s" : "Το βήμα 1 απέτυχε. Εξαίρεση: %s",
"Step 2 failed. Exception: %s" : "Το βήμα 2 απέτυχε. Εξαίρεση: %s",
"External storage" : "Εξωτερική αποθήκευση",
@@ -22,12 +25,19 @@ OC.L10N.register(
"SFTP with secret key login" : "SFTP με σύνδεση με κρυφό κλειδί",
"Public key" : "Δημόσιο κλειδί",
"Storage with id \"%i\" not found" : "Αποθήκευση με id \"%i\" δεν βρέθηκε",
+ "Invalid backend or authentication mechanism class" : "Μη έγκυρη κλάση συστήματος ή μηχανισμού πιστοποίησης",
"Invalid mount point" : "Μη έγκυρο σημείο ανάρτησης",
+ "Objectstore forbidden" : "Απαγορευμένο objectstore",
"Invalid storage backend \"%s\"" : "Μή έγκυρο σύστημα υποστήριξης αποθήκευσης \"%s\"",
+ "Unsatisfied backend parameters" : "Ελλιπείς παράμετροι συστήματος",
+ "Unsatisfied authentication mechanism parameters" : "Ελλιπείς παράμετροι μηχανισμού πιστοποίησης",
+ "Admin-only storage backend \"%s\"" : "Σύστημα αποθήκευσης μόνο για διαχειριστή \"%s\"",
"Personal" : "Προσωπικά",
"System" : "Σύστημα",
"Grant access" : "Παροχή πρόσβασης",
"Access granted" : "Πρόσβαση παρασχέθηκε",
+ "Error configuring OAuth1" : "Σφάλμα ρύθμισης του OAuth1",
+ "Error configuring OAuth2" : "Σφάλμα ρύθμισης του OAuth2",
"Enable encryption" : "Ενεργοποίηση κρυπτογράφησης",
"Enable previews" : "Ενεργοποίηση προεπισκοπήσεων",
"Check for changes" : "Έλεγχος για αλλαγές",
@@ -39,12 +49,19 @@ OC.L10N.register(
"Saved" : "Αποθηκεύτηκαν",
"Generate keys" : "Δημιουργία κλειδιών",
"Error generating key pair" : "Σφάλμα κατά τη δημιουργία ζεύγους κλειδιών",
+ "Access key" : "Κλειδί πρόσβασης",
+ "Secret key" : "Μυστικό κλειδί",
+ "Builtin" : "Builtin",
"None" : "Τίποτα",
+ "OAuth1" : "OAuth1",
"App key" : "Κλειδί εφαρμογής",
"App secret" : "Μυστικό εφαρμογής",
+ "OAuth2" : "OAuth2",
"Client ID" : "ID πελάτη",
"Client secret" : "Μυστικό πελάτη",
+ "Username and password" : "Όνομα χρήστη και κωδικός πρόσβασης",
"Password" : "Κωδικός πρόσβασης",
+ "Session credentials" : "Διαπιστευτήρια συνεδρίας",
"Amazon S3" : "Amazon S3",
"Hostname" : "Όνομα Υπολογιστή",
"Port" : "Θύρα",
@@ -55,11 +72,15 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "Ασφαλής σύνδεση https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Ασφαλής ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Τοπικός",
"Location" : "Τοποθεσία",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Σημείωση:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Σημείωση:</b> Η υποστήριξη cURL στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Σημείωση:</b> Η υποστήριξη FTP στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση του %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.",
@@ -71,6 +92,7 @@ OC.L10N.register(
"Scope" : "Εύρος",
"External Storage" : "Εξωτερικό Αποθηκευτικό Μέσο",
"Folder name" : "Όνομα φακέλου",
+ "Authentication" : "Πιστοποίηση",
"Configuration" : "Ρυθμίσεις",
"Available for" : "Διαθέσιμο για",
"Advanced settings" : "Ρυθμίσεις για προχωρημένους",
diff --git a/apps/files_external/l10n/el.json b/apps/files_external/l10n/el.json
index 5412c9a44ab..c2211b18842 100644
--- a/apps/files_external/l10n/el.json
+++ b/apps/files_external/l10n/el.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "Η λήψη των τεκμηρίων αιτήματος απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό είναι ορθά.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "Η λήψη των τεκμηρίων πρόσβασης απέτυχε. Βεβαιώστε ότι το κλειδί εφαρμογής και το μυστικό είναι ορθά.",
+ "Please provide a valid app key and secret." : "Παρακαλούμε δώστε έγκυρο κλειδί εφαρμογής και μυστικό.",
"Step 1 failed. Exception: %s" : "Το βήμα 1 απέτυχε. Εξαίρεση: %s",
"Step 2 failed. Exception: %s" : "Το βήμα 2 απέτυχε. Εξαίρεση: %s",
"External storage" : "Εξωτερική αποθήκευση",
@@ -20,12 +23,19 @@
"SFTP with secret key login" : "SFTP με σύνδεση με κρυφό κλειδί",
"Public key" : "Δημόσιο κλειδί",
"Storage with id \"%i\" not found" : "Αποθήκευση με id \"%i\" δεν βρέθηκε",
+ "Invalid backend or authentication mechanism class" : "Μη έγκυρη κλάση συστήματος ή μηχανισμού πιστοποίησης",
"Invalid mount point" : "Μη έγκυρο σημείο ανάρτησης",
+ "Objectstore forbidden" : "Απαγορευμένο objectstore",
"Invalid storage backend \"%s\"" : "Μή έγκυρο σύστημα υποστήριξης αποθήκευσης \"%s\"",
+ "Unsatisfied backend parameters" : "Ελλιπείς παράμετροι συστήματος",
+ "Unsatisfied authentication mechanism parameters" : "Ελλιπείς παράμετροι μηχανισμού πιστοποίησης",
+ "Admin-only storage backend \"%s\"" : "Σύστημα αποθήκευσης μόνο για διαχειριστή \"%s\"",
"Personal" : "Προσωπικά",
"System" : "Σύστημα",
"Grant access" : "Παροχή πρόσβασης",
"Access granted" : "Πρόσβαση παρασχέθηκε",
+ "Error configuring OAuth1" : "Σφάλμα ρύθμισης του OAuth1",
+ "Error configuring OAuth2" : "Σφάλμα ρύθμισης του OAuth2",
"Enable encryption" : "Ενεργοποίηση κρυπτογράφησης",
"Enable previews" : "Ενεργοποίηση προεπισκοπήσεων",
"Check for changes" : "Έλεγχος για αλλαγές",
@@ -37,12 +47,19 @@
"Saved" : "Αποθηκεύτηκαν",
"Generate keys" : "Δημιουργία κλειδιών",
"Error generating key pair" : "Σφάλμα κατά τη δημιουργία ζεύγους κλειδιών",
+ "Access key" : "Κλειδί πρόσβασης",
+ "Secret key" : "Μυστικό κλειδί",
+ "Builtin" : "Builtin",
"None" : "Τίποτα",
+ "OAuth1" : "OAuth1",
"App key" : "Κλειδί εφαρμογής",
"App secret" : "Μυστικό εφαρμογής",
+ "OAuth2" : "OAuth2",
"Client ID" : "ID πελάτη",
"Client secret" : "Μυστικό πελάτη",
+ "Username and password" : "Όνομα χρήστη και κωδικός πρόσβασης",
"Password" : "Κωδικός πρόσβασης",
+ "Session credentials" : "Διαπιστευτήρια συνεδρίας",
"Amazon S3" : "Amazon S3",
"Hostname" : "Όνομα Υπολογιστή",
"Port" : "Θύρα",
@@ -53,11 +70,15 @@
"URL" : "URL",
"Secure https://" : "Ασφαλής σύνδεση https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Ασφαλής ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Τοπικός",
"Location" : "Τοποθεσία",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Σημείωση:</b> ",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Σημείωση:</b> Η υποστήριξη cURL στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Η προσάρτηση του %s δεν είναι δυνατή. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Σημείωση:</b> Η υποστήριξη FTP στην PHP δεν είναι ενεργοποιημένη ή εγκατεστημένη. Δεν είναι δυνατή η προσάρτηση του %s. Παρακαλώ ζητήστε από τον διαχειριστή συστημάτων σας να την εγκαταστήσει.",
@@ -69,6 +90,7 @@
"Scope" : "Εύρος",
"External Storage" : "Εξωτερικό Αποθηκευτικό Μέσο",
"Folder name" : "Όνομα φακέλου",
+ "Authentication" : "Πιστοποίηση",
"Configuration" : "Ρυθμίσεις",
"Available for" : "Διαθέσιμο για",
"Advanced settings" : "Ρυθμίσεις για προχωρημένους",
diff --git a/apps/files_external/l10n/fi_FI.js b/apps/files_external/l10n/fi_FI.js
index 54fdd01751e..1e67d9ffc73 100644
--- a/apps/files_external/l10n/fi_FI.js
+++ b/apps/files_external/l10n/fi_FI.js
@@ -18,6 +18,7 @@ OC.L10N.register(
"Share" : "Jaa",
"Remote subfolder" : "Etäalikansio",
"Public key" : "Julkinen avain",
+ "Storage with id \"%i\" not found" : "Tallennustilaa tunnisteella \"%i\" ei löytynyt",
"Invalid mount point" : "Virheellinen liitoskohta",
"Personal" : "Henkilökohtainen",
"System" : "Järjestelmä",
@@ -26,6 +27,7 @@ OC.L10N.register(
"Error configuring OAuth1" : "Virhe OAuth1:n asetuksia tehdessä",
"Error configuring OAuth2" : "Virhe OAuth2:n asetuksia tehdessä",
"Enable encryption" : "Käytä salausta",
+ "Enable previews" : "Käytä esikatseluja",
"Check for changes" : "Tarkista muutokset",
"Never" : "Ei koskaan",
"Once every direct access" : "Kerran aina suoran käytön yhteydessä",
diff --git a/apps/files_external/l10n/fi_FI.json b/apps/files_external/l10n/fi_FI.json
index 33db4d9d5dc..3870158899b 100644
--- a/apps/files_external/l10n/fi_FI.json
+++ b/apps/files_external/l10n/fi_FI.json
@@ -16,6 +16,7 @@
"Share" : "Jaa",
"Remote subfolder" : "Etäalikansio",
"Public key" : "Julkinen avain",
+ "Storage with id \"%i\" not found" : "Tallennustilaa tunnisteella \"%i\" ei löytynyt",
"Invalid mount point" : "Virheellinen liitoskohta",
"Personal" : "Henkilökohtainen",
"System" : "Järjestelmä",
@@ -24,6 +25,7 @@
"Error configuring OAuth1" : "Virhe OAuth1:n asetuksia tehdessä",
"Error configuring OAuth2" : "Virhe OAuth2:n asetuksia tehdessä",
"Enable encryption" : "Käytä salausta",
+ "Enable previews" : "Käytä esikatseluja",
"Check for changes" : "Tarkista muutokset",
"Never" : "Ei koskaan",
"Once every direct access" : "Kerran aina suoran käytön yhteydessä",
diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js
index e47f9d167bd..42944b2f2fb 100644
--- a/apps/files_external/l10n/fr.js
+++ b/apps/files_external/l10n/fr.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"files_external",
{
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons de requête a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons d'accès a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.",
+ "Please provide a valid app key and secret." : "Veuillez fournir une clé d'application et un mot de passe valides.",
"Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Erreur : %s",
"Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Erreur : %s",
"External storage" : "Stockage externe",
@@ -22,8 +25,11 @@ OC.L10N.register(
"SFTP with secret key login" : "SFTP avec identification par clé",
"Public key" : "Clef publique",
"Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé",
+ "Invalid backend or authentication mechanism class" : "Système de stockage ou méthode d'authentification non valable",
"Invalid mount point" : "Point de montage non valide",
"Invalid storage backend \"%s\"" : "Service de stockage non valide : \"%s\"",
+ "Unsatisfied authentication mechanism parameters" : "Paramètres manquants pour la méthode d'authentification",
+ "Admin-only storage backend \"%s\"" : "Service de stockage \"%s\" pour admins seulement",
"Personal" : "Personnel",
"System" : "Système",
"Grant access" : "Autoriser l'accès",
@@ -40,11 +46,15 @@ OC.L10N.register(
"Generate keys" : "Générer des clés",
"Error generating key pair" : "Erreur lors de la génération des clés",
"None" : "Aucun",
+ "OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
+ "OAuth2" : "OAuth2",
"Client ID" : "ID Client",
"Client secret" : "Secret client",
+ "Username and password" : "Nom d'utilisateur et mot de passe",
"Password" : "Mot de passe",
+ "Session credentials" : "Informations d'identification de session",
"Amazon S3" : "Amazon S3",
"Hostname" : "Nom de l'hôte",
"Port" : "Port",
@@ -55,11 +65,15 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "Sécurisation https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Sécurisation ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Local",
"Location" : "Emplacement",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Attention :</b>",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Attention :</b> La prise en charge de cURL par PHP n'est pas activée ou installée. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Attention : </b> La prise en charge du FTP par PHP n'est pas activée ou installée. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.",
@@ -71,6 +85,7 @@ OC.L10N.register(
"Scope" : "Portée",
"External Storage" : "Stockage externe",
"Folder name" : "Nom du dossier",
+ "Authentication" : "Authentification",
"Configuration" : "Configuration",
"Available for" : "Disponible pour",
"Advanced settings" : "Paramètres avancés",
diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json
index c0c927ebffb..ffc2de0ef53 100644
--- a/apps/files_external/l10n/fr.json
+++ b/apps/files_external/l10n/fr.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons de requête a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "L'obtention des jetons d'accès a échoué. Vérifiez que votre clé d'application et votre mot de passe sont corrects.",
+ "Please provide a valid app key and secret." : "Veuillez fournir une clé d'application et un mot de passe valides.",
"Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Erreur : %s",
"Step 2 failed. Exception: %s" : "L’étape 2 a échoué. Erreur : %s",
"External storage" : "Stockage externe",
@@ -20,8 +23,11 @@
"SFTP with secret key login" : "SFTP avec identification par clé",
"Public key" : "Clef publique",
"Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé",
+ "Invalid backend or authentication mechanism class" : "Système de stockage ou méthode d'authentification non valable",
"Invalid mount point" : "Point de montage non valide",
"Invalid storage backend \"%s\"" : "Service de stockage non valide : \"%s\"",
+ "Unsatisfied authentication mechanism parameters" : "Paramètres manquants pour la méthode d'authentification",
+ "Admin-only storage backend \"%s\"" : "Service de stockage \"%s\" pour admins seulement",
"Personal" : "Personnel",
"System" : "Système",
"Grant access" : "Autoriser l'accès",
@@ -38,11 +44,15 @@
"Generate keys" : "Générer des clés",
"Error generating key pair" : "Erreur lors de la génération des clés",
"None" : "Aucun",
+ "OAuth1" : "OAuth1",
"App key" : "App key",
"App secret" : "App secret",
+ "OAuth2" : "OAuth2",
"Client ID" : "ID Client",
"Client secret" : "Secret client",
+ "Username and password" : "Nom d'utilisateur et mot de passe",
"Password" : "Mot de passe",
+ "Session credentials" : "Informations d'identification de session",
"Amazon S3" : "Amazon S3",
"Hostname" : "Nom de l'hôte",
"Port" : "Port",
@@ -53,11 +63,15 @@
"URL" : "URL",
"Secure https://" : "Sécurisation https://",
"Dropbox" : "Dropbox",
+ "FTP" : "FTP",
"Secure ftps://" : "Sécurisation ftps://",
+ "Google Drive" : "Google Drive",
"Local" : "Local",
"Location" : "Emplacement",
"ownCloud" : "ownCloud",
+ "SFTP" : "SFTP",
"Root" : "Root",
+ "SMB / CIFS" : "SMB / CIFS",
"<b>Note:</b> " : "<b>Attention :</b>",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Attention :</b> La prise en charge de cURL par PHP n'est pas activée ou installée. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Attention : </b> La prise en charge du FTP par PHP n'est pas activée ou installée. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.",
@@ -69,6 +83,7 @@
"Scope" : "Portée",
"External Storage" : "Stockage externe",
"Folder name" : "Nom du dossier",
+ "Authentication" : "Authentification",
"Configuration" : "Configuration",
"Available for" : "Disponible pour",
"Advanced settings" : "Paramètres avancés",
diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js
index 58c15fa0b02..8140d8be980 100644
--- a/apps/files_external/l10n/pt_BR.js
+++ b/apps/files_external/l10n/pt_BR.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_external",
{
+ "Please provide a valid app key and secret." : "Por favor forneça uma chave e segurança válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
"External storage" : "Armazenamento Externo",
diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json
index 089da37f0d2..13ce808ba84 100644
--- a/apps/files_external/l10n/pt_BR.json
+++ b/apps/files_external/l10n/pt_BR.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Please provide a valid app key and secret." : "Por favor forneça uma chave e segurança válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
"External storage" : "Armazenamento Externo",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index f8d4f47ee33..1361a970a42 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -192,7 +192,7 @@ OC.L10N.register(
"You can click here to return to %s." : "Du kannst zur Rückkehr zu %s hier klicken.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass %s %s mit Dir geteilt hat.\nZum Anzeigen: %s\n\n",
"The share will expire on %s." : "Die Freigabe wird am %s ablaufen.",
- "Cheers!" : "Hallo!",
+ "Cheers!" : "Noch einen schönen Tag!",
"Internal Server Error" : "Interner Serverfehler",
"The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wende Dich an den Serveradministrator, sollte dieser Fehler mehrfach auftreten, und füge Deiner Anfrage die unten stehenden technischen Details bei.",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 60a5fb1e282..3eee17db65e 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -190,7 +190,7 @@
"You can click here to return to %s." : "Du kannst zur Rückkehr zu %s hier klicken.",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass %s %s mit Dir geteilt hat.\nZum Anzeigen: %s\n\n",
"The share will expire on %s." : "Die Freigabe wird am %s ablaufen.",
- "Cheers!" : "Hallo!",
+ "Cheers!" : "Noch einen schönen Tag!",
"Internal Server Error" : "Interner Serverfehler",
"The server encountered an internal error and was unable to complete your request." : "Der Server hat einen internen Fehler und konnte Ihre Anfrage nicht vervollständigen.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Bitte wende Dich an den Serveradministrator, sollte dieser Fehler mehrfach auftreten, und füge Deiner Anfrage die unten stehenden technischen Details bei.",
diff --git a/lib/l10n/el.js b/lib/l10n/el.js
index 2e47db30473..b47cc7e36d2 100644
--- a/lib/l10n/el.js
+++ b/lib/l10n/el.js
@@ -46,6 +46,7 @@ OC.L10N.register(
"Can't read file" : "Αδυναμία ανάγνωσης αρχείου",
"App directory already exists" : "Ο κατάλογος εφαρμογών υπάρχει ήδη",
"Can't create app folder. Please fix permissions. %s" : "Δεν είναι δυνατόν να δημιουργηθεί ο φάκελος εφαρμογής. Παρακαλώ διορθώστε τις άδειες πρόσβασης. %s",
+ "Archive does not contain a directory named %s" : "Το αρχείο δεν περιέχει κατάλογο με το όνομα %s",
"No source specified when installing app" : "Δεν προσδιορίστηκε πηγή κατά την εγκατάσταση της εφαρμογής",
"No href specified when installing app from http" : "Δεν προσδιορίστηκε href κατά την εγκατάσταση της εφαρμογής μέσω http ",
"No path specified when installing app from local file" : "Δεν προσδιορίστηκε μονοπάτι κατά την εγκατάσταση εφαρμογής από τοπικό αρχείο",
diff --git a/lib/l10n/el.json b/lib/l10n/el.json
index 7b0b9b149ad..d82aec00129 100644
--- a/lib/l10n/el.json
+++ b/lib/l10n/el.json
@@ -44,6 +44,7 @@
"Can't read file" : "Αδυναμία ανάγνωσης αρχείου",
"App directory already exists" : "Ο κατάλογος εφαρμογών υπάρχει ήδη",
"Can't create app folder. Please fix permissions. %s" : "Δεν είναι δυνατόν να δημιουργηθεί ο φάκελος εφαρμογής. Παρακαλώ διορθώστε τις άδειες πρόσβασης. %s",
+ "Archive does not contain a directory named %s" : "Το αρχείο δεν περιέχει κατάλογο με το όνομα %s",
"No source specified when installing app" : "Δεν προσδιορίστηκε πηγή κατά την εγκατάσταση της εφαρμογής",
"No href specified when installing app from http" : "Δεν προσδιορίστηκε href κατά την εγκατάσταση της εφαρμογής μέσω http ",
"No path specified when installing app from local file" : "Δεν προσδιορίστηκε μονοπάτι κατά την εγκατάσταση εφαρμογής από τοπικό αρχείο",
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 8e7de3462a3..873abd44ad0 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -48,6 +48,7 @@ OC.L10N.register(
"Can't read file" : "Impossible de lire le fichier",
"App directory already exists" : "Le dossier de l'application existe déjà",
"Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s",
+ "Archive does not contain a directory named %s" : "Le fichier archive ne contient pas de répertoire %s",
"No source specified when installing app" : "Aucune source spécifiée pour installer l'application",
"No href specified when installing app from http" : "Aucun href spécifié pour installer l'application par http",
"No path specified when installing app from local file" : "Aucun chemin spécifié pour installer l'application depuis un fichier local",
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index 25bcf5b17ee..440f2ddd84d 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -46,6 +46,7 @@
"Can't read file" : "Impossible de lire le fichier",
"App directory already exists" : "Le dossier de l'application existe déjà",
"Can't create app folder. Please fix permissions. %s" : "Impossible de créer le dossier de l'application. Corrigez les droits d'accès. %s",
+ "Archive does not contain a directory named %s" : "Le fichier archive ne contient pas de répertoire %s",
"No source specified when installing app" : "Aucune source spécifiée pour installer l'application",
"No href specified when installing app from http" : "Aucun href spécifié pour installer l'application par http",
"No path specified when installing app from local file" : "Aucun chemin spécifié pour installer l'application depuis un fichier local",
diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js
index d26505b4a1e..828b5a85569 100644
--- a/lib/l10n/tr.js
+++ b/lib/l10n/tr.js
@@ -49,6 +49,7 @@ OC.L10N.register(
"Can't read file" : "Dosya okunamıyor",
"App directory already exists" : "Uygulama dizini zaten mevcut",
"Can't create app folder. Please fix permissions. %s" : "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s",
+ "Archive does not contain a directory named %s" : "Arşivde %s adında bir dizin bulunmuyor",
"No source specified when installing app" : "Uygulama kurulurken bir kaynak belirtilmedi",
"No href specified when installing app from http" : "Uygulama http'den kurulurken href belirtilmedi",
"No path specified when installing app from local file" : "Uygulama yerel dosyadan kurulurken dosya yolu belirtilmedi",
diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json
index 4170115682d..13b63ee6f7d 100644
--- a/lib/l10n/tr.json
+++ b/lib/l10n/tr.json
@@ -47,6 +47,7 @@
"Can't read file" : "Dosya okunamıyor",
"App directory already exists" : "Uygulama dizini zaten mevcut",
"Can't create app folder. Please fix permissions. %s" : "Uygulama dizini oluşturulamıyor. Lütfen izinleri düzeltin. %s",
+ "Archive does not contain a directory named %s" : "Arşivde %s adında bir dizin bulunmuyor",
"No source specified when installing app" : "Uygulama kurulurken bir kaynak belirtilmedi",
"No href specified when installing app from http" : "Uygulama http'den kurulurken href belirtilmedi",
"No path specified when installing app from local file" : "Uygulama yerel dosyadan kurulurken dosya yolu belirtilmedi",
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index c294a499258..b74a5364d1a 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -180,8 +180,8 @@ OC.L10N.register(
"More" : "Mehr",
"Less" : "Weniger",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Die Logdatei ist größer als 100 MB. Es kann etwas Zeit beanspruchen, sie herunterzuladen!",
- "Transactional File Locking is enabled." : "Dateisperren bei Transaktionen sind aktiviert.",
- "Transactional File Locking is disabled." : "Dateisperren bei Transaktionen sind deaktiviert.",
+ "Transactional File Locking is enabled." : "Transaktionale Dateisperre ist aktiviert.",
+ "Transactional File Locking is disabled." : "Transaktionale Dateisperre ist deaktiviert.",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" href=\"%s\">Dokumentation ↗</a> schauen.",
@@ -208,7 +208,7 @@ OC.L10N.register(
"Enable experimental apps" : "Experimentelle Apps aktivieren",
"No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Greife darauf zu: <a href=\"%s\">%s</a><br><br>",
- "Cheers!" : "Hallo!",
+ "Cheers!" : "Noch einen schönen Tag!",
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nGreife darauf zu: %s\n\n",
"Administrator documentation" : "Dokumentation für Administratoren",
"Online documentation" : "Online-Dokumentation",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index 9c67fb65ee8..d0e658c3c0f 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -178,8 +178,8 @@
"More" : "Mehr",
"Less" : "Weniger",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Die Logdatei ist größer als 100 MB. Es kann etwas Zeit beanspruchen, sie herunterzuladen!",
- "Transactional File Locking is enabled." : "Dateisperren bei Transaktionen sind aktiviert.",
- "Transactional File Locking is disabled." : "Dateisperren bei Transaktionen sind deaktiviert.",
+ "Transactional File Locking is enabled." : "Transaktionale Dateisperre ist aktiviert.",
+ "Transactional File Locking is disabled." : "Transaktionale Dateisperre ist deaktiviert.",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite wird als Datenbank verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.",
"To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Kommandozeile: 'occ db:convert-type', oder in die <a target=\"_blank\" href=\"%s\">Dokumentation ↗</a> schauen.",
@@ -206,7 +206,7 @@
"Enable experimental apps" : "Experimentelle Apps aktivieren",
"No apps found for your version" : "Es wurden keine Apps für Deine Version gefunden",
"Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Greife darauf zu: <a href=\"%s\">%s</a><br><br>",
- "Cheers!" : "Hallo!",
+ "Cheers!" : "Noch einen schönen Tag!",
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nGreife darauf zu: %s\n\n",
"Administrator documentation" : "Dokumentation für Administratoren",
"Online documentation" : "Online-Dokumentation",
diff --git a/settings/l10n/el.js b/settings/l10n/el.js
index 3a647b0baac..859bfe296cf 100644
--- a/settings/l10n/el.js
+++ b/settings/l10n/el.js
@@ -132,6 +132,7 @@ OC.L10N.register(
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Αν η εγκατάστασή σας δεν έχει γίνει στο root του τομέα και χρησιμοποιείται το cron του συστήματος, μπορεί να υπάρξουν ζητήματα με τη δημιουργία URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλώ ρυθμίστε την επιλογή \"overwrite.cli.url\" στο αρχείο config.php που βρίσκεται στη διαδρομή webroot της εγκατάστασής σας (Suggested: \"%s\")",
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Δεν ήταν δυνατή η εκτέλεση της cronjob μέσω τερματικού. Εμφανίστηκαν τα παρακάτω τεχνικά σφάλματα:",
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Παρακαλώ ελέγξτε ξανά <a target=\"_blank\" href=\"%s\">τους οδηγούς εγκατάστασης, καθώς επίσης και για τυχόν σφάλματα ή προειδοποιήσεις στο <a href=\"#log-section\">log</a>.",
+ "All checks passed." : "Όλοι οι έλεγχοι επιτυχείς.",
"Open documentation" : "Ανοιχτή τεκμηρίωση.",
"Allow apps to use the Share API" : "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ",
"Allow users to share via link" : "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μέσω συνδέσμου",
@@ -154,6 +155,12 @@ OC.L10N.register(
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Χρησιμοποιήστε την cron υπηρεσία του συτήματος για να καλέσετε το cron.php αρχείο κάθε 15 λεπτά.",
"Enable server-side encryption" : "Ενεργοποίηση κρυπτογράφησης από το διακομιστή",
+ "Please read carefully before activating server-side encryption: " : "Παρακαλούμε διαβάστε προσεκτικά πριν ενεργοποιήσετε την κρυπτογράφηση στο διακομιστή:",
+ "Server-side encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date" : "Η κρυπτογράφηση είναι μια μη αντιστρεπτή διαδικασία. Μόλις ενεργοποιηθεί, όλα τα αρχεία από αυτό το σημείο και μετά θα κρυπτογραφηθούν στο διακομιστή και η κρυπτογράφηση δεν είναι δυνατόν να απενεργοποιηθεί αργότερα",
+ "Anyone who has privileged access to your ownCloud server can decrypt your files either by intercepting requests or reading out user passwords which are stored in plain text session files. Server-side encryption does therefore not protect against malicious administrators but is useful for protecting your data on externally hosted storage." : "Οποιοσδήποτε έχει αυξημένα δικαιώματα πρόσβασης στο διακομιστή του ownCloud σας μπορεί να αποκρυπτογραφήσει τα αρχεία σας είτε παγιδεύοντας τα αιτήματα ή διαβάζοντας τους κωδικούς χρηστών που είναι αποθηκευμένοι σε απλά αρχεία κειμένου. Η κρυπτογράφηση στο διακομιστή δεν προστατεύει επομένως από κακόβουλους διαχειριστές αλλά είναι χρήσιμη στο να προστατεύει τα δεδομένα σας σε εξωτερικούς διακομιστές αποθήκευσης.",
+ "Depending on the actual encryption module the general file size is increased (by 35%% or more when using the default module)" : "Ανάλογα με το άρθρωμα που χρησιμοποιείται το μέγεθος αρχείων γενικά αυξάνεται (κατά 35%% ή και περισσότερο αν χρησιμοποιηθεί το προεπιλεγμένο άρθρωμα)",
+ "You should regularly backup all encryption keys to prevent permanent data loss (data/<user>/files_encryption and data/files_encryption)" : "Θα πρέπει να λαμβάνετε τακτικά αντίγραφα ασφαλείας όλων των κλειδιών κρυπτογράφησης για να αποφύγετε μόνιμη απώλεια δεδομένων (data/<user>/files_encryption και data/files_encryption)",
+ "This is the final warning: Do you really want to enable encryption?" : "Αυτή είναι η τελευταία προειδοποίηση: Θέλετε πραγματικά να ενεργοποιήσετε την κρυπτογράφηση;",
"Enable encryption" : "Ενεργοποίηση κρυπτογράφησης",
"No encryption module loaded, please enable an encryption module in the app menu." : "Δεν έχει φορτωθεί μονάδα κρυπτογράφησης, παρακαλούμε φορτώστε μια μονάδα κρυπτογράφησης από το μενού εφαρμογών.",
"Select default encryption module:" : "Επιλογή προεπιλεγμένης μονάδας κρυπτογράφησης:",
diff --git a/settings/l10n/el.json b/settings/l10n/el.json
index 9081d9791e9..a0b1f0c7f13 100644
--- a/settings/l10n/el.json
+++ b/settings/l10n/el.json
@@ -130,6 +130,7 @@
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Αν η εγκατάστασή σας δεν έχει γίνει στο root του τομέα και χρησιμοποιείται το cron του συστήματος, μπορεί να υπάρξουν ζητήματα με τη δημιουργία URL. Για να αποφύγετε αυτά τα προβλήματα, παρακαλώ ρυθμίστε την επιλογή \"overwrite.cli.url\" στο αρχείο config.php που βρίσκεται στη διαδρομή webroot της εγκατάστασής σας (Suggested: \"%s\")",
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Δεν ήταν δυνατή η εκτέλεση της cronjob μέσω τερματικού. Εμφανίστηκαν τα παρακάτω τεχνικά σφάλματα:",
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Παρακαλώ ελέγξτε ξανά <a target=\"_blank\" href=\"%s\">τους οδηγούς εγκατάστασης, καθώς επίσης και για τυχόν σφάλματα ή προειδοποιήσεις στο <a href=\"#log-section\">log</a>.",
+ "All checks passed." : "Όλοι οι έλεγχοι επιτυχείς.",
"Open documentation" : "Ανοιχτή τεκμηρίωση.",
"Allow apps to use the Share API" : "Επιτρέπει την χρήση του API διαμοιρασμού σε εφαρμογές ",
"Allow users to share via link" : "Να επιτρέπεται σε χρήστες ο διαμοιρασμός μέσω συνδέσμου",
@@ -152,6 +153,12 @@
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Το cron.php είναι καταχωρημένο σε μια υπηρεσία webcron ώστε να καλεί το cron.php κάθε 15 λεπτά μέσω http.",
"Use system's cron service to call the cron.php file every 15 minutes." : "Χρησιμοποιήστε την cron υπηρεσία του συτήματος για να καλέσετε το cron.php αρχείο κάθε 15 λεπτά.",
"Enable server-side encryption" : "Ενεργοποίηση κρυπτογράφησης από το διακομιστή",
+ "Please read carefully before activating server-side encryption: " : "Παρακαλούμε διαβάστε προσεκτικά πριν ενεργοποιήσετε την κρυπτογράφηση στο διακομιστή:",
+ "Server-side encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date" : "Η κρυπτογράφηση είναι μια μη αντιστρεπτή διαδικασία. Μόλις ενεργοποιηθεί, όλα τα αρχεία από αυτό το σημείο και μετά θα κρυπτογραφηθούν στο διακομιστή και η κρυπτογράφηση δεν είναι δυνατόν να απενεργοποιηθεί αργότερα",
+ "Anyone who has privileged access to your ownCloud server can decrypt your files either by intercepting requests or reading out user passwords which are stored in plain text session files. Server-side encryption does therefore not protect against malicious administrators but is useful for protecting your data on externally hosted storage." : "Οποιοσδήποτε έχει αυξημένα δικαιώματα πρόσβασης στο διακομιστή του ownCloud σας μπορεί να αποκρυπτογραφήσει τα αρχεία σας είτε παγιδεύοντας τα αιτήματα ή διαβάζοντας τους κωδικούς χρηστών που είναι αποθηκευμένοι σε απλά αρχεία κειμένου. Η κρυπτογράφηση στο διακομιστή δεν προστατεύει επομένως από κακόβουλους διαχειριστές αλλά είναι χρήσιμη στο να προστατεύει τα δεδομένα σας σε εξωτερικούς διακομιστές αποθήκευσης.",
+ "Depending on the actual encryption module the general file size is increased (by 35%% or more when using the default module)" : "Ανάλογα με το άρθρωμα που χρησιμοποιείται το μέγεθος αρχείων γενικά αυξάνεται (κατά 35%% ή και περισσότερο αν χρησιμοποιηθεί το προεπιλεγμένο άρθρωμα)",
+ "You should regularly backup all encryption keys to prevent permanent data loss (data/<user>/files_encryption and data/files_encryption)" : "Θα πρέπει να λαμβάνετε τακτικά αντίγραφα ασφαλείας όλων των κλειδιών κρυπτογράφησης για να αποφύγετε μόνιμη απώλεια δεδομένων (data/<user>/files_encryption και data/files_encryption)",
+ "This is the final warning: Do you really want to enable encryption?" : "Αυτή είναι η τελευταία προειδοποίηση: Θέλετε πραγματικά να ενεργοποιήσετε την κρυπτογράφηση;",
"Enable encryption" : "Ενεργοποίηση κρυπτογράφησης",
"No encryption module loaded, please enable an encryption module in the app menu." : "Δεν έχει φορτωθεί μονάδα κρυπτογράφησης, παρακαλούμε φορτώστε μια μονάδα κρυπτογράφησης από το μενού εφαρμογών.",
"Select default encryption module:" : "Επιλογή προεπιλεγμένης μονάδας κρυπτογράφησης:",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 41db5f7f44b..d07fe9ebf26 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -132,6 +132,7 @@ OC.L10N.register(
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")",
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :",
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Consultez les <a target=\"_blank\" href=\"%s\">guides d'installation ↗</a>, et cherchez des erreurs ou avertissements dans <a href=\"#log-section\">les logs</a>.",
+ "All checks passed." : "Tous les tests ont réussi.",
"Open documentation" : "Voir la documentation",
"Allow apps to use the Share API" : "Autoriser les applications à utiliser l'API de partage",
"Allow users to share via link" : "Autoriser les utilisateurs à partager par lien",
@@ -154,6 +155,12 @@ OC.L10N.register(
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Utilisez un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP",
"Use system's cron service to call the cron.php file every 15 minutes." : "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.",
"Enable server-side encryption" : "Activer le chiffrement côté serveur",
+ "Please read carefully before activating server-side encryption: " : "Veuillez lire ceci avec attention avant d'activer le chiffrement :",
+ "Server-side encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date" : "Le chiffrement côté serveur est un processus à sens unique. Une fois le chiffrement activé, tous les fichiers seront dorénavant chiffrés sur le serveur, et il ne sera plus possible de désactiver le chiffrement.",
+ "Anyone who has privileged access to your ownCloud server can decrypt your files either by intercepting requests or reading out user passwords which are stored in plain text session files. Server-side encryption does therefore not protect against malicious administrators but is useful for protecting your data on externally hosted storage." : "Toute personne ayant un accès d'administrateur sur votre serveur ownCloud peut déchiffrer vos fichiers en interceptant les requêtes, ou en lisant les mots de passe des utilisateurs qui sont stockés dans les fichiers de sessions. Le chiffrement côté serveur n'empêche donc pas vos fichiers d'être lus par des administrateurs mal intentionnés, mais sert à protéger vos données stockées sur des espaces de stockages externes ou tiers.",
+ "Depending on the actual encryption module the general file size is increased (by 35%% or more when using the default module)" : "Selon le module de chiffrement utilisé, la taille des fichiers peut augmenter (dans le cas du module par défaut, l'augmentation est de 35%% ou plus)",
+ "You should regularly backup all encryption keys to prevent permanent data loss (data/<user>/files_encryption and data/files_encryption)" : "Vous devriez sauvegarder régulièrement les clés de chiffrement pour éviter toute perte de données irrémédiable (data/<user>/files_encryption et data/files_encryption)",
+ "This is the final warning: Do you really want to enable encryption?" : "Dernier avertissement : Voulez-vous vraiment activer le chiffrement ?",
"Enable encryption" : "Activer le chiffrement",
"No encryption module loaded, please enable an encryption module in the app menu." : "Aucun module de chiffrement n'est chargé. Merci d'activer un module de chiffrement dans le menu des applications.",
"Select default encryption module:" : "Sélectionnez le module de chiffrement par défaut :",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index b462d52b8c4..0688759770c 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -130,6 +130,7 @@
"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" de votre fichier config.php avec le chemin de la racine de votre installation (suggéré : \"%s\")",
"It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :",
"Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Consultez les <a target=\"_blank\" href=\"%s\">guides d'installation ↗</a>, et cherchez des erreurs ou avertissements dans <a href=\"#log-section\">les logs</a>.",
+ "All checks passed." : "Tous les tests ont réussi.",
"Open documentation" : "Voir la documentation",
"Allow apps to use the Share API" : "Autoriser les applications à utiliser l'API de partage",
"Allow users to share via link" : "Autoriser les utilisateurs à partager par lien",
@@ -152,6 +153,12 @@
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Utilisez un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP",
"Use system's cron service to call the cron.php file every 15 minutes." : "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.",
"Enable server-side encryption" : "Activer le chiffrement côté serveur",
+ "Please read carefully before activating server-side encryption: " : "Veuillez lire ceci avec attention avant d'activer le chiffrement :",
+ "Server-side encryption is a one way process. Once encryption is enabled, all files from that point forward will be encrypted on the server and it will not be possible to disable encryption at a later date" : "Le chiffrement côté serveur est un processus à sens unique. Une fois le chiffrement activé, tous les fichiers seront dorénavant chiffrés sur le serveur, et il ne sera plus possible de désactiver le chiffrement.",
+ "Anyone who has privileged access to your ownCloud server can decrypt your files either by intercepting requests or reading out user passwords which are stored in plain text session files. Server-side encryption does therefore not protect against malicious administrators but is useful for protecting your data on externally hosted storage." : "Toute personne ayant un accès d'administrateur sur votre serveur ownCloud peut déchiffrer vos fichiers en interceptant les requêtes, ou en lisant les mots de passe des utilisateurs qui sont stockés dans les fichiers de sessions. Le chiffrement côté serveur n'empêche donc pas vos fichiers d'être lus par des administrateurs mal intentionnés, mais sert à protéger vos données stockées sur des espaces de stockages externes ou tiers.",
+ "Depending on the actual encryption module the general file size is increased (by 35%% or more when using the default module)" : "Selon le module de chiffrement utilisé, la taille des fichiers peut augmenter (dans le cas du module par défaut, l'augmentation est de 35%% ou plus)",
+ "You should regularly backup all encryption keys to prevent permanent data loss (data/<user>/files_encryption and data/files_encryption)" : "Vous devriez sauvegarder régulièrement les clés de chiffrement pour éviter toute perte de données irrémédiable (data/<user>/files_encryption et data/files_encryption)",
+ "This is the final warning: Do you really want to enable encryption?" : "Dernier avertissement : Voulez-vous vraiment activer le chiffrement ?",
"Enable encryption" : "Activer le chiffrement",
"No encryption module loaded, please enable an encryption module in the app menu." : "Aucun module de chiffrement n'est chargé. Merci d'activer un module de chiffrement dans le menu des applications.",
"Select default encryption module:" : "Sélectionnez le module de chiffrement par défaut :",