summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-02 01:56:21 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-02 01:56:21 -0500
commit095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5 (patch)
tree409b4e04c9cadca8e7f4500adbeb454bd70c2d50 /apps/user_webdavauth
parent25a9311e9412efca78a60e8485ed311ac6e7d955 (diff)
downloadnextcloud-server-095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5.tar.gz
nextcloud-server-095f9b8ee047f4bf7b51d5adfcbb74c4d5c713d5.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/es_MX.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/es_MX.php b/apps/user_webdavauth/l10n/es_MX.php
new file mode 100644
index 00000000000..951aabe24ae
--- /dev/null
+++ b/apps/user_webdavauth/l10n/es_MX.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"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." => "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);";