summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-09 01:56:49 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-04-09 01:56:49 -0400
commit796f71954847681f85038c8c27b178dc8f2e0895 (patch)
tree1a941ef324191a7bbb1c836345db528d10d425c8 /apps/user_webdavauth/l10n
parent1a09d64a77251fefbf742850744ebc9ee4460cbd (diff)
downloadnextcloud-server-796f71954847681f85038c8c27b178dc8f2e0895.tar.gz
nextcloud-server-796f71954847681f85038c8c27b178dc8f2e0895.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r--apps/user_webdavauth/l10n/ast.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/ast.php b/apps/user_webdavauth/l10n/ast.php
new file mode 100644
index 00000000000..118fa2ce30f
--- /dev/null
+++ b/apps/user_webdavauth/l10n/ast.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"WebDAV Authentication" => "Autenticación per aciu de WevDAV",
+"Address: " => "Direició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." => "Les credenciales d'usuariu van unviase a esta direición. Esti complementu verifica la rempuesta y va interpretar los códigos de rempuesta HTTP 401 y 403 como credenciales inválides y toles otres rempuestes como credenciales válides."
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";