summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-21 00:05:34 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-01-21 00:05:34 +0100
commitaede26d996f7cc778905db216d80236f40ce0308 (patch)
treeffb66a1d9013f35cc9e2f32aacc077c6ac88dcbf /apps/user_webdavauth
parentb0716ba0e082c090f34265ba52df8028f7aa7daf (diff)
downloadnextcloud-server-aede26d996f7cc778905db216d80236f40ce0308.tar.gz
nextcloud-server-aede26d996f7cc778905db216d80236f40ce0308.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/eo.php1
-rw-r--r--apps/user_webdavauth/l10n/es.php4
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/eo.php b/apps/user_webdavauth/l10n/eo.php
index 245a5101341..d945f181e6b 100644
--- a/apps/user_webdavauth/l10n/eo.php
+++ b/apps/user_webdavauth/l10n/eo.php
@@ -1,3 +1,4 @@
<?php $TRANSLATIONS = array(
+"WebDAV Authentication" => "WebDAV-aŭtentigo",
"URL: http://" => "URL: http://"
);
diff --git a/apps/user_webdavauth/l10n/es.php b/apps/user_webdavauth/l10n/es.php
index 245a5101341..103c3738e2d 100644
--- a/apps/user_webdavauth/l10n/es.php
+++ b/apps/user_webdavauth/l10n/es.php
@@ -1,3 +1,5 @@
<?php $TRANSLATIONS = array(
-"URL: http://" => "URL: http://"
+"WebDAV Authentication" => "Autenticación de WevDAV",
+"URL: http://" => "URL: http://",
+"ownCloud will send the user credentials to this URL. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "onwCloud enviará las credenciales de usuario a esta URL. Este complemento verifica la respuesta e interpretará los códigos de respuesta HTTP 401 y 403 como credenciales inválidas y todas las otras respuestas como credenciales válidas."
);