summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/es.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-05 07:37:32 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-09-05 07:37:32 -0400
commit0527fb05ad4106db199bf3937b753563061c39bf (patch)
tree8201ff982bd4d6d16d91ee9e0bada52786ea5218 /apps/user_webdavauth/l10n/es.php
parentfbedd643f7763531fbc8d671e259b82d8525e782 (diff)
downloadnextcloud-server-0527fb05ad4106db199bf3937b753563061c39bf.tar.gz
nextcloud-server-0527fb05ad4106db199bf3937b753563061c39bf.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/es.php')
-rw-r--r--apps/user_webdavauth/l10n/es.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/es.php b/apps/user_webdavauth/l10n/es.php
index cd8ec6659a4..951aabe24ae 100644
--- a/apps/user_webdavauth/l10n/es.php
+++ b/apps/user_webdavauth/l10n/es.php
@@ -1,7 +1,7 @@
<?php
$TRANSLATIONS = array(
-"WebDAV Authentication" => "Autenticación de WevDAV",
+"WebDAV Authentication" => "Autenticación mediante WevDAV",
"Address: " => "Dirección:",
-"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." => "onwCloud enviará las credenciales de usuario a esta dirección. 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."
+"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 credenciales de usuario se enviarán a esta dirección. 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."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";