diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-24 01:55:24 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-24 01:55:24 -0400 |
commit | 9cb07f126d027ddc0610fe0fcfd43016bc960ddb (patch) | |
tree | b97f1fb93d245db8eaf3aed40da8ebee1a126179 /apps/files_external/l10n | |
parent | 8279dde97a8f93b74eb733d243d6a5bb41aa15e3 (diff) | |
download | nextcloud-server-9cb07f126d027ddc0610fe0fcfd43016bc960ddb.tar.gz nextcloud-server-9cb07f126d027ddc0610fe0fcfd43016bc960ddb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n')
-rw-r--r-- | apps/files_external/l10n/cs_CZ.js | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/cs_CZ.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/files_external/l10n/fr.json | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_external/l10n/cs_CZ.js b/apps/files_external/l10n/cs_CZ.js index 8b381f24434..c5284a8a791 100644 --- a/apps/files_external/l10n/cs_CZ.js +++ b/apps/files_external/l10n/cs_CZ.js @@ -46,6 +46,7 @@ OC.L10N.register( "Public key" : "Veřejný klíč", "Storage with id \"%i\" not found" : "Úložiště s id \"%i\" nebylo nalezeno", "Invalid mount point" : "Neplatný přípojný bod", + "Invalid storage backend \"%s\"" : "Neplatná služba úložiště \"%s\"", "Access granted" : "Přístup povolen", "Error configuring Dropbox storage" : "Chyba při nastavení úložiště Dropbox", "Grant access" : "Povolit přístup", diff --git a/apps/files_external/l10n/cs_CZ.json b/apps/files_external/l10n/cs_CZ.json index 9bb8602d254..5118b8e9680 100644 --- a/apps/files_external/l10n/cs_CZ.json +++ b/apps/files_external/l10n/cs_CZ.json @@ -44,6 +44,7 @@ "Public key" : "Veřejný klíč", "Storage with id \"%i\" not found" : "Úložiště s id \"%i\" nebylo nalezeno", "Invalid mount point" : "Neplatný přípojný bod", + "Invalid storage backend \"%s\"" : "Neplatná služba úložiště \"%s\"", "Access granted" : "Přístup povolen", "Error configuring Dropbox storage" : "Chyba při nastavení úložiště Dropbox", "Grant access" : "Povolit přístup", diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index e2a3e831275..b4142e0839e 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -44,6 +44,9 @@ OC.L10N.register( "URL" : "URL", "Secure https://" : "Sécurisation https://", "Public key" : "Clef publique", + "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé", + "Invalid mount point" : "Point de montage invalide", + "Invalid storage backend \"%s\"" : "Service de stockage invalide : \"%s\"", "Access granted" : "Accès autorisé", "Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox", "Grant access" : "Autoriser l'accès", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index f818a018408..12662f5a46c 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -42,6 +42,9 @@ "URL" : "URL", "Secure https://" : "Sécurisation https://", "Public key" : "Clef publique", + "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé", + "Invalid mount point" : "Point de montage invalide", + "Invalid storage backend \"%s\"" : "Service de stockage invalide : \"%s\"", "Access granted" : "Accès autorisé", "Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox", "Grant access" : "Autoriser l'accès", |