summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-02 01:56:23 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-02 01:56:23 -0400
commitbaca5c60c010cb26d3845ad3863fe59e16a0a042 (patch)
tree7895a96d789b0093f5aab81853b44e84594f6a34 /apps/user_webdavauth
parent1acdef5e347e368ca99014084e30c9b69f1df181 (diff)
downloadnextcloud-server-baca5c60c010cb26d3845ad3863fe59e16a0a042.tar.gz
nextcloud-server-baca5c60c010cb26d3845ad3863fe59e16a0a042.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/oc.js5
-rw-r--r--apps/user_webdavauth/l10n/oc.json5
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/oc.js b/apps/user_webdavauth/l10n/oc.js
index 0191f0de883..704e791756b 100644
--- a/apps/user_webdavauth/l10n/oc.js
+++ b/apps/user_webdavauth/l10n/oc.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"user_webdavauth",
{
- "Save" : "Enregistra"
+ "WebDAV Authentication" : "Autentificacion WebDAV",
+ "Address:" : "Adreça :",
+ "Save" : "Salvar",
+ "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las informacions de connexion de l'utilizaire seràn mandadas a aquesta adreça. Aqueste modul analisa lo còde de la responsa HTTP e considèra los còdes 401 e 403 coma una autentificacion invalida e tota autra valor coma una autentificacion valida."
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/user_webdavauth/l10n/oc.json b/apps/user_webdavauth/l10n/oc.json
index de8f9ed6d96..a2e3daa93c3 100644
--- a/apps/user_webdavauth/l10n/oc.json
+++ b/apps/user_webdavauth/l10n/oc.json
@@ -1,4 +1,7 @@
{ "translations": {
- "Save" : "Enregistra"
+ "WebDAV Authentication" : "Autentificacion WebDAV",
+ "Address:" : "Adreça :",
+ "Save" : "Salvar",
+ "The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." : "Las informacions de connexion de l'utilizaire seràn mandadas a aquesta adreça. Aqueste modul analisa lo còde de la responsa HTTP e considèra los còdes 401 e 403 coma una autentificacion invalida e tota autra valor coma una autentificacion valida."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file