summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-06-17 02:08:11 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-06-17 02:08:11 +0200
commit6156d71832ee031d8d1f50d8dbff7d0bcfb45541 (patch)
tree4cfc33379cc88c321322ab4077ec1c67f23f6b72 /apps/user_webdavauth
parente013e7adea7ce1759e0b65786285c96d0c41e153 (diff)
downloadnextcloud-server-6156d71832ee031d8d1f50d8dbff7d0bcfb45541.tar.gz
nextcloud-server-6156d71832ee031d8d1f50d8dbff7d0bcfb45541.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/es.php1
-rw-r--r--apps/user_webdavauth/l10n/fr.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/es.php b/apps/user_webdavauth/l10n/es.php
index efb82288287..18c87794d65 100644
--- a/apps/user_webdavauth/l10n/es.php
+++ b/apps/user_webdavauth/l10n/es.php
@@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Autenticación de WevDAV",
+"URL: " => "URL:",
"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."
);
diff --git a/apps/user_webdavauth/l10n/fr.php b/apps/user_webdavauth/l10n/fr.php
index 29476e1f8c4..e7fad26287c 100644
--- a/apps/user_webdavauth/l10n/fr.php
+++ b/apps/user_webdavauth/l10n/fr.php
@@ -1,4 +1,5 @@
<?php $TRANSLATIONS = array(
"WebDAV Authentication" => "Authentification WebDAV",
+"URL: " => "URL: ",
"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." => "ownCloud enverra les informations de connexion à cette adresse. Ce module complémentaire analyse le code réponse HTTP et considère tout code différent des codes 401 et 403 comme associé à une authentification correcte."
);