diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 18c6b327db..242f2ad4d7 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -102,6 +102,7 @@ OC.L10N.register(
"Folder" : "Dossier",
"Upload" : "Chargement",
"Cancel upload" : "Annuler l'envoi",
+ "No files in here" : "Pas de fichier ici",
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
"Select all" : "Tout sélectionner",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index 414cfc0a80..7613649596 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -100,6 +100,7 @@
"Folder" : "Dossier",
"Upload" : "Chargement",
"Cancel upload" : "Annuler l'envoi",
+ "No files in here" : "Pas de fichier ici",
"Upload some content or sync with your devices!" : "Déposez du contenu ou synchronisez vos appareils !",
"No entries found in this folder" : "Aucune entrée trouvée dans ce dossier",
"Select all" : "Tout sélectionner",
diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js
index b8f9b3502d..32e312c78b 100644
--- a/apps/files_external/l10n/fr.js
+++ b/apps/files_external/l10n/fr.js
@@ -64,6 +64,7 @@ OC.L10N.register(
"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : 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.",
"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : \"%s\" n'est pas installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.",
"No external storage configured" : "Aucun stockage externe configuré",
+ "You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes dans les paramètres personnels.",
"Name" : "Nom",
"Storage type" : "Type de support de stockage",
"Scope" : "Portée",
@@ -72,6 +73,7 @@ OC.L10N.register(
"Configuration" : "Configuration",
"Available for" : "Disponible pour",
"Add storage" : "Ajouter un support de stockage",
+ "Advanced settings" : "Paramètres avancés",
"Delete" : "Supprimer",
"Enable User External Storage" : "Autoriser les utilisateurs à ajouter des stockages externes",
"Allow users to mount the following external storage" : "Autoriser les utilisateurs à monter les stockages externes suivants"
diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json
index 710d77385d..5a98e2fca2 100644
--- a/apps/files_external/l10n/fr.json
+++ b/apps/files_external/l10n/fr.json
@@ -62,6 +62,7 @@
"Note: The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : 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.",
"Note: \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Attention : \"%s\" n'est pas installé. Le montage de %s n'est pas possible. Contactez votre administrateur système pour l'installer.",
"No external storage configured" : "Aucun stockage externe configuré",
+ "You can add external storages in the personal settings" : "Vous pouvez ajouter des stockages externes dans les paramètres personnels.",
"Name" : "Nom",
"Storage type" : "Type de support de stockage",
"Scope" : "Portée",
@@ -70,6 +71,7 @@
"Configuration" : "Configuration",
"Available for" : "Disponible pour",
"Add storage" : "Ajouter un support de stockage",
+ "Advanced settings" : "Paramètres avancés",
"Delete" : "Supprimer",
"Enable User External Storage" : "Autoriser les utilisateurs à ajouter des stockages externes",
"Allow users to mount the following external storage" : "Autoriser les utilisateurs à monter les stockages externes suivants"
diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js
index 8cc22a71a9..a3c8b92b76 100644
--- a/apps/user_ldap/l10n/fr.js
+++ b/apps/user_ldap/l10n/fr.js
@@ -124,8 +124,8 @@ OC.L10N.register(
"Internal Username Attribute:" : "Nom d'utilisateur interne :",
"Override UUID detection" : "Surcharger la détection d'UUID",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Par défaut, l'attribut UUID est automatiquement détecté. Cet attribut est utilisé pour identifier les utilisateurs et groupes de façon fiable. Un nom d'utilisateur interne basé sur l'UUID sera automatiquement créé, sauf s'il est spécifié autrement ci-dessus. Vous pouvez modifier ce comportement et définir l'attribut de votre choix. Vous devez alors vous assurer que l'attribut de votre choix peut être récupéré pour les utilisateurs ainsi que pour les groupes et qu'il soit unique. Laisser à blanc pour le comportement par défaut. Les modifications seront effectives uniquement pour les nouveaux (ajoutés) utilisateurs et groupes LDAP.",
- "UUID Attribute for Users:" : "Attribut UUID pour les utilisateurs :",
- "UUID Attribute for Groups:" : "Attribut UUID pour les groupes :",
+ "UUID Attribute for Users:" : "Attribut UUID pour les Utilisateurs :",
+ "UUID Attribute for Groups:" : "Attribut UUID pour les Groupes :",
"Username-LDAP User Mapping" : "Association Nom d'utilisateur-Utilisateur LDAP",
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaître précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentations.",
"Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP",
diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json
index 523a503467..e3cbbc26ad 100644
--- a/apps/user_ldap/l10n/fr.json
+++ b/apps/user_ldap/l10n/fr.json
@@ -122,8 +122,8 @@
"Internal Username Attribute:" : "Nom d'utilisateur interne :",
"Override UUID detection" : "Surcharger la détection d'UUID",
"By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Par défaut, l'attribut UUID est automatiquement détecté. Cet attribut est utilisé pour identifier les utilisateurs et groupes de façon fiable. Un nom d'utilisateur interne basé sur l'UUID sera automatiquement créé, sauf s'il est spécifié autrement ci-dessus. Vous pouvez modifier ce comportement et définir l'attribut de votre choix. Vous devez alors vous assurer que l'attribut de votre choix peut être récupéré pour les utilisateurs ainsi que pour les groupes et qu'il soit unique. Laisser à blanc pour le comportement par défaut. Les modifications seront effectives uniquement pour les nouveaux (ajoutés) utilisateurs et groupes LDAP.",
- "UUID Attribute for Users:" : "Attribut UUID pour les utilisateurs :",
- "UUID Attribute for Groups:" : "Attribut UUID pour les groupes :",
+ "UUID Attribute for Users:" : "Attribut UUID pour les Utilisateurs :",
+ "UUID Attribute for Groups:" : "Attribut UUID pour les Groupes :",
"Username-LDAP User Mapping" : "Association Nom d'utilisateur-Utilisateur LDAP",
"Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaître précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur ownCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à ownCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentations.",
"Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP",
diff --git a/core/l10n/da.js b/core/l10n/da.js
index fe61d96119..f8ecc65c2b 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat korrekt op til at tillade filsynkronisering, fordi WebDAV-grænsefladen ser ud til at være i stykker.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af applikationer fra tredjepart ikke fungerer. Det vil sandsynligvis heller ikke være muligt at tilgå filer fra eksterne drev eller afsendelse af e-mail med notifikationer virker sandsynligvis heller ikke. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker samtlige funktioner.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Din data mappe og dine filer er muligvis tilgængelige fra internettet. Filen .htaccess fungerer ikke. Vi anbefaler på det kraftigste, at du konfigurerer din webserver således at datamappen ikke længere er tilgængelig, eller at du flytter datamappen uden for webserverens dokumentrod. ",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Ingen hukommelseslager er konfigureret. For at forbedre din ydelse, venligst konfigurér et hukommelseslager hvis dette er muligt. Mere information kan findes i vores dokumentation.",
"Error occurred while checking server setup" : "Der opstod fejl under tjek af serveropsætningen",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "HTTP-hovedet \"Strict-Transport-Security\" er ikke konfigureret til mindst \"2.678.400\" sekunder. Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
diff --git a/core/l10n/da.json b/core/l10n/da.json
index 7947d23ce9..7d10f65636 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Din webserver er endnu ikke sat korrekt op til at tillade filsynkronisering, fordi WebDAV-grænsefladen ser ud til at være i stykker.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Denne ownCloud-server har ikke en fungerende forbindelse til internettet. Det betyder, at visse funktioner som montering af eksterne drev, oplysninger om opdatering eller installation af applikationer fra tredjepart ikke fungerer. Det vil sandsynligvis heller ikke være muligt at tilgå filer fra eksterne drev eller afsendelse af e-mail med notifikationer virker sandsynligvis heller ikke. Vi opfordrer til at etablere forbindelse til internettet for denne server, såfremt du ønsker samtlige funktioner.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Din data mappe og dine filer er muligvis tilgængelige fra internettet. Filen .htaccess fungerer ikke. Vi anbefaler på det kraftigste, at du konfigurerer din webserver således at datamappen ikke længere er tilgængelig, eller at du flytter datamappen uden for webserverens dokumentrod. ",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Ingen hukommelseslager er konfigureret. For at forbedre din ydelse, venligst konfigurér et hukommelseslager hvis dette er muligt. Mere information kan findes i vores dokumentation.",
"Error occurred while checking server setup" : "Der opstod fejl under tjek af serveropsætningen",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-hovedet \"{header}\" er ikke konfigureret til at være lig med \"{expected}\". Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "HTTP-hovedet \"Strict-Transport-Security\" er ikke konfigureret til mindst \"2.678.400\" sekunder. Dette er en potentiel sikkerhedsrisiko, og vi anbefaler at du justerer denne indstilling.",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index f4b402242d..495f233416 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie das Einhängen externen Speicherplatzes, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren werden. Der Fernzugriff auf Dateien und der Versand von E-Mail-Benachrichtigungen kann ebenfalls nicht funktionieren. Es wird empfohlen, die Internetverbindung dieses Servers zu aktivieren, wenn Du alle Funktionen nutzen möchtest.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Du es aus dem Document-Root-Verzeichnis des Webservers herausverschiebst.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Pufferspeicher konfiguriert. Zur Erhöhung der Leistungsfähigkeit konfiguriere, soweit verfügbar, den Pufferspeicher. Weitere Informationen finden Sie in unserer Dokumentation.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "Der „Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens „2.678.400 Sekunden“ eingestellt. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 4ad4f9bc48..0a5ff2816b 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Dein Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie das Einhängen externen Speicherplatzes, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren werden. Der Fernzugriff auf Dateien und der Versand von E-Mail-Benachrichtigungen kann ebenfalls nicht funktionieren. Es wird empfohlen, die Internetverbindung dieses Servers zu aktivieren, wenn Du alle Funktionen nutzen möchtest.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Dein Datenverzeichnis und Deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Du es aus dem Document-Root-Verzeichnis des Webservers herausverschiebst.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Pufferspeicher konfiguriert. Zur Erhöhung der Leistungsfähigkeit konfiguriere, soweit verfügbar, den Pufferspeicher. Weitere Informationen finden Sie in unserer Dokumentation.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "Der „Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens „2.678.400 Sekunden“ eingestellt. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 395935baf2..58b301f999 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie das Einhängen externen Speicherplatzes, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren werden. Der Fernzugriff auf Dateien und der Versand von E-Mail-Benachrichtigungen kann ebenfalls nicht funktionieren. Es wird empfohlen, die Internetverbindung dieses Servers zu aktivieren, wenn Sie alle Funktionen nutzen möchten.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Pufferspeicher konfiguriert. Zur Erhöhung der Leistungsfähigkeit konfigurieren Sie, soweit verfügbar, den Pufferspeicher. Weitere Informationen finden Sie in unserer Dokumentation.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "Der „Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens „2.678.400 Sekunden“ eingestellt. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index e576d81907..4567222cf3 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ihr Webserver ist noch nicht hinreichend für Datei-Synchronisation konfiguriert, weil die WebDAV-Schnittstelle vermutlich defekt ist.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Dieser Server hat keine funktionierende Internetverbindung. Dies bedeutet, dass einige Funktionen wie das Einhängen externen Speicherplatzes, Update-Benachrichtigungen oder die Installation von Drittanbieter-Apps nicht funktionieren werden. Der Fernzugriff auf Dateien und der Versand von E-Mail-Benachrichtigungen kann ebenfalls nicht funktionieren. Es wird empfohlen, die Internetverbindung dieses Servers zu aktivieren, wenn Sie alle Funktionen nutzen möchten.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Es wurde kein Pufferspeicher konfiguriert. Zur Erhöhung der Leistungsfähigkeit konfigurieren Sie, soweit verfügbar, den Pufferspeicher. Weitere Informationen finden Sie in unserer Dokumentation.",
"Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Der „{header}“-HTTP-Header ist nicht so konfiguriert, dass er „{expected}“ entspricht. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "Der „Strict-Transport-Security“-HTTP-Header ist nicht auf mindestens „2.678.400 Sekunden“ eingestellt. Dies ist ein potentielles Sicherheitsrisiko und es wird empfohlen, diese Einstellung zu ändern.",
diff --git a/core/l10n/el.js b/core/l10n/el.js
index 9053e8067c..59c6288649 100644
--- a/core/l10n/el.js
+++ b/core/l10n/el.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων γιατί η διεπαφή WebDAV πιθανόν είναι κατεστραμμένη.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις για ενημερώσεις ή η εγκατάσταση εφαρμογών 3ων δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανόν διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός του καταλόγου της ρίζας εγγράφων-document root του διακομιστή.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Δεν έχει οριστει προσωρινή μνημη. Για να βελτιώσετε την απόδοσή σας παρακαλούμε να διαμορφώσετε ένα χώρο προσωρινής αποθήκευσης εάν υπάρχει διαθέσιμος. Περαιτέρω πληροφορίες μπορείτε να βρείτε στο documentation.",
"Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο της εγκατάστασης με το διακομιστή",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "H \"{header}\" κεφαλίδα HTTP δεν έχει ρυθμιστεί ώστε να ισούται με \"{expected}\". Αυτό αποτελεί ενδεχόμενο κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τη διόρθωση αυτής της ρύθμισης.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "Η «Strict-Transport-Security\" κεφαλίδα HTTP δεν έχει ρυθμιστεί για τουλάχιστον \"2678400\" δευτερόλεπτα. Αυτό αποτελεί ενδεχόμενο κίνδυνο ασφάλειας και συστήνουμε τη διόρθωση αυτής της ρύθμισης.",
diff --git a/core/l10n/el.json b/core/l10n/el.json
index bbffe9a0a9..8b53f635aa 100644
--- a/core/l10n/el.json
+++ b/core/l10n/el.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Ο διακομιστής σας δεν έχει ρυθμιστεί κατάλληλα ώστε να επιτρέπει τον συγχρονισμό αρχείων γιατί η διεπαφή WebDAV πιθανόν είναι κατεστραμμένη.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Αυτός ο διακομιστής δεν έχει ενεργή σύνδεση στο διαδίκτυο. Αυτό σημαίνει ότι κάποιες υπηρεσίες όπως η σύνδεση με εξωτερικούς αποθηκευτικούς χώρους, ειδοποιήσεις για ενημερώσεις ή η εγκατάσταση εφαρμογών 3ων δεν θα είναι διαθέσιμες. Η πρόσβαση απομακρυσμένων αρχείων και η αποστολή ειδοποιήσεων μέσω ηλεκτρονικού ταχυδρομείου μπορεί επίσης να μην είναι διαθέσιμες. Προτείνουμε να ενεργοποιήσετε την πρόσβαση στο διαδίκτυο για αυτόν το διακομιστή εάν θέλετε να χρησιμοποιήσετε όλες τις υπηρεσίες.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανόν διαθέσιμα στο διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Σας προτείνουμε ανεπιφύλακτα να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός του καταλόγου της ρίζας εγγράφων-document root του διακομιστή.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Δεν έχει οριστει προσωρινή μνημη. Για να βελτιώσετε την απόδοσή σας παρακαλούμε να διαμορφώσετε ένα χώρο προσωρινής αποθήκευσης εάν υπάρχει διαθέσιμος. Περαιτέρω πληροφορίες μπορείτε να βρείτε στο documentation.",
"Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο της εγκατάστασης με το διακομιστή",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "H \"{header}\" κεφαλίδα HTTP δεν έχει ρυθμιστεί ώστε να ισούται με \"{expected}\". Αυτό αποτελεί ενδεχόμενο κίνδυνο ασφάλειας ή ιδιωτικότητας και συστήνουμε τη διόρθωση αυτής της ρύθμισης.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "Η «Strict-Transport-Security\" κεφαλίδα HTTP δεν έχει ρυθμιστεί για τουλάχιστον \"2678400\" δευτερόλεπτα. Αυτό αποτελεί ενδεχόμενο κίνδυνο ασφάλειας και συστήνουμε τη διόρθωση αυτής της ρύθμισης.",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index b9e5358476..5d11b85b70 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Su servidor web aún no está configurado adecuadamente para permitir sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet. Esto significa que algunas de las características como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionan. Podría no funcionar el acceso a los archivos de forma remota y el envío de correos electrónicos de notificación. Sugerimos habilitar la conexión a Internet de este servidor, si quiere tener todas las funciones.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos ya no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "La memoria de caché no ha sido configurada. Para aumentar la performance por favor configure el módulo \"memcache\" si está disponible. Encontrará más información en nuestra documentación.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "La \"{header}\" cabecera HTTP no está configurado para ser igual a \"{expected}\". Esto puede suponer un riesgo para la seguridad o la privacidad, por lo que se recomienda ajustar esta opción.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "La \"Strict-Transport-Security\" Cabecera HTTP no está configurada a al menos \"2,678,400\" segundos. Esto es un riesgo potencial de seguridad y debe ajustar esta opción.",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 24ed986508..478621bfed 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Su servidor web aún no está configurado adecuadamente para permitir sincronización de archivos ya que la interfaz WebDAV parece no estar funcionando.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor no tiene una conexión a Internet. Esto significa que algunas de las características como el montaje de almacenamiento externo, las notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionan. Podría no funcionar el acceso a los archivos de forma remota y el envío de correos electrónicos de notificación. Sugerimos habilitar la conexión a Internet de este servidor, si quiere tener todas las funciones.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Su directorio de datos y sus archivos probablemente sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le sugerimos encarecidamente que configure su servidor web de modo que el directorio de datos ya no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "La memoria de caché no ha sido configurada. Para aumentar la performance por favor configure el módulo \"memcache\" si está disponible. Encontrará más información en nuestra documentación.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "La \"{header}\" cabecera HTTP no está configurado para ser igual a \"{expected}\". Esto puede suponer un riesgo para la seguridad o la privacidad, por lo que se recomienda ajustar esta opción.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "La \"Strict-Transport-Security\" Cabecera HTTP no está configurada a al menos \"2,678,400\" segundos. Esto es un riesgo potencial de seguridad y debe ajustar esta opción.",
diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index af0f8e92e1..2676f4a8c6 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "HTTP-palvelinta ei ole määritetty oikein tiedostojen synkronointia varten, koska WebDAV-liittymä vaikuttaa olevan rikki.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Tällä palvelimella ei ole toimivaa internetyhteyttä. Sen seurauksena jotkin ominaisuudet, kuten erillinen tallennustila, ilmoitukset päivityksistä ja kolmansien osapuolten sovellusten asennus eivät toimi. Tiedostojen käyttö etänä tai ilmoitusten lähetys sähköpostitse eivät välttämättä toimi myöskään. Suosittelemme kytkemään palvelimen internetyhteyteen, jos haluat käyttää kaikkia ownCloudin ominaisuuksia.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Datahakemistosi ja tiedostosi ovat luultavasti käytettävissä suoraan internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään http-palvelimen asetukset siten, ettei datahakemisto ole suoraan käytettävissä internetistä, tai siirtämään datahakemiston http-palvelimen juurihakemiston ulkopuolelle.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Muisti-cachea ei ole määritetty. Paranna suorituskykyä ottamalla memcache käyttöön. Lisätietoja on tarjolla ownCloud-dokumentaatiossa.",
"Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-otsaketta \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten suosittelemme muuttamaan asetuksen arvoa.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "HTTP-otsaketta \"Strict-Transport-Security\" ei ole määritetty vähintään \"2,678,400\" sekuntiin. Tämä on mahdollinen tietoturvariski, joten suosittelemme kyseisen asetuksen muuttamista.",
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index 33ca3b039e..6e3737c890 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "HTTP-palvelinta ei ole määritetty oikein tiedostojen synkronointia varten, koska WebDAV-liittymä vaikuttaa olevan rikki.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Tällä palvelimella ei ole toimivaa internetyhteyttä. Sen seurauksena jotkin ominaisuudet, kuten erillinen tallennustila, ilmoitukset päivityksistä ja kolmansien osapuolten sovellusten asennus eivät toimi. Tiedostojen käyttö etänä tai ilmoitusten lähetys sähköpostitse eivät välttämättä toimi myöskään. Suosittelemme kytkemään palvelimen internetyhteyteen, jos haluat käyttää kaikkia ownCloudin ominaisuuksia.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Datahakemistosi ja tiedostosi ovat luultavasti käytettävissä suoraan internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään http-palvelimen asetukset siten, ettei datahakemisto ole suoraan käytettävissä internetistä, tai siirtämään datahakemiston http-palvelimen juurihakemiston ulkopuolelle.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Muisti-cachea ei ole määritetty. Paranna suorituskykyä ottamalla memcache käyttöön. Lisätietoja on tarjolla ownCloud-dokumentaatiossa.",
"Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-otsaketta \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten suosittelemme muuttamaan asetuksen arvoa.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "HTTP-otsaketta \"Strict-Transport-Security\" ei ole määritetty vähintään \"2,678,400\" sekuntiin. Tämä on mahdollinen tietoturvariski, joten suosittelemme kyseisen asetuksen muuttamista.",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index c0fcbacb2d..b9ad708c20 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -72,7 +72,9 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation de fichiers : l'interface WebDAV semble ne pas fonctionner.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par mails ne seront pas fonctionnels également. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou bien de le déplacer à l'extérieur de la racine du serveur web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Aucun cache de la mémoire n'est configuré. Si possible, configurer un \"memcache\" pour augmenter les performances. Pour plus d'information consultez la documentation.",
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
+ "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est donc recommandé d'ajuster ce paramètre.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée pour durer \"2,678,400\" secondes. C'est un risque de sécurité potentiel et il est donc recommandé d'ajuster ce paramètre.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS à la place.",
"Shared" : "Partagé",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 0626e57235..21a9f23c6f 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -70,7 +70,9 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas correctement configuré pour permettre la synchronisation de fichiers : l'interface WebDAV semble ne pas fonctionner.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ce serveur ne peut se connecter à internet. Cela signifie que certaines fonctionnalités, telles que le montage de supports de stockage distants, les notifications de mises à jour ou l'installation d'applications tierces ne fonctionneront pas. L'accès aux fichiers à distance, ainsi que les notifications par mails ne seront pas fonctionnels également. Il est recommandé d'activer la connexion internet pour ce serveur si vous souhaitez disposer de l'ensemble des fonctionnalités offertes.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou bien de le déplacer à l'extérieur de la racine du serveur web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Aucun cache de la mémoire n'est configuré. Si possible, configurer un \"memcache\" pour augmenter les performances. Pour plus d'information consultez la documentation.",
"Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur",
+ "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'en-tête HTTP \"{header}\" n'est pas configurée pour être égale à \"{expected}\" créant potentiellement un risque relié à la sécurité et à la vie privée. Il est donc recommandé d'ajuster ce paramètre.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée pour durer \"2,678,400\" secondes. C'est un risque de sécurité potentiel et il est donc recommandé d'ajuster ce paramètre.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Vous accédez à ce site via HTTP. Nous vous recommandons fortement de configurer votre serveur pour forcer l'utilisation de HTTPS à la place.",
"Shared" : "Partagé",
diff --git a/core/l10n/gl.js b/core/l10n/gl.js
index acb5e21365..8c4f4b82b5 100644
--- a/core/l10n/gl.js
+++ b/core/l10n/gl.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "O servidor aínda non está configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor non ten conexión activa a Internet. Isto significa que algunhas características como a montaxe do almacenamento externo, as notificacións sobre actualizacións ou a instalación de engadidos de terceiros non funcionarán. Así mesmo, o acceso remoto a ficheiros e enviar correos de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet para este servidor se quere ter todos estes servizos.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "O directorio de datos e os seus ficheiros probabelmente son accesíbeis desde a Internet. O ficheiro .htaccess non funciona. Recomendámoslle que configure o seu servidor web de xeito que o directorio de datos non sexa accesíbel ou que mova o directorio de datos fora do directorio root do servidor web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Non foi configurada a memoria cache. Se é posíbel configure un «memcache», se está dispoñíbel, para mellorar o rendemento. Pode atopar máis información na nosa documentación.",
"Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "A cabeceira HTTP «{header}» non está configurada como igual a «{expected}». Isto é un posíbel risco para a seguridade ou a intimidade, recomendámoslle que axuste esta opción.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "A cabeceira HTTP «Strict-Transport-Security» non está configurado para menos de «2,678,400» segundos . Isto é un posíbel risco para a seguridade, recomendámoslle que axuste esta opción.",
diff --git a/core/l10n/gl.json b/core/l10n/gl.json
index 5e69efe5d1..5a9e5260a6 100644
--- a/core/l10n/gl.json
+++ b/core/l10n/gl.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "O servidor aínda non está configurado correctamente para permitir a sincronización de ficheiros, semella que a interface WebDAV non está a funcionar.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor non ten conexión activa a Internet. Isto significa que algunhas características como a montaxe do almacenamento externo, as notificacións sobre actualizacións ou a instalación de engadidos de terceiros non funcionarán. Así mesmo, o acceso remoto a ficheiros e enviar correos de notificación poderían non funcionar. Suxerímoslle que active a conexión a Internet para este servidor se quere ter todos estes servizos.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "O directorio de datos e os seus ficheiros probabelmente son accesíbeis desde a Internet. O ficheiro .htaccess non funciona. Recomendámoslle que configure o seu servidor web de xeito que o directorio de datos non sexa accesíbel ou que mova o directorio de datos fora do directorio root do servidor web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Non foi configurada a memoria cache. Se é posíbel configure un «memcache», se está dispoñíbel, para mellorar o rendemento. Pode atopar máis información na nosa documentación.",
"Error occurred while checking server setup" : "Aconteceu un erro mentras se comprobaba a configuración do servidor",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "A cabeceira HTTP «{header}» non está configurada como igual a «{expected}». Isto é un posíbel risco para a seguridade ou a intimidade, recomendámoslle que axuste esta opción.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "A cabeceira HTTP «Strict-Transport-Security» non está configurado para menos de «2,678,400» segundos . Isto é un posíbel risco para a seguridade, recomendámoslle que axuste esta opción.",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 4fa4cbf03b..808eec95ee 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Questo server non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura memcache, se disponibile. Ulteriori informazioni sono disponibili nella nostra documentazione.",
"Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore almeno di \"2,678,400\" secondi. Questo è un potenziale rischio di sicurezza e noi consigliamo di modificare questa impostazione.",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index a1957841e1..666f703e85 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Il tuo server web non è configurato correttamente per consentire la sincronizzazione dei file poiché l'interfaccia WebDAV sembra essere danneggiata.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Questo server non ha una connessione a Internet funzionante. Ciò significa che alcune delle funzionalità come il montaggio di archivi esterni, le notifiche degli aggiornamenti o l'installazione di applicazioni di terze parti non funzioneranno. L'accesso remoto ai file e l'invio di email di notifica potrebbero non funzionare. Ti suggeriamo di abilitare la connessione a Internet del server se desideri disporre di tutte le funzionalità.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "La cartella dei dati e i tuoi file sono probabilmente accessibili da Internet.\nIl file .htaccess non funziona. Ti consigliamo vivamente di configurare il server web in modo che la cartella dei dati non sia più accessibile o di spostare la cartella fuori dalla radice del server web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Non è stata configurata alcuna cache di memoria. Per migliorare le prestazioni configura memcache, se disponibile. Ulteriori informazioni sono disponibili nella nostra documentazione.",
"Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "L'intestazione HTTP \"Strict-Transport-Security\" non è configurata con un valore almeno di \"2,678,400\" secondi. Questo è un potenziale rischio di sicurezza e noi consigliamo di modificare questa impostazione.",
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js
index 2373f0505d..e213d23a92 100644
--- a/core/l10n/pt_PT.js
+++ b/core/l10n/pt_PT.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor ownCloud não tem uma ligação de Internet a funcionar. Isto significa que algumas funcionalidades como o acesso a locais externos, notificações sobre actualizações, ou a instalação de aplicações de terceiros não irá funcionar. Aceder aos ficheiros remotamente e enviar notificações de email poderão não funcionar também. Sugerimos que active uma ligação à Internet se pretende obter todas as funcionalidades do ownCloud.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nenhuma cache de memória foi configurada. Para melhorar o seu desempenho, por favor configure a memcache se possível. Pode encontrar mais informação na nossa documentação.",
"Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está configurado para um mínimo de \"2,678,400\" segundos. Isto é um potencial risco de segurança e recomendamos que o corrija.",
diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json
index b9d51e5be7..16670eaaf8 100644
--- a/core/l10n/pt_PT.json
+++ b/core/l10n/pt_PT.json
@@ -70,6 +70,7 @@
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "O seu servidor web não está configurado correctamente para autorizar sincronização de ficheiros, pois o interface WebDAV parece estar com problemas.",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Este servidor ownCloud não tem uma ligação de Internet a funcionar. Isto significa que algumas funcionalidades como o acesso a locais externos, notificações sobre actualizações, ou a instalação de aplicações de terceiros não irá funcionar. Aceder aos ficheiros remotamente e enviar notificações de email poderão não funcionar também. Sugerimos que active uma ligação à Internet se pretende obter todas as funcionalidades do ownCloud.",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our documentation." : "Nenhuma cache de memória foi configurada. Para melhorar o seu desempenho, por favor configure a memcache se possível. Pode encontrar mais informação na nossa documentação.",
"Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"2,678,400\" seconds. This is a potential security risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está configurado para um mínimo de \"2,678,400\" segundos. Isto é um potencial risco de segurança e recomendamos que o corrija.",
diff --git a/lib/l10n/el.js b/lib/l10n/el.js
index 202f4e8dea..572bed27dc 100644
--- a/lib/l10n/el.js
+++ b/lib/l10n/el.js
@@ -137,6 +137,8 @@ OC.L10N.register(
"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Παρακαλώ ελέγξτε ότι έχετε PostgreSQL >= 9 ή ελέγξτε στα ιστορικό σφαλμάτων για περισσότερες πληροφορίες για το σφάλμα",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Παρακαλώ αλλάξτε τις ρυθμίσεις σε 0770 έτσι ώστε ο κατάλογος να μην μπορεί να προβάλλεται από άλλους χρήστες.",
"Data directory (%s) is readable by other users" : "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση για άλλους χρήστες",
+ "Data directory (%s) must be an absolute path" : "Κατάλογος δεδομένων (%s) πρεπει να είναι απόλυτη η διαδρομή",
+ "Check the value of \"datadirectory\" in your configuration" : "Ελέγξτε την τιμή του \"Φάκελος Δεδομένων\" στις ρυθμίσεις σας",
"Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.",
"Could not obtain lock type %d on \"%s\"." : "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\"."
diff --git a/lib/l10n/el.json b/lib/l10n/el.json
index 5dff6422d5..722fa824b1 100644
--- a/lib/l10n/el.json
+++ b/lib/l10n/el.json
@@ -135,6 +135,8 @@
"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Παρακαλώ ελέγξτε ότι έχετε PostgreSQL >= 9 ή ελέγξτε στα ιστορικό σφαλμάτων για περισσότερες πληροφορίες για το σφάλμα",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Παρακαλώ αλλάξτε τις ρυθμίσεις σε 0770 έτσι ώστε ο κατάλογος να μην μπορεί να προβάλλεται από άλλους χρήστες.",
"Data directory (%s) is readable by other users" : "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση για άλλους χρήστες",
+ "Data directory (%s) must be an absolute path" : "Κατάλογος δεδομένων (%s) πρεπει να είναι απόλυτη η διαδρομή",
+ "Check the value of \"datadirectory\" in your configuration" : "Ελέγξτε την τιμή του \"Φάκελος Δεδομένων\" στις ρυθμίσεις σας",
"Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.",
"Could not obtain lock type %d on \"%s\"." : "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\"."
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js
index 660d4679d6..27c5fc40d9 100644
--- a/lib/l10n/fr.js
+++ b/lib/l10n/fr.js
@@ -118,7 +118,7 @@ OC.L10N.register(
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire apps%s ou en désactivant l'appstore dans le fichier de configuration.",
"Cannot create \"data\" directory (%s)" : "Impossible de créer le répertoire \"data\" (%s)",
"This can usually be fixed by giving the webserver write access to the root directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire racine.",
- "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Les permissions peuvent, généralement, être résolues %sen donnant au serveur web un accès en écriture au répertoire racine%s",
+ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Le problème de permissions peut généralement être résolu %sen donnant au serveur web un accès en écriture au répertoire racine%s",
"Setting locale to %s failed" : "Le choix de la langue pour %s a échoué",
"Please install one of these locales on your system and restart your webserver." : "Veuillez installer l'un de ces paramètres régionaux sur votre système et redémarrer votre serveur web.",
"Please ask your server administrator to install the module." : "Veuillez demander à votre administrateur d’installer le module.",
@@ -138,6 +138,8 @@ OC.L10N.register(
"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Veuillez vérifier que vous utilisez PostgreSQL >= 9 , ou regardez dans le journal d’erreur pour plus d’informations sur ce problème",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu puisse être listé par les autres utilisateurs.",
"Data directory (%s) is readable by other users" : "Le répertoire (%s) est lisible par les autres utilisateurs",
+ "Data directory (%s) must be an absolute path" : "Le chemin du dossier de données (%s) doit être absolu",
+ "Check the value of \"datadirectory\" in your configuration" : "Verifier la valeur pour \"datadirectory\" dans votre configuration",
"Data directory (%s) is invalid" : "Le répertoire (%s) est invalide",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.",
"Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\"."
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json
index b64c3d48b0..b2294c8422 100644
--- a/lib/l10n/fr.json
+++ b/lib/l10n/fr.json
@@ -116,7 +116,7 @@
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Ce problème est généralement résolu %sen donnant au serveur web un accès en écriture au répertoire apps%s ou en désactivant l'appstore dans le fichier de configuration.",
"Cannot create \"data\" directory (%s)" : "Impossible de créer le répertoire \"data\" (%s)",
"This can usually be fixed by giving the webserver write access to the root directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire racine.",
- "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Les permissions peuvent, généralement, être résolues %sen donnant au serveur web un accès en écriture au répertoire racine%s",
+ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Le problème de permissions peut généralement être résolu %sen donnant au serveur web un accès en écriture au répertoire racine%s",
"Setting locale to %s failed" : "Le choix de la langue pour %s a échoué",
"Please install one of these locales on your system and restart your webserver." : "Veuillez installer l'un de ces paramètres régionaux sur votre système et redémarrer votre serveur web.",
"Please ask your server administrator to install the module." : "Veuillez demander à votre administrateur d’installer le module.",
@@ -136,6 +136,8 @@
"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Veuillez vérifier que vous utilisez PostgreSQL >= 9 , ou regardez dans le journal d’erreur pour plus d’informations sur ce problème",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Veuillez changer les permissions du répertoire en mode 0770 afin que son contenu puisse être listé par les autres utilisateurs.",
"Data directory (%s) is readable by other users" : "Le répertoire (%s) est lisible par les autres utilisateurs",
+ "Data directory (%s) must be an absolute path" : "Le chemin du dossier de données (%s) doit être absolu",
+ "Check the value of \"datadirectory\" in your configuration" : "Verifier la valeur pour \"datadirectory\" dans votre configuration",
"Data directory (%s) is invalid" : "Le répertoire (%s) est invalide",
"Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.",
"Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\"."
diff --git a/settings/l10n/ast.js b/settings/l10n/ast.js
index def2f3eada..b517ffed46 100644
--- a/settings/l10n/ast.js
+++ b/settings/l10n/ast.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamientu esternu",
"Cron" : "Cron",
"Email Server" : "Sirvidor de corréu-e",
"Log" : "Rexistru",
+ "Updates" : "Anovamientos",
"Authentication error" : "Fallu d'autenticación",
"Your full name has been changed." : "Camudóse'l nome completu.",
"Unable to change full name" : "Nun pue camudase'l nome completu",
diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json
index cbcb2afdbd..8b9e04e352 100644
--- a/settings/l10n/ast.json
+++ b/settings/l10n/ast.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamientu esternu",
"Cron" : "Cron",
"Email Server" : "Sirvidor de corréu-e",
"Log" : "Rexistru",
+ "Updates" : "Anovamientos",
"Authentication error" : "Fallu d'autenticación",
"Your full name has been changed." : "Camudóse'l nome completu.",
"Unable to change full name" : "Nun pue camudase'l nome completu",
diff --git a/settings/l10n/az.js b/settings/l10n/az.js
index b6fb17a302..88b309aab9 100644
--- a/settings/l10n/az.js
+++ b/settings/l10n/az.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Paylaşılır",
+ "External Storage" : "Kənar depo",
"Cron" : "Cron",
"Email Server" : "Email server",
"Log" : "Jurnal",
+ "Updates" : "Yenilənmələr",
"Authentication error" : "Təyinat metodikası",
"Your full name has been changed." : "Sizin tam adınız dəyişdirildi.",
"Unable to change full name" : "Tam adı dəyişmək olmur",
diff --git a/settings/l10n/az.json b/settings/l10n/az.json
index 23a68f038f..e1aa65b86f 100644
--- a/settings/l10n/az.json
+++ b/settings/l10n/az.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Paylaşılır",
+ "External Storage" : "Kənar depo",
"Cron" : "Cron",
"Email Server" : "Email server",
"Log" : "Jurnal",
+ "Updates" : "Yenilənmələr",
"Authentication error" : "Təyinat metodikası",
"Your full name has been changed." : "Sizin tam adınız dəyişdirildi.",
"Unable to change full name" : "Tam adı dəyişmək olmur",
diff --git a/settings/l10n/bg_BG.js b/settings/l10n/bg_BG.js
index 730566413a..6ee0455602 100644
--- a/settings/l10n/bg_BG.js
+++ b/settings/l10n/bg_BG.js
@@ -3,9 +3,11 @@ OC.L10N.register(
{
"Security & setup warnings" : "Предупреждения за сигурност и настройки",
"Sharing" : "Споделяне",
+ "External Storage" : "Външно Дисково Пространство",
"Cron" : "Крон",
"Email Server" : "Имейл Сървър",
"Log" : "Лог",
+ "Updates" : "Обновления",
"Authentication error" : "Възникна проблем с идентификацията",
"Your full name has been changed." : "Вашето пълно име е променено.",
"Unable to change full name" : "Неуспешна промяна на пълното име.",
diff --git a/settings/l10n/bg_BG.json b/settings/l10n/bg_BG.json
index 27e29bce6b..d7dc3131fc 100644
--- a/settings/l10n/bg_BG.json
+++ b/settings/l10n/bg_BG.json
@@ -1,9 +1,11 @@
{ "translations": {
"Security & setup warnings" : "Предупреждения за сигурност и настройки",
"Sharing" : "Споделяне",
+ "External Storage" : "Външно Дисково Пространство",
"Cron" : "Крон",
"Email Server" : "Имейл Сървър",
"Log" : "Лог",
+ "Updates" : "Обновления",
"Authentication error" : "Възникна проблем с идентификацията",
"Your full name has been changed." : "Вашето пълно име е променено.",
"Unable to change full name" : "Неуспешна промяна на пълното име.",
diff --git a/settings/l10n/bn_BD.js b/settings/l10n/bn_BD.js
index 0137f88300..0b773bb89a 100644
--- a/settings/l10n/bn_BD.js
+++ b/settings/l10n/bn_BD.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "ভাগাভাগিরত",
+ "External Storage" : "বাহ্যিক সংরক্ষণাগার",
"Email Server" : "ইমেইল সার্ভার",
"Authentication error" : "অনুমোদন ঘটিত সমস্যা",
"Your full name has been changed." : "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।",
diff --git a/settings/l10n/bn_BD.json b/settings/l10n/bn_BD.json
index 67bc9461ce..94820431ba 100644
--- a/settings/l10n/bn_BD.json
+++ b/settings/l10n/bn_BD.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "ভাগাভাগিরত",
+ "External Storage" : "বাহ্যিক সংরক্ষণাগার",
"Email Server" : "ইমেইল সার্ভার",
"Authentication error" : "অনুমোদন ঘটিত সমস্যা",
"Your full name has been changed." : "আপনার পূর্ণ নাম পরিবর্তন করা হয়েছে।",
diff --git a/settings/l10n/bs.js b/settings/l10n/bs.js
index b9cf700cd0..911d0b62fd 100644
--- a/settings/l10n/bs.js
+++ b/settings/l10n/bs.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Cron" : "Cron",
"Email Server" : "Server e-pošte",
"Log" : "Zapisnik",
+ "Updates" : "Ažuriranja",
"Authentication error" : "Grešna autentifikacije",
"Your full name has been changed." : "Vaše puno ime je promijenjeno.",
"Unable to change full name" : "Puno ime nije moguće promijeniti",
diff --git a/settings/l10n/bs.json b/settings/l10n/bs.json
index cfbd29d3c0..0129b13d3a 100644
--- a/settings/l10n/bs.json
+++ b/settings/l10n/bs.json
@@ -3,6 +3,7 @@
"Cron" : "Cron",
"Email Server" : "Server e-pošte",
"Log" : "Zapisnik",
+ "Updates" : "Ažuriranja",
"Authentication error" : "Grešna autentifikacije",
"Your full name has been changed." : "Vaše puno ime je promijenjeno.",
"Unable to change full name" : "Puno ime nije moguće promijeniti",
diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js
index a523958297..f1f6866f36 100644
--- a/settings/l10n/ca.js
+++ b/settings/l10n/ca.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Seguretat i configuració de alertes",
"Sharing" : "Compartir",
+ "External Storage" : "Emmagatzemament extern",
"Cron" : "Cron",
"Email Server" : "Servidor de correu",
"Log" : "Registre",
"Tips & tricks" : "Consells i trucs",
+ "Updates" : "Actualitzacions",
"Authentication error" : "Error d'autenticació",
"Your full name has been changed." : "El vostre nom complet ha canviat.",
"Unable to change full name" : "No s'ha pogut canviar el nom complet",
diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json
index 4021146ad4..841e28710d 100644
--- a/settings/l10n/ca.json
+++ b/settings/l10n/ca.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Seguretat i configuració de alertes",
"Sharing" : "Compartir",
+ "External Storage" : "Emmagatzemament extern",
"Cron" : "Cron",
"Email Server" : "Servidor de correu",
"Log" : "Registre",
"Tips & tricks" : "Consells i trucs",
+ "Updates" : "Actualitzacions",
"Authentication error" : "Error d'autenticació",
"Your full name has been changed." : "El vostre nom complet ha canviat.",
"Unable to change full name" : "No s'ha pogut canviar el nom complet",
diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js
index 9962e4eb12..826562c3e7 100644
--- a/settings/l10n/cs_CZ.js
+++ b/settings/l10n/cs_CZ.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Upozornění zabezpečení a nastavení",
"Sharing" : "Sdílení",
+ "External Storage" : "Externí úložiště",
"Cron" : "Cron",
"Email Server" : "Emailový server",
"Log" : "Záznam",
"Tips & tricks" : "Tipy a triky",
+ "Updates" : "Aktualizace",
"Authentication error" : "Chyba přihlášení",
"Your full name has been changed." : "Vaše celé jméno bylo změněno.",
"Unable to change full name" : "Nelze změnit celé jméno",
diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json
index 6a998495e6..fc02fcce31 100644
--- a/settings/l10n/cs_CZ.json
+++ b/settings/l10n/cs_CZ.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Upozornění zabezpečení a nastavení",
"Sharing" : "Sdílení",
+ "External Storage" : "Externí úložiště",
"Cron" : "Cron",
"Email Server" : "Emailový server",
"Log" : "Záznam",
"Tips & tricks" : "Tipy a triky",
+ "Updates" : "Aktualizace",
"Authentication error" : "Chyba přihlášení",
"Your full name has been changed." : "Vaše celé jméno bylo změněno.",
"Unable to change full name" : "Nelze změnit celé jméno",
diff --git a/settings/l10n/da.js b/settings/l10n/da.js
index bc823b134a..1b45d60967 100644
--- a/settings/l10n/da.js
+++ b/settings/l10n/da.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Advarsler om sikkerhed og opsætning",
"Sharing" : "Deling",
+ "External Storage" : "Ekstern opbevaring",
"Cron" : "Cron",
"Email Server" : "E-mailserver",
"Log" : "Log",
"Tips & tricks" : "Tips & tricks",
+ "Updates" : "Opdateringer",
"Authentication error" : "Adgangsfejl",
"Your full name has been changed." : "Dit fulde navn er blevet ændret.",
"Unable to change full name" : "Ikke i stand til at ændre dit fulde navn",
diff --git a/settings/l10n/da.json b/settings/l10n/da.json
index 6d78e7d14b..018468e804 100644
--- a/settings/l10n/da.json
+++ b/settings/l10n/da.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Advarsler om sikkerhed og opsætning",
"Sharing" : "Deling",
+ "External Storage" : "Ekstern opbevaring",
"Cron" : "Cron",
"Email Server" : "E-mailserver",
"Log" : "Log",
"Tips & tricks" : "Tips & tricks",
+ "Updates" : "Opdateringer",
"Authentication error" : "Adgangsfejl",
"Your full name has been changed." : "Dit fulde navn er blevet ændret.",
"Unable to change full name" : "Ikke i stand til at ændre dit fulde navn",
diff --git a/settings/l10n/de.js b/settings/l10n/de.js
index e9e36aaa51..2cce10d479 100644
--- a/settings/l10n/de.js
+++ b/settings/l10n/de.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Sicherheits- & Einrichtungswarnungen",
"Sharing" : "Teilen",
+ "External Storage" : "Externer Speicher",
"Cron" : "Cron",
"Email Server" : "E-Mail-Server",
"Log" : "Log",
"Tips & tricks" : "Tipps & Tricks",
+ "Updates" : "Updates",
"Authentication error" : "Authentifizierungsfehler",
"Your full name has been changed." : "Dein vollständiger Name ist geändert worden.",
"Unable to change full name" : "Der vollständige Name konnte nicht geändert werden",
diff --git a/settings/l10n/de.json b/settings/l10n/de.json
index e8d8b1610d..d23b89e2ff 100644
--- a/settings/l10n/de.json
+++ b/settings/l10n/de.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Sicherheits- & Einrichtungswarnungen",
"Sharing" : "Teilen",
+ "External Storage" : "Externer Speicher",
"Cron" : "Cron",
"Email Server" : "E-Mail-Server",
"Log" : "Log",
"Tips & tricks" : "Tipps & Tricks",
+ "Updates" : "Updates",
"Authentication error" : "Authentifizierungsfehler",
"Your full name has been changed." : "Dein vollständiger Name ist geändert worden.",
"Unable to change full name" : "Der vollständige Name konnte nicht geändert werden",
diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js
index 2e51298086..cc2d698916 100644
--- a/settings/l10n/de_DE.js
+++ b/settings/l10n/de_DE.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Sicherheits- & Einrichtungswarnungen",
"Sharing" : "Teilen",
+ "External Storage" : "Externer Speicher",
"Cron" : "Cron",
"Email Server" : "E-Mail-Server",
"Log" : "Log",
"Tips & tricks" : "Tipps & Tricks",
+ "Updates" : "Updates",
"Authentication error" : "Authentifizierungsfehler",
"Your full name has been changed." : "Ihr vollständiger Name ist geändert worden.",
"Unable to change full name" : "Der vollständige Name konnte nicht geändert werden",
diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json
index ab3de37a78..e6c70c60b4 100644
--- a/settings/l10n/de_DE.json
+++ b/settings/l10n/de_DE.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Sicherheits- & Einrichtungswarnungen",
"Sharing" : "Teilen",
+ "External Storage" : "Externer Speicher",
"Cron" : "Cron",
"Email Server" : "E-Mail-Server",
"Log" : "Log",
"Tips & tricks" : "Tipps & Tricks",
+ "Updates" : "Updates",
"Authentication error" : "Authentifizierungsfehler",
"Your full name has been changed." : "Ihr vollständiger Name ist geändert worden.",
"Unable to change full name" : "Der vollständige Name konnte nicht geändert werden",
diff --git a/settings/l10n/el.js b/settings/l10n/el.js
index fbbaca0645..895cb07bbf 100644
--- a/settings/l10n/el.js
+++ b/settings/l10n/el.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Προειδοποιήσεις ασφάλειας & ρυθμίσεων",
"Sharing" : "Διαμοιρασμός",
+ "External Storage" : "Εξωτερικό Αποθηκευτικό Μέσο",
"Cron" : "Cron",
"Email Server" : "Διακομιστής Email",
"Log" : "Καταγραφές",
"Tips & tricks" : "Συμβουλές & τεχνάσματα",
+ "Updates" : "Ενημερώσεις",
"Authentication error" : "Σφάλμα πιστοποίησης",
"Your full name has been changed." : "Το πλήρες όνομά σας άλλαξε.",
"Unable to change full name" : "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας",
diff --git a/settings/l10n/el.json b/settings/l10n/el.json
index 1594c6c94a..4e85a3bbd4 100644
--- a/settings/l10n/el.json
+++ b/settings/l10n/el.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Προειδοποιήσεις ασφάλειας & ρυθμίσεων",
"Sharing" : "Διαμοιρασμός",
+ "External Storage" : "Εξωτερικό Αποθηκευτικό Μέσο",
"Cron" : "Cron",
"Email Server" : "Διακομιστής Email",
"Log" : "Καταγραφές",
"Tips & tricks" : "Συμβουλές & τεχνάσματα",
+ "Updates" : "Ενημερώσεις",
"Authentication error" : "Σφάλμα πιστοποίησης",
"Your full name has been changed." : "Το πλήρες όνομά σας άλλαξε.",
"Unable to change full name" : "Δεν ήταν δυνατή η αλλαγή του πλήρους ονόματός σας",
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js
index 4fa72687d1..c7fbba2198 100644
--- a/settings/l10n/en_GB.js
+++ b/settings/l10n/en_GB.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Sharing",
+ "External Storage" : "External Storage",
"Cron" : "Cron",
"Email Server" : "Email Server",
"Log" : "Log",
+ "Updates" : "Updates",
"Authentication error" : "Authentication error",
"Your full name has been changed." : "Your full name has been changed.",
"Unable to change full name" : "Unable to change full name",
diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json
index 85e2a58e46..13a6e87945 100644
--- a/settings/l10n/en_GB.json
+++ b/settings/l10n/en_GB.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Sharing",
+ "External Storage" : "External Storage",
"Cron" : "Cron",
"Email Server" : "Email Server",
"Log" : "Log",
+ "Updates" : "Updates",
"Authentication error" : "Authentication error",
"Your full name has been changed." : "Your full name has been changed.",
"Unable to change full name" : "Unable to change full name",
diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js
index 35f7171251..ae9b23a72f 100644
--- a/settings/l10n/eo.js
+++ b/settings/l10n/eo.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Kunhavigo",
+ "External Storage" : "Malena memorilo",
"Cron" : "Cron",
"Email Server" : "Retpoŝtoservilo",
"Log" : "Protokolo",
+ "Updates" : "Ĝisdatigoj",
"Authentication error" : "Aŭtentiga eraro",
"Your full name has been changed." : "Via plena nomo ŝanĝitas.",
"Unable to change full name" : "Ne eblis ŝanĝi la plenan nomon",
diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json
index fbcdfbfd0e..54c46fe9de 100644
--- a/settings/l10n/eo.json
+++ b/settings/l10n/eo.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Kunhavigo",
+ "External Storage" : "Malena memorilo",
"Cron" : "Cron",
"Email Server" : "Retpoŝtoservilo",
"Log" : "Protokolo",
+ "Updates" : "Ĝisdatigoj",
"Authentication error" : "Aŭtentiga eraro",
"Your full name has been changed." : "Via plena nomo ŝanĝitas.",
"Unable to change full name" : "Ne eblis ŝanĝi la plenan nomon",
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index 093aeed17c..972f528f75 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Avisos de seguidad y configuración",
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamiento externo",
"Cron" : "Cron",
"Email Server" : "Servidor de correo electrónico",
"Log" : "Registro",
"Tips & tricks" : "Sugerencias y trucos",
+ "Updates" : "Actualizaciones",
"Authentication error" : "Error de autenticación",
"Your full name has been changed." : "Se ha cambiado su nombre completo.",
"Unable to change full name" : "No se puede cambiar el nombre completo",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 5361fb0d06..6ef77db434 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Avisos de seguidad y configuración",
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamiento externo",
"Cron" : "Cron",
"Email Server" : "Servidor de correo electrónico",
"Log" : "Registro",
"Tips & tricks" : "Sugerencias y trucos",
+ "Updates" : "Actualizaciones",
"Authentication error" : "Error de autenticación",
"Your full name has been changed." : "Se ha cambiado su nombre completo.",
"Unable to change full name" : "No se puede cambiar el nombre completo",
diff --git a/settings/l10n/es_AR.js b/settings/l10n/es_AR.js
index 1f2bcad8fa..6dad931a95 100644
--- a/settings/l10n/es_AR.js
+++ b/settings/l10n/es_AR.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamiento externo",
"Cron" : "Cron",
"Email Server" : "Servidor de correo electrónico",
"Log" : "Log",
+ "Updates" : "Actualizaciones",
"Authentication error" : "Error al autenticar",
"Your full name has been changed." : "Su nombre completo ha sido cambiado.",
"Unable to change full name" : "Imposible cambiar el nombre completo",
diff --git a/settings/l10n/es_AR.json b/settings/l10n/es_AR.json
index 63b519e6d3..27b4b77343 100644
--- a/settings/l10n/es_AR.json
+++ b/settings/l10n/es_AR.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamiento externo",
"Cron" : "Cron",
"Email Server" : "Servidor de correo electrónico",
"Log" : "Log",
+ "Updates" : "Actualizaciones",
"Authentication error" : "Error al autenticar",
"Your full name has been changed." : "Su nombre completo ha sido cambiado.",
"Unable to change full name" : "Imposible cambiar el nombre completo",
diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js
index c8b01c12b6..bfbd94c26a 100644
--- a/settings/l10n/es_MX.js
+++ b/settings/l10n/es_MX.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamiento externo",
"Cron" : "Cron",
"Log" : "Registro",
"Authentication error" : "Error de autenticación",
diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json
index fcba04841d..810d1ea693 100644
--- a/settings/l10n/es_MX.json
+++ b/settings/l10n/es_MX.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "Compartiendo",
+ "External Storage" : "Almacenamiento externo",
"Cron" : "Cron",
"Log" : "Registro",
"Authentication error" : "Error de autenticación",
diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js
index f76d2ce1f6..0a470aab5c 100644
--- a/settings/l10n/et_EE.js
+++ b/settings/l10n/et_EE.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Jagamine",
+ "External Storage" : "Väline salvestuskoht",
"Cron" : "Cron",
"Email Server" : "Postiserver",
"Log" : "Logi",
+ "Updates" : "Uuendused",
"Authentication error" : "Autentimise viga",
"Your full name has been changed." : "Sinu täispikk nimi on muudetud.",
"Unable to change full name" : "Täispika nime muutmine ebaõnnestus",
diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json
index 5b35a846f5..1168fca082 100644
--- a/settings/l10n/et_EE.json
+++ b/settings/l10n/et_EE.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Jagamine",
+ "External Storage" : "Väline salvestuskoht",
"Cron" : "Cron",
"Email Server" : "Postiserver",
"Log" : "Logi",
+ "Updates" : "Uuendused",
"Authentication error" : "Autentimise viga",
"Your full name has been changed." : "Sinu täispikk nimi on muudetud.",
"Unable to change full name" : "Täispika nime muutmine ebaõnnestus",
diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js
index 8c7fdd183a..1b47a01354 100644
--- a/settings/l10n/eu.js
+++ b/settings/l10n/eu.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Partekatzea",
+ "External Storage" : "Kanpoko biltegiratzea",
"Cron" : "Cron",
"Email Server" : "Eposta zerbitzaria",
"Log" : "Log",
+ "Updates" : "Eguneraketak",
"Authentication error" : "Autentifikazio errorea",
"Your full name has been changed." : "Zure izena aldatu egin da.",
"Unable to change full name" : "Ezin izan da izena aldatu",
diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json
index d45c276ac8..c3e403c629 100644
--- a/settings/l10n/eu.json
+++ b/settings/l10n/eu.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Partekatzea",
+ "External Storage" : "Kanpoko biltegiratzea",
"Cron" : "Cron",
"Email Server" : "Eposta zerbitzaria",
"Log" : "Log",
+ "Updates" : "Eguneraketak",
"Authentication error" : "Autentifikazio errorea",
"Your full name has been changed." : "Zure izena aldatu egin da.",
"Unable to change full name" : "Ezin izan da izena aldatu",
diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js
index 60a3f4067c..ee6571d8f5 100644
--- a/settings/l10n/fa.js
+++ b/settings/l10n/fa.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "اشتراک گذاری",
+ "External Storage" : "حافظه خارجی",
"Cron" : "زمانبند",
"Email Server" : "سرور ایمیل",
"Log" : "کارنامه",
+ "Updates" : "به روز رسانی ها",
"Authentication error" : "خطا در اعتبار سنجی",
"Your full name has been changed." : "نام کامل شما تغییر یافت",
"Unable to change full name" : "امکان تغییر نام کامل وجود ندارد",
diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json
index 1eacb8aa34..d81b373c7d 100644
--- a/settings/l10n/fa.json
+++ b/settings/l10n/fa.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "اشتراک گذاری",
+ "External Storage" : "حافظه خارجی",
"Cron" : "زمانبند",
"Email Server" : "سرور ایمیل",
"Log" : "کارنامه",
+ "Updates" : "به روز رسانی ها",
"Authentication error" : "خطا در اعتبار سنجی",
"Your full name has been changed." : "نام کامل شما تغییر یافت",
"Unable to change full name" : "امکان تغییر نام کامل وجود ندارد",
diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js
index ed5595c5b4..7d381417b8 100644
--- a/settings/l10n/fi_FI.js
+++ b/settings/l10n/fi_FI.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Turvallisuus- ja asetusvaroitukset",
"Sharing" : "Jakaminen",
+ "External Storage" : "Erillinen tallennusväline",
"Cron" : "Cron",
"Email Server" : "Sähköpostipalvelin",
"Log" : "Loki",
"Tips & tricks" : "Vinkit",
+ "Updates" : "Päivitykset",
"Authentication error" : "Tunnistautumisvirhe",
"Your full name has been changed." : "Koko nimesi on muutettu.",
"Unable to change full name" : "Koko nimen muuttaminen epäonnistui",
diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json
index 0d6e2482ee..24663101f4 100644
--- a/settings/l10n/fi_FI.json
+++ b/settings/l10n/fi_FI.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Turvallisuus- ja asetusvaroitukset",
"Sharing" : "Jakaminen",
+ "External Storage" : "Erillinen tallennusväline",
"Cron" : "Cron",
"Email Server" : "Sähköpostipalvelin",
"Log" : "Loki",
"Tips & tricks" : "Vinkit",
+ "Updates" : "Päivitykset",
"Authentication error" : "Tunnistautumisvirhe",
"Your full name has been changed." : "Koko nimesi on muutettu.",
"Unable to change full name" : "Koko nimen muuttaminen epäonnistui",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index ba6f93d72b..c9405892cb 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -1,10 +1,14 @@
OC.L10N.register(
"settings",
{
+ "Security & setup warnings" : "Avertissements de sécurité ou de configuration",
"Sharing" : "Partage",
+ "External Storage" : "Stockage externe",
"Cron" : "Cron",
"Email Server" : "Serveur mail",
"Log" : "Log",
+ "Tips & tricks" : "Trucs et astuces",
+ "Updates" : "Mises à jour",
"Authentication error" : "Erreur d'authentification",
"Your full name has been changed." : "Votre nom complet a été modifié.",
"Unable to change full name" : "Impossible de changer le nom complet",
@@ -91,6 +95,8 @@ OC.L10N.register(
"A valid password must be provided" : "Un mot de passe valide doit être saisi",
"A valid email must be provided" : "Vous devez fournir une adresse de courriel valide",
"__language_name__" : "Français",
+ "Sync clients" : "Clients synchronisé",
+ "Personal info" : "Informations personnelles",
"SSL root certificates" : "Certificats racine SSL",
"Encryption" : "Chiffrement",
"Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)",
@@ -115,6 +121,7 @@ OC.L10N.register(
"We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Nous vous recommandons d'installer sur votre système les paquets requis à la prise en charge de l'un des paramètres régionaux suivants : %s",
"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 installation guides ↗, and check for any errors or warnings in the log." : "Consultez les guides d'installation ↗, et cherchez des erreurs dans les logs.",
"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",
"Enforce password protection" : "Obliger la protection par mot de passe",
@@ -135,6 +142,8 @@ OC.L10N.register(
"Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via 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.",
+ "Server Side Encryption" : "Chiffrement côté serveur",
+ "Enable Server-Side-Encryption" : "Activer le chiffrement côté serveur",
"This is used for sending out notifications." : "Ceci est utilisé pour l'envoi des notifications.",
"Send mode" : "Mode d'envoi",
"From address" : "Adresse source",
@@ -156,6 +165,13 @@ OC.L10N.register(
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "La taille du fichier journal excède 100 Mo. Le télécharger peut prendre un certain temps!",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite est actuellement utilisé comme gestionnaire de base de données. Pour des installations plus volumineuses, nous vous conseillons d'utiliser un autre gestionnaire de base de données.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "En particulier si vous utilisez le client de bureau pour synchroniser vos données : l'utilisation de SQLite est alors déconseillée.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.",
+ "How to do backups" : "Comment creer des sauvegardes",
+ "Advanced monitoring" : "Surveillance avancée",
+ "Performance tuning" : "Ajustements des performances",
+ "Improving the config.php" : "Améliorer le config.php ",
+ "Theming" : "Thème",
+ "Hardening and security guidance" : "Guide pour le renforcement et la sécurité",
"Version" : "Version",
"More apps" : "Plus d'applications",
"Developer documentation" : "Documentation pour les développeurs",
@@ -170,6 +186,7 @@ OC.L10N.register(
"Update to %s" : "Mettre à niveau vers la version %s",
"Enable only for specific groups" : "Activer uniquement pour certains groupes",
"Uninstall App" : "Désinstaller l'application",
+ "No apps found for your version" : "Pas d'application pour votre version",
"Hey there,
just letting you know that you now have an %s account.
Your username: %s
Access it: %s
" : "Bonjour,
Un compte %s a été créé pour vous.
Votre nom d'utilisateur est : %s
Visitez votre compte : %s
",
"Cheers!" : "À bientôt !",
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,
Un compte %s a été créé pour vous.
Votre nom d'utilisateur est : %s
Visitez votre compte : %s
\n",
@@ -190,6 +207,7 @@ OC.L10N.register(
"Current password" : "Mot de passe actuel",
"New password" : "Nouveau mot de passe",
"Change password" : "Changer de mot de passe",
+ "Full name" : "Nom complet",
"No display name set" : "Aucun nom d'affichage configuré",
"Email" : "Adresse mail",
"Your email address" : "Votre adresse mail",
@@ -210,6 +228,7 @@ OC.L10N.register(
"Valid until" : "Valide jusqu'à",
"Issued By" : "Délivré par",
"Valid until %s" : "Valide jusqu'à %s",
+ "Import root certificate" : "Importer un certificat racine",
"The encryption app is no longer enabled, please decrypt all your files" : "L'app de chiffrement n’est plus activée, veuillez déchiffrer tous vos fichiers",
"Log-in password" : "Mot de passe de connexion",
"Decrypt all Files" : "Déchiffrer tous les fichiers",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index 012b022f2c..e85d827b5f 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -1,8 +1,12 @@
{ "translations": {
+ "Security & setup warnings" : "Avertissements de sécurité ou de configuration",
"Sharing" : "Partage",
+ "External Storage" : "Stockage externe",
"Cron" : "Cron",
"Email Server" : "Serveur mail",
"Log" : "Log",
+ "Tips & tricks" : "Trucs et astuces",
+ "Updates" : "Mises à jour",
"Authentication error" : "Erreur d'authentification",
"Your full name has been changed." : "Votre nom complet a été modifié.",
"Unable to change full name" : "Impossible de changer le nom complet",
@@ -89,6 +93,8 @@
"A valid password must be provided" : "Un mot de passe valide doit être saisi",
"A valid email must be provided" : "Vous devez fournir une adresse de courriel valide",
"__language_name__" : "Français",
+ "Sync clients" : "Clients synchronisé",
+ "Personal info" : "Informations personnelles",
"SSL root certificates" : "Certificats racine SSL",
"Encryption" : "Chiffrement",
"Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)",
@@ -113,6 +119,7 @@
"We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Nous vous recommandons d'installer sur votre système les paquets requis à la prise en charge de l'un des paramètres régionaux suivants : %s",
"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 installation guides ↗, and check for any errors or warnings in the log." : "Consultez les guides d'installation ↗, et cherchez des erreurs dans les logs.",
"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",
"Enforce password protection" : "Obliger la protection par mot de passe",
@@ -133,6 +140,8 @@
"Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php est enregistré en tant que service webcron pour appeler cron.php toutes les 15 minutes via 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.",
+ "Server Side Encryption" : "Chiffrement côté serveur",
+ "Enable Server-Side-Encryption" : "Activer le chiffrement côté serveur",
"This is used for sending out notifications." : "Ceci est utilisé pour l'envoi des notifications.",
"Send mode" : "Mode d'envoi",
"From address" : "Adresse source",
@@ -154,6 +163,13 @@
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "La taille du fichier journal excède 100 Mo. Le télécharger peut prendre un certain temps!",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite est actuellement utilisé comme gestionnaire de base de données. Pour des installations plus volumineuses, nous vous conseillons d'utiliser un autre gestionnaire de base de données.",
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "En particulier si vous utilisez le client de bureau pour synchroniser vos données : l'utilisation de SQLite est alors déconseillée.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the documentation ↗." : "Pour migrer vers un autre type de base de données, utilisez la ligne de commande : 'occ db:convert-type' ou consultez la documentation ↗.",
+ "How to do backups" : "Comment creer des sauvegardes",
+ "Advanced monitoring" : "Surveillance avancée",
+ "Performance tuning" : "Ajustements des performances",
+ "Improving the config.php" : "Améliorer le config.php ",
+ "Theming" : "Thème",
+ "Hardening and security guidance" : "Guide pour le renforcement et la sécurité",
"Version" : "Version",
"More apps" : "Plus d'applications",
"Developer documentation" : "Documentation pour les développeurs",
@@ -168,6 +184,7 @@
"Update to %s" : "Mettre à niveau vers la version %s",
"Enable only for specific groups" : "Activer uniquement pour certains groupes",
"Uninstall App" : "Désinstaller l'application",
+ "No apps found for your version" : "Pas d'application pour votre version",
"Hey there,
just letting you know that you now have an %s account.
Your username: %s
Access it: %s
" : "Bonjour,
Un compte %s a été créé pour vous.
Votre nom d'utilisateur est : %s
Visitez votre compte : %s
",
"Cheers!" : "À bientôt !",
"Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,
Un compte %s a été créé pour vous.
Votre nom d'utilisateur est : %s
Visitez votre compte : %s
\n",
@@ -188,6 +205,7 @@
"Current password" : "Mot de passe actuel",
"New password" : "Nouveau mot de passe",
"Change password" : "Changer de mot de passe",
+ "Full name" : "Nom complet",
"No display name set" : "Aucun nom d'affichage configuré",
"Email" : "Adresse mail",
"Your email address" : "Votre adresse mail",
@@ -208,6 +226,7 @@
"Valid until" : "Valide jusqu'à",
"Issued By" : "Délivré par",
"Valid until %s" : "Valide jusqu'à %s",
+ "Import root certificate" : "Importer un certificat racine",
"The encryption app is no longer enabled, please decrypt all your files" : "L'app de chiffrement n’est plus activée, veuillez déchiffrer tous vos fichiers",
"Log-in password" : "Mot de passe de connexion",
"Decrypt all Files" : "Déchiffrer tous les fichiers",
diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js
index 231a049ef7..9eac5c02e7 100644
--- a/settings/l10n/gl.js
+++ b/settings/l10n/gl.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Avisos de seguridade e configuración",
"Sharing" : "Compartindo",
+ "External Storage" : "Almacenamento externo",
"Cron" : "Cron",
"Email Server" : "Servidor de correo",
"Log" : "Rexistro",
"Tips & tricks" : "Trucos e consellos",
+ "Updates" : "Actualizacións",
"Authentication error" : "Produciuse un erro de autenticación",
"Your full name has been changed." : "O seu nome completo foi cambiado",
"Unable to change full name" : "Non é posíbel cambiar o nome completo",
diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json
index 7c193a4576..ead3602888 100644
--- a/settings/l10n/gl.json
+++ b/settings/l10n/gl.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Avisos de seguridade e configuración",
"Sharing" : "Compartindo",
+ "External Storage" : "Almacenamento externo",
"Cron" : "Cron",
"Email Server" : "Servidor de correo",
"Log" : "Rexistro",
"Tips & tricks" : "Trucos e consellos",
+ "Updates" : "Actualizacións",
"Authentication error" : "Produciuse un erro de autenticación",
"Your full name has been changed." : "O seu nome completo foi cambiado",
"Unable to change full name" : "Non é posíbel cambiar o nome completo",
diff --git a/settings/l10n/he.js b/settings/l10n/he.js
index 456d003acc..1f57f9516e 100644
--- a/settings/l10n/he.js
+++ b/settings/l10n/he.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "שיתוף",
+ "External Storage" : "אחסון חיצוני",
"Cron" : "Cron",
"Log" : "יומן",
"Authentication error" : "שגיאת הזדהות",
diff --git a/settings/l10n/he.json b/settings/l10n/he.json
index 80ad9b078a..ce2e69f8b8 100644
--- a/settings/l10n/he.json
+++ b/settings/l10n/he.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "שיתוף",
+ "External Storage" : "אחסון חיצוני",
"Cron" : "Cron",
"Log" : "יומן",
"Authentication error" : "שגיאת הזדהות",
diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js
index f6545bc4f8..037f9ff1e1 100644
--- a/settings/l10n/hr.js
+++ b/settings/l10n/hr.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Dijeljenje zajedničkih resursa",
+ "External Storage" : "Vanjsko spremište",
"Cron" : "Cron",
"Email Server" : "Poslužitelj e-pošte",
"Log" : "Zapisnik",
+ "Updates" : "nadogradnje",
"Authentication error" : "Pogrešna autentikacija",
"Your full name has been changed." : "Vaše puno ime je promijenjeno.",
"Unable to change full name" : "Puno ime nije moguće promijeniti.",
diff --git a/settings/l10n/hr.json b/settings/l10n/hr.json
index 12dd0319f2..b48b3bc482 100644
--- a/settings/l10n/hr.json
+++ b/settings/l10n/hr.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Dijeljenje zajedničkih resursa",
+ "External Storage" : "Vanjsko spremište",
"Cron" : "Cron",
"Email Server" : "Poslužitelj e-pošte",
"Log" : "Zapisnik",
+ "Updates" : "nadogradnje",
"Authentication error" : "Pogrešna autentikacija",
"Your full name has been changed." : "Vaše puno ime je promijenjeno.",
"Unable to change full name" : "Puno ime nije moguće promijeniti.",
diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js
index 5d12209218..fbdca20bce 100644
--- a/settings/l10n/hu_HU.js
+++ b/settings/l10n/hu_HU.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Megosztás",
+ "External Storage" : "Külső tárolási szolgáltatások becsatolása",
"Cron" : "Ütemezett feladatok",
"Email Server" : "E-mail kiszolgáló",
"Log" : "Naplózás",
+ "Updates" : "Frissítések",
"Authentication error" : "Azonosítási hiba",
"Your full name has been changed." : "Az Ön teljes nevét módosítottuk.",
"Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét",
diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json
index 6ffed18760..b854bc9da8 100644
--- a/settings/l10n/hu_HU.json
+++ b/settings/l10n/hu_HU.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Megosztás",
+ "External Storage" : "Külső tárolási szolgáltatások becsatolása",
"Cron" : "Ütemezett feladatok",
"Email Server" : "E-mail kiszolgáló",
"Log" : "Naplózás",
+ "Updates" : "Frissítések",
"Authentication error" : "Azonosítási hiba",
"Your full name has been changed." : "Az Ön teljes nevét módosítottuk.",
"Unable to change full name" : "Nem sikerült megváltoztatni a teljes nevét",
diff --git a/settings/l10n/id.js b/settings/l10n/id.js
index 6926467607..3c65f8b0c9 100644
--- a/settings/l10n/id.js
+++ b/settings/l10n/id.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Berbagi",
+ "External Storage" : "Penyimpanan Eksternal",
"Cron" : "Cron",
"Email Server" : "Server Email",
"Log" : "Log",
+ "Updates" : "Pembaruan",
"Authentication error" : "Terjadi kesalahan saat otentikasi",
"Your full name has been changed." : "Nama lengkap Anda telah diubah",
"Unable to change full name" : "Tidak dapat mengubah nama lengkap",
diff --git a/settings/l10n/id.json b/settings/l10n/id.json
index 8bc5fc386a..83a40b3a57 100644
--- a/settings/l10n/id.json
+++ b/settings/l10n/id.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Berbagi",
+ "External Storage" : "Penyimpanan Eksternal",
"Cron" : "Cron",
"Email Server" : "Server Email",
"Log" : "Log",
+ "Updates" : "Pembaruan",
"Authentication error" : "Terjadi kesalahan saat otentikasi",
"Your full name has been changed." : "Nama lengkap Anda telah diubah",
"Unable to change full name" : "Tidak dapat mengubah nama lengkap",
diff --git a/settings/l10n/is.js b/settings/l10n/is.js
index 841d650440..85c9edbe72 100644
--- a/settings/l10n/is.js
+++ b/settings/l10n/is.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"settings",
{
+ "External Storage" : "Ytri gagnageymsla",
"Authentication error" : "Villa við auðkenningu",
"Language changed" : "Tungumáli breytt",
"Invalid request" : "Ógild fyrirspurn",
diff --git a/settings/l10n/is.json b/settings/l10n/is.json
index f20ad761bc..925bfe8836 100644
--- a/settings/l10n/is.json
+++ b/settings/l10n/is.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "External Storage" : "Ytri gagnageymsla",
"Authentication error" : "Villa við auðkenningu",
"Language changed" : "Tungumáli breytt",
"Invalid request" : "Ógild fyrirspurn",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index c3fe0e91d1..e2b6030637 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Avvisi di sicurezza e di configurazione",
"Sharing" : "Condivisione",
+ "External Storage" : "Archiviazione esterna",
"Cron" : "Cron",
"Email Server" : "Server di posta",
"Log" : "Log",
"Tips & tricks" : "Suggerimenti e trucchi",
+ "Updates" : "Aggiornamenti",
"Authentication error" : "Errore di autenticazione",
"Your full name has been changed." : "Il tuo nome completo è stato cambiato.",
"Unable to change full name" : "Impossibile cambiare il nome completo",
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index 7693ce24bf..6b738f2270 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Avvisi di sicurezza e di configurazione",
"Sharing" : "Condivisione",
+ "External Storage" : "Archiviazione esterna",
"Cron" : "Cron",
"Email Server" : "Server di posta",
"Log" : "Log",
"Tips & tricks" : "Suggerimenti e trucchi",
+ "Updates" : "Aggiornamenti",
"Authentication error" : "Errore di autenticazione",
"Your full name has been changed." : "Il tuo nome completo è stato cambiato.",
"Unable to change full name" : "Impossibile cambiare il nome completo",
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js
index 55bb364290..eb1bf6cfa0 100644
--- a/settings/l10n/ja.js
+++ b/settings/l10n/ja.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "共有",
+ "External Storage" : "外部ストレージ",
"Cron" : "Cron",
"Email Server" : "メールサーバー",
"Log" : "ログ",
+ "Updates" : "アップデート",
"Authentication error" : "認証エラー",
"Your full name has been changed." : "名前を変更しました。",
"Unable to change full name" : "名前を変更できません",
diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json
index be4bc842cb..b20348da06 100644
--- a/settings/l10n/ja.json
+++ b/settings/l10n/ja.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "共有",
+ "External Storage" : "外部ストレージ",
"Cron" : "Cron",
"Email Server" : "メールサーバー",
"Log" : "ログ",
+ "Updates" : "アップデート",
"Authentication error" : "認証エラー",
"Your full name has been changed." : "名前を変更しました。",
"Unable to change full name" : "名前を変更できません",
diff --git a/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js
index ce6a91cb1f..b971b14718 100644
--- a/settings/l10n/ka_GE.js
+++ b/settings/l10n/ka_GE.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "გაზიარება",
+ "External Storage" : "ექსტერნალ საცავი",
"Cron" : "Cron–ი",
"Log" : "ლოგი",
"Authentication error" : "ავთენტიფიკაციის შეცდომა",
diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json
index bfcdd22d31..40bf381251 100644
--- a/settings/l10n/ka_GE.json
+++ b/settings/l10n/ka_GE.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "გაზიარება",
+ "External Storage" : "ექსტერნალ საცავი",
"Cron" : "Cron–ი",
"Log" : "ლოგი",
"Authentication error" : "ავთენტიფიკაციის შეცდომა",
diff --git a/settings/l10n/km.js b/settings/l10n/km.js
index 2d7b42f5d5..580d5bcb00 100644
--- a/settings/l10n/km.js
+++ b/settings/l10n/km.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "ការចែករំលែក",
+ "External Storage" : "ឃ្លាំងផ្ទុកខាងក្រៅ",
"Cron" : "Cron",
"Email Server" : "ម៉ាស៊ីនបម្រើអ៊ីមែល",
"Log" : "Log",
diff --git a/settings/l10n/km.json b/settings/l10n/km.json
index 52c13880c2..87784ad336 100644
--- a/settings/l10n/km.json
+++ b/settings/l10n/km.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "ការចែករំលែក",
+ "External Storage" : "ឃ្លាំងផ្ទុកខាងក្រៅ",
"Cron" : "Cron",
"Email Server" : "ម៉ាស៊ីនបម្រើអ៊ីមែល",
"Log" : "Log",
diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js
index 52a22f4253..cc557b9b69 100644
--- a/settings/l10n/ko.js
+++ b/settings/l10n/ko.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "공유",
+ "External Storage" : "외부 저장소",
"Cron" : "Cron",
"Email Server" : "전자우편 서버",
"Log" : "로그",
+ "Updates" : "업데이트",
"Authentication error" : "인증 오류",
"Your full name has been changed." : "전체 이름이 변경되었습니다.",
"Unable to change full name" : "전체 이름을 변경할 수 없음",
diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json
index 2ebe10af7f..d4b8ddee21 100644
--- a/settings/l10n/ko.json
+++ b/settings/l10n/ko.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "공유",
+ "External Storage" : "외부 저장소",
"Cron" : "Cron",
"Email Server" : "전자우편 서버",
"Log" : "로그",
+ "Updates" : "업데이트",
"Authentication error" : "인증 오류",
"Your full name has been changed." : "전체 이름이 변경되었습니다.",
"Unable to change full name" : "전체 이름을 변경할 수 없음",
diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js
index dd1519364e..8794c34b96 100644
--- a/settings/l10n/lt_LT.js
+++ b/settings/l10n/lt_LT.js
@@ -2,8 +2,10 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Dalijimasis",
+ "External Storage" : "Išorinės saugyklos",
"Cron" : "Cron",
"Log" : "Žurnalas",
+ "Updates" : "Atnaujinimai",
"Authentication error" : "Autentikacijos klaida",
"Language changed" : "Kalba pakeista",
"Invalid request" : "Klaidinga užklausa",
diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json
index a9965d021a..198bd9bcd9 100644
--- a/settings/l10n/lt_LT.json
+++ b/settings/l10n/lt_LT.json
@@ -1,7 +1,9 @@
{ "translations": {
"Sharing" : "Dalijimasis",
+ "External Storage" : "Išorinės saugyklos",
"Cron" : "Cron",
"Log" : "Žurnalas",
+ "Updates" : "Atnaujinimai",
"Authentication error" : "Autentikacijos klaida",
"Language changed" : "Kalba pakeista",
"Invalid request" : "Klaidinga užklausa",
diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js
index ad484e7f1e..9c4d0bc4e9 100644
--- a/settings/l10n/lv.js
+++ b/settings/l10n/lv.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Dalīšanās",
+ "External Storage" : "Ārējā krātuve",
"Cron" : "Cron",
"Email Server" : "E-pasta serveris",
"Log" : "Žurnāls",
diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json
index ef65edf7b9..985320d990 100644
--- a/settings/l10n/lv.json
+++ b/settings/l10n/lv.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "Dalīšanās",
+ "External Storage" : "Ārējā krātuve",
"Cron" : "Cron",
"Email Server" : "E-pasta serveris",
"Log" : "Žurnāls",
diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js
index dd9f7a98e3..1ebd43eabc 100644
--- a/settings/l10n/mk.js
+++ b/settings/l10n/mk.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Споделување",
+ "External Storage" : "Надворешно складиште",
"Cron" : "Крон",
"Email Server" : "Сервер за електронска пошта",
"Log" : "Записник",
diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json
index 472694e370..bd06536350 100644
--- a/settings/l10n/mk.json
+++ b/settings/l10n/mk.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "Споделување",
+ "External Storage" : "Надворешно складиште",
"Cron" : "Крон",
"Email Server" : "Сервер за електронска пошта",
"Log" : "Записник",
diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js
index 4e40f0ebb9..e98f7d9ddb 100644
--- a/settings/l10n/nb_NO.js
+++ b/settings/l10n/nb_NO.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Deling",
+ "External Storage" : "Ekstern lagring",
"Cron" : "Cron",
"Email Server" : "E-postserver",
"Log" : "Logg",
+ "Updates" : "Oppdateringer",
"Authentication error" : "Autentiseringsfeil",
"Your full name has been changed." : "Ditt fulle navn er blitt endret.",
"Unable to change full name" : "Klarte ikke å endre fullt navn",
diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json
index f8cd40df57..7aa1c74b46 100644
--- a/settings/l10n/nb_NO.json
+++ b/settings/l10n/nb_NO.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Deling",
+ "External Storage" : "Ekstern lagring",
"Cron" : "Cron",
"Email Server" : "E-postserver",
"Log" : "Logg",
+ "Updates" : "Oppdateringer",
"Authentication error" : "Autentiseringsfeil",
"Your full name has been changed." : "Ditt fulle navn er blitt endret.",
"Unable to change full name" : "Klarte ikke å endre fullt navn",
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index 9743913d1c..526158c0eb 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Beveiligings- en instellingswaarschuwingen",
"Sharing" : "Delen",
+ "External Storage" : "Externe opslag",
"Cron" : "Cron",
"Email Server" : "E-mailserver",
"Log" : "Log",
"Tips & tricks" : "Tips & trucs",
+ "Updates" : "Updates",
"Authentication error" : "Authenticatie fout",
"Your full name has been changed." : "Uw volledige naam is gewijzigd.",
"Unable to change full name" : "Kan de volledige naam niet wijzigen",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index ddaee4e7e5..f00fa79c9e 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Beveiligings- en instellingswaarschuwingen",
"Sharing" : "Delen",
+ "External Storage" : "Externe opslag",
"Cron" : "Cron",
"Email Server" : "E-mailserver",
"Log" : "Log",
"Tips & tricks" : "Tips & trucs",
+ "Updates" : "Updates",
"Authentication error" : "Authenticatie fout",
"Your full name has been changed." : "Uw volledige naam is gewijzigd.",
"Unable to change full name" : "Kan de volledige naam niet wijzigen",
diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js
index a2adbb9ab9..ed40079598 100644
--- a/settings/l10n/pl.js
+++ b/settings/l10n/pl.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Udostępnianie",
+ "External Storage" : "Zewnętrzna zasoby dyskowe",
"Cron" : "Cron",
"Email Server" : "Serwer pocztowy",
"Log" : "Logi",
+ "Updates" : "Aktualizacje",
"Authentication error" : "Błąd uwierzytelniania",
"Your full name has been changed." : "Twoja pełna nazwa została zmieniona.",
"Unable to change full name" : "Nie można zmienić pełnej nazwy",
diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json
index 47a252cc8a..1cecf62346 100644
--- a/settings/l10n/pl.json
+++ b/settings/l10n/pl.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Udostępnianie",
+ "External Storage" : "Zewnętrzna zasoby dyskowe",
"Cron" : "Cron",
"Email Server" : "Serwer pocztowy",
"Log" : "Logi",
+ "Updates" : "Aktualizacje",
"Authentication error" : "Błąd uwierzytelniania",
"Your full name has been changed." : "Twoja pełna nazwa została zmieniona.",
"Unable to change full name" : "Nie można zmienić pełnej nazwy",
diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js
index 1f311e1cf1..83ae60a11b 100644
--- a/settings/l10n/pt_BR.js
+++ b/settings/l10n/pt_BR.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Segurança & avisos de configuração",
"Sharing" : "Compartilhamento",
+ "External Storage" : "Armazenamento Externo",
"Cron" : "Cron",
"Email Server" : "Servidor de Email",
"Log" : "Registro",
"Tips & tricks" : "Dicas & Truques",
+ "Updates" : "Atualizações",
"Authentication error" : "Erro de autenticação",
"Your full name has been changed." : "Seu nome completo foi alterado.",
"Unable to change full name" : "Não é possível alterar o nome completo",
diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json
index f7b07b0a3c..1ed0fd995a 100644
--- a/settings/l10n/pt_BR.json
+++ b/settings/l10n/pt_BR.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Segurança & avisos de configuração",
"Sharing" : "Compartilhamento",
+ "External Storage" : "Armazenamento Externo",
"Cron" : "Cron",
"Email Server" : "Servidor de Email",
"Log" : "Registro",
"Tips & tricks" : "Dicas & Truques",
+ "Updates" : "Atualizações",
"Authentication error" : "Erro de autenticação",
"Your full name has been changed." : "Seu nome completo foi alterado.",
"Unable to change full name" : "Não é possível alterar o nome completo",
diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js
index 203c28590b..f5fe176439 100644
--- a/settings/l10n/pt_PT.js
+++ b/settings/l10n/pt_PT.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Avisos de configuração e segurança",
"Sharing" : "Partilha",
+ "External Storage" : "Armazenamento Externo",
"Cron" : "Cron",
"Email Server" : "Servidor de e-mail",
"Log" : "Registo",
"Tips & tricks" : "Dicas e truqes",
+ "Updates" : "Atualizações",
"Authentication error" : "Erro na autenticação",
"Your full name has been changed." : "O seu nome completo foi alterado.",
"Unable to change full name" : "Não foi possível alterar o seu nome completo",
diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json
index 31431af62b..57bb52e1c0 100644
--- a/settings/l10n/pt_PT.json
+++ b/settings/l10n/pt_PT.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Avisos de configuração e segurança",
"Sharing" : "Partilha",
+ "External Storage" : "Armazenamento Externo",
"Cron" : "Cron",
"Email Server" : "Servidor de e-mail",
"Log" : "Registo",
"Tips & tricks" : "Dicas e truqes",
+ "Updates" : "Atualizações",
"Authentication error" : "Erro na autenticação",
"Your full name has been changed." : "O seu nome completo foi alterado.",
"Unable to change full name" : "Não foi possível alterar o seu nome completo",
diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js
index cbfe53c479..7204b70ef5 100644
--- a/settings/l10n/ro.js
+++ b/settings/l10n/ro.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Partajare",
+ "External Storage" : "Stocare externă",
"Cron" : "Cron",
"Log" : "Jurnal de activitate",
"Authentication error" : "Eroare la autentificare",
diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json
index 68ec87703a..118f67f929 100644
--- a/settings/l10n/ro.json
+++ b/settings/l10n/ro.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "Partajare",
+ "External Storage" : "Stocare externă",
"Cron" : "Cron",
"Log" : "Jurnal de activitate",
"Authentication error" : "Eroare la autentificare",
diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js
index 9a7287a36c..4e7144879c 100644
--- a/settings/l10n/ru.js
+++ b/settings/l10n/ru.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Предупреждения безопасности и установки",
"Sharing" : "Общий доступ",
+ "External Storage" : "Внешнее хранилище",
"Cron" : "Cron (планировщик задач)",
"Email Server" : "Почтовый сервер",
"Log" : "Журнал",
"Tips & tricks" : "Советы и трюки",
+ "Updates" : "Обновления",
"Authentication error" : "Ошибка аутентификации",
"Your full name has been changed." : "Ваше полное имя было изменено.",
"Unable to change full name" : "Невозможно изменить полное имя",
diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json
index 9b82b97311..7ea4118292 100644
--- a/settings/l10n/ru.json
+++ b/settings/l10n/ru.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Предупреждения безопасности и установки",
"Sharing" : "Общий доступ",
+ "External Storage" : "Внешнее хранилище",
"Cron" : "Cron (планировщик задач)",
"Email Server" : "Почтовый сервер",
"Log" : "Журнал",
"Tips & tricks" : "Советы и трюки",
+ "Updates" : "Обновления",
"Authentication error" : "Ошибка аутентификации",
"Your full name has been changed." : "Ваше полное имя было изменено.",
"Unable to change full name" : "Невозможно изменить полное имя",
diff --git a/settings/l10n/si_LK.js b/settings/l10n/si_LK.js
index a0a10f99fb..7b3613fcad 100644
--- a/settings/l10n/si_LK.js
+++ b/settings/l10n/si_LK.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "හුවමාරු කිරීම",
+ "External Storage" : "භාහිර ගබඩාව",
"Log" : "ලඝුව",
"Authentication error" : "සත්යාපන දෝෂයක්",
"Language changed" : "භාෂාව ාවනස් කිරීම",
diff --git a/settings/l10n/si_LK.json b/settings/l10n/si_LK.json
index 17c19d4583..3a6c9b836e 100644
--- a/settings/l10n/si_LK.json
+++ b/settings/l10n/si_LK.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "හුවමාරු කිරීම",
+ "External Storage" : "භාහිර ගබඩාව",
"Log" : "ලඝුව",
"Authentication error" : "සත්යාපන දෝෂයක්",
"Language changed" : "භාෂාව ාවනස් කිරීම",
diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js
index c2fa528eae..308e1d8fe3 100644
--- a/settings/l10n/sk_SK.js
+++ b/settings/l10n/sk_SK.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Zdieľanie",
+ "External Storage" : "Externé úložisko",
"Cron" : "Cron",
"Email Server" : "Email server",
"Log" : "Záznam",
+ "Updates" : "Aktualizácie",
"Authentication error" : "Chyba autentifikácie",
"Your full name has been changed." : "Vaše meno a priezvisko bolo zmenené.",
"Unable to change full name" : "Nemožno zmeniť meno a priezvisko",
diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json
index 616526a9e6..2b92631707 100644
--- a/settings/l10n/sk_SK.json
+++ b/settings/l10n/sk_SK.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Zdieľanie",
+ "External Storage" : "Externé úložisko",
"Cron" : "Cron",
"Email Server" : "Email server",
"Log" : "Záznam",
+ "Updates" : "Aktualizácie",
"Authentication error" : "Chyba autentifikácie",
"Your full name has been changed." : "Vaše meno a priezvisko bolo zmenené.",
"Unable to change full name" : "Nemožno zmeniť meno a priezvisko",
diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js
index ee6ed3af9f..6573240f62 100644
--- a/settings/l10n/sl.js
+++ b/settings/l10n/sl.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Souporaba",
+ "External Storage" : "Zunanja podatkovna shramba",
"Cron" : "Periodično opravilo",
"Email Server" : "Poštni strežnik",
"Log" : "Dnevnik",
+ "Updates" : "Posodobitve",
"Authentication error" : "Napaka med overjanjem",
"Your full name has been changed." : "Vaše polno ime je spremenjeno.",
"Unable to change full name" : "Ni mogoče spremeniti polnega imena",
diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json
index 9bb7718057..a57ca128d4 100644
--- a/settings/l10n/sl.json
+++ b/settings/l10n/sl.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Souporaba",
+ "External Storage" : "Zunanja podatkovna shramba",
"Cron" : "Periodično opravilo",
"Email Server" : "Poštni strežnik",
"Log" : "Dnevnik",
+ "Updates" : "Posodobitve",
"Authentication error" : "Napaka med overjanjem",
"Your full name has been changed." : "Vaše polno ime je spremenjeno.",
"Unable to change full name" : "Ni mogoče spremeniti polnega imena",
diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js
index 6032262958..dfe55cef57 100644
--- a/settings/l10n/sr.js
+++ b/settings/l10n/sr.js
@@ -3,10 +3,12 @@ OC.L10N.register(
{
"Security & setup warnings" : "Безбедносна и упозорења поставе",
"Sharing" : "Дељење",
+ "External Storage" : "Спољашње складиште",
"Cron" : "Крон",
"Email Server" : "Сервер е-поште",
"Log" : "Бележење",
"Tips & tricks" : "Савети и трикови",
+ "Updates" : "Ажурирања",
"Authentication error" : "Грешка при провери идентитета",
"Your full name has been changed." : "Ваше пуно име је промењено.",
"Unable to change full name" : "Не могу да променим пуно име",
diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json
index d0ad3544de..22cd200c73 100644
--- a/settings/l10n/sr.json
+++ b/settings/l10n/sr.json
@@ -1,10 +1,12 @@
{ "translations": {
"Security & setup warnings" : "Безбедносна и упозорења поставе",
"Sharing" : "Дељење",
+ "External Storage" : "Спољашње складиште",
"Cron" : "Крон",
"Email Server" : "Сервер е-поште",
"Log" : "Бележење",
"Tips & tricks" : "Савети и трикови",
+ "Updates" : "Ажурирања",
"Authentication error" : "Грешка при провери идентитета",
"Your full name has been changed." : "Ваше пуно име је промењено.",
"Unable to change full name" : "Не могу да променим пуно име",
diff --git a/settings/l10n/sr@latin.js b/settings/l10n/sr@latin.js
index e04cb78782..60e8957d25 100644
--- a/settings/l10n/sr@latin.js
+++ b/settings/l10n/sr@latin.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"settings",
{
+ "External Storage" : "Spoljašnje skladište",
"Authentication error" : "Greška pri autentifikaciji",
"Language changed" : "Jezik je izmenjen",
"Invalid request" : "Neispravan zahtev",
diff --git a/settings/l10n/sr@latin.json b/settings/l10n/sr@latin.json
index 7d2bb0ef51..5f5b352809 100644
--- a/settings/l10n/sr@latin.json
+++ b/settings/l10n/sr@latin.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "External Storage" : "Spoljašnje skladište",
"Authentication error" : "Greška pri autentifikaciji",
"Language changed" : "Jezik je izmenjen",
"Invalid request" : "Neispravan zahtev",
diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js
index cf58b21121..f102b3135b 100644
--- a/settings/l10n/sv.js
+++ b/settings/l10n/sv.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Dela",
+ "External Storage" : "Extern lagring",
"Cron" : "Cron",
"Email Server" : "E-postserver",
"Log" : "Logg",
+ "Updates" : "Uppdateringar",
"Authentication error" : "Fel vid autentisering",
"Your full name has been changed." : "Hela ditt namn har ändrats",
"Unable to change full name" : "Kunde inte ändra hela namnet",
diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json
index ee11540143..cb477affb7 100644
--- a/settings/l10n/sv.json
+++ b/settings/l10n/sv.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Dela",
+ "External Storage" : "Extern lagring",
"Cron" : "Cron",
"Email Server" : "E-postserver",
"Log" : "Logg",
+ "Updates" : "Uppdateringar",
"Authentication error" : "Fel vid autentisering",
"Your full name has been changed." : "Hela ditt namn har ändrats",
"Unable to change full name" : "Kunde inte ändra hela namnet",
diff --git a/settings/l10n/ta_LK.js b/settings/l10n/ta_LK.js
index ae7170a9fa..fc6dde1538 100644
--- a/settings/l10n/ta_LK.js
+++ b/settings/l10n/ta_LK.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"settings",
{
+ "External Storage" : "வெளி சேமிப்பு",
"Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு",
"Language changed" : "மொழி மாற்றப்பட்டது",
"Invalid request" : "செல்லுபடியற்ற வேண்டுகோள்",
diff --git a/settings/l10n/ta_LK.json b/settings/l10n/ta_LK.json
index eb36984c31..6cf956b905 100644
--- a/settings/l10n/ta_LK.json
+++ b/settings/l10n/ta_LK.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "External Storage" : "வெளி சேமிப்பு",
"Authentication error" : "அத்தாட்சிப்படுத்தலில் வழு",
"Language changed" : "மொழி மாற்றப்பட்டது",
"Invalid request" : "செல்லுபடியற்ற வேண்டுகோள்",
diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js
index 7714950d38..47dfa3ab93 100644
--- a/settings/l10n/th_TH.js
+++ b/settings/l10n/th_TH.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "การแชร์ข้อมูล",
+ "External Storage" : "พื้นทีจัดเก็บข้อมูลจากภายนอก",
"Cron" : "Cron",
"Log" : "บันทึกการเปลี่ยนแปลง",
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json
index 390e99fdc8..f97afd82db 100644
--- a/settings/l10n/th_TH.json
+++ b/settings/l10n/th_TH.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "การแชร์ข้อมูล",
+ "External Storage" : "พื้นทีจัดเก็บข้อมูลจากภายนอก",
"Cron" : "Cron",
"Log" : "บันทึกการเปลี่ยนแปลง",
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js
index e4e9010f39..7fa16f4ac0 100644
--- a/settings/l10n/tr.js
+++ b/settings/l10n/tr.js
@@ -3,9 +3,11 @@ OC.L10N.register(
{
"Security & setup warnings" : "Guvenlik & kurma uyarı",
"Sharing" : "Paylaşım",
+ "External Storage" : "Harici Depolama",
"Cron" : "Cron",
"Email Server" : "E-Posta Sunucusu",
"Log" : "Günlük",
+ "Updates" : "Güncellemeler",
"Authentication error" : "Kimlik doğrulama hatası",
"Your full name has been changed." : "Tam adınız değiştirildi.",
"Unable to change full name" : "Tam adınız değiştirilirken hata",
@@ -92,6 +94,7 @@ OC.L10N.register(
"A valid password must be provided" : "Geçerli bir parola mutlaka sağlanmalı",
"A valid email must be provided" : "Geçerli bir e-posta belirtilmeli",
"__language_name__" : "Türkçe",
+ "Personal info" : "Kişisel bilgi",
"SSL root certificates" : "SSL kök sertifikaları",
"Encryption" : "Şifreleme",
"Everything (fatal issues, errors, warnings, info, debug)" : "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)",
@@ -191,6 +194,7 @@ OC.L10N.register(
"Current password" : "Mevcut parola",
"New password" : "Yeni parola",
"Change password" : "Parola değiştir",
+ "Full name" : "Ad soyad",
"No display name set" : "Ekran adı ayarlanmamış",
"Email" : "E-posta",
"Your email address" : "E-posta adresiniz",
diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json
index 75465812d9..f522a160f3 100644
--- a/settings/l10n/tr.json
+++ b/settings/l10n/tr.json
@@ -1,9 +1,11 @@
{ "translations": {
"Security & setup warnings" : "Guvenlik & kurma uyarı",
"Sharing" : "Paylaşım",
+ "External Storage" : "Harici Depolama",
"Cron" : "Cron",
"Email Server" : "E-Posta Sunucusu",
"Log" : "Günlük",
+ "Updates" : "Güncellemeler",
"Authentication error" : "Kimlik doğrulama hatası",
"Your full name has been changed." : "Tam adınız değiştirildi.",
"Unable to change full name" : "Tam adınız değiştirilirken hata",
@@ -90,6 +92,7 @@
"A valid password must be provided" : "Geçerli bir parola mutlaka sağlanmalı",
"A valid email must be provided" : "Geçerli bir e-posta belirtilmeli",
"__language_name__" : "Türkçe",
+ "Personal info" : "Kişisel bilgi",
"SSL root certificates" : "SSL kök sertifikaları",
"Encryption" : "Şifreleme",
"Everything (fatal issues, errors, warnings, info, debug)" : "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)",
@@ -189,6 +192,7 @@
"Current password" : "Mevcut parola",
"New password" : "Yeni parola",
"Change password" : "Parola değiştir",
+ "Full name" : "Ad soyad",
"No display name set" : "Ekran adı ayarlanmamış",
"Email" : "E-posta",
"Your email address" : "E-posta adresiniz",
diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js
index dee101daae..0f4fd184b7 100644
--- a/settings/l10n/uk.js
+++ b/settings/l10n/uk.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Спільний доступ",
+ "External Storage" : "Зовнішні сховища",
"Cron" : "Планувальник Cron",
"Email Server" : "Сервер електронної пошти",
"Log" : "Журнал",
+ "Updates" : "Оновлення",
"Authentication error" : "Помилка автентифікації",
"Your full name has been changed." : "Ваше ім'я було змінене",
"Unable to change full name" : "Неможливо змінити ім'я",
diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json
index e104a8754d..484a164f0e 100644
--- a/settings/l10n/uk.json
+++ b/settings/l10n/uk.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "Спільний доступ",
+ "External Storage" : "Зовнішні сховища",
"Cron" : "Планувальник Cron",
"Email Server" : "Сервер електронної пошти",
"Log" : "Журнал",
+ "Updates" : "Оновлення",
"Authentication error" : "Помилка автентифікації",
"Your full name has been changed." : "Ваше ім'я було змінене",
"Unable to change full name" : "Неможливо змінити ім'я",
diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js
index 587ee0ab93..2042564978 100644
--- a/settings/l10n/vi.js
+++ b/settings/l10n/vi.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"settings",
{
"Sharing" : "Chia sẻ",
+ "External Storage" : "Lưu trữ ngoài",
"Cron" : "Cron",
"Log" : "Log",
"Authentication error" : "Lỗi xác thực",
diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json
index a4ca320301..b5f5c564e1 100644
--- a/settings/l10n/vi.json
+++ b/settings/l10n/vi.json
@@ -1,5 +1,6 @@
{ "translations": {
"Sharing" : "Chia sẻ",
+ "External Storage" : "Lưu trữ ngoài",
"Cron" : "Cron",
"Log" : "Log",
"Authentication error" : "Lỗi xác thực",
diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js
index cec562e520..4f1ad422ee 100644
--- a/settings/l10n/zh_CN.js
+++ b/settings/l10n/zh_CN.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "共享",
+ "External Storage" : "外部存储",
"Cron" : "计划任务",
"Email Server" : "电子邮件服务器",
"Log" : "日志",
+ "Updates" : "更新",
"Authentication error" : "认证错误",
"Your full name has been changed." : "您的全名已修改。",
"Unable to change full name" : "无法修改全名",
diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json
index a8529e1f71..519fa140d3 100644
--- a/settings/l10n/zh_CN.json
+++ b/settings/l10n/zh_CN.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "共享",
+ "External Storage" : "外部存储",
"Cron" : "计划任务",
"Email Server" : "电子邮件服务器",
"Log" : "日志",
+ "Updates" : "更新",
"Authentication error" : "认证错误",
"Your full name has been changed." : "您的全名已修改。",
"Unable to change full name" : "无法修改全名",
diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js
index 97fc876af0..44d3e759b7 100644
--- a/settings/l10n/zh_HK.js
+++ b/settings/l10n/zh_HK.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Sharing" : "分享",
"Email Server" : "電子郵件伺服器",
"Log" : "日誌",
+ "Updates" : "更新",
"Wrong password" : "密碼錯誤",
"Enabled" : "啟用",
"Not enabled" : "未啟用",
diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json
index 222a82d968..f860a6c82c 100644
--- a/settings/l10n/zh_HK.json
+++ b/settings/l10n/zh_HK.json
@@ -2,6 +2,7 @@
"Sharing" : "分享",
"Email Server" : "電子郵件伺服器",
"Log" : "日誌",
+ "Updates" : "更新",
"Wrong password" : "密碼錯誤",
"Enabled" : "啟用",
"Not enabled" : "未啟用",
diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js
index 0546e3e143..8e9104c0c1 100644
--- a/settings/l10n/zh_TW.js
+++ b/settings/l10n/zh_TW.js
@@ -2,9 +2,11 @@ OC.L10N.register(
"settings",
{
"Sharing" : "分享",
+ "External Storage" : "外部儲存",
"Cron" : "工作排程",
"Email Server" : "郵件伺服器",
"Log" : "紀錄",
+ "Updates" : "更新",
"Authentication error" : "認證錯誤",
"Your full name has been changed." : "您的全名已變更。",
"Unable to change full name" : "無法變更全名",
diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json
index ba6026e328..b836f99097 100644
--- a/settings/l10n/zh_TW.json
+++ b/settings/l10n/zh_TW.json
@@ -1,8 +1,10 @@
{ "translations": {
"Sharing" : "分享",
+ "External Storage" : "外部儲存",
"Cron" : "工作排程",
"Email Server" : "郵件伺服器",
"Log" : "紀錄",
+ "Updates" : "更新",
"Authentication error" : "認證錯誤",
"Your full name has been changed." : "您的全名已變更。",
"Unable to change full name" : "無法變更全名",