summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/es.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/es.php')
-rw-r--r--apps/user_webdavauth/l10n/es.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/es.php b/apps/user_webdavauth/l10n/es.php
index 360724f8986..3e11ba378e6 100644
--- a/apps/user_webdavauth/l10n/es.php
+++ b/apps/user_webdavauth/l10n/es.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "Autenticación mediante WevDAV",
+"Address:" => "Dirección:",
"Save" => "Guardar",
"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."
);