diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-25 02:13:40 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-25 02:13:40 +0200 |
commit | c3b8f2bf64ef7b6cbdabb382b1c0a721bddb4041 (patch) | |
tree | 1580d9fa7ae1c5226b62fa2417b66c5a26f5b74a /apps/user_webdavauth | |
parent | 754bc86ec8587499f5b42badc2777a6654dba19c (diff) | |
download | nextcloud-server-c3b8f2bf64ef7b6cbdabb382b1c0a721bddb4041.tar.gz nextcloud-server-c3b8f2bf64ef7b6cbdabb382b1c0a721bddb4041.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/el.php | 1 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/es_AR.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/el.php b/apps/user_webdavauth/l10n/el.php index 1943b98a750..79bb1d13bf7 100644 --- a/apps/user_webdavauth/l10n/el.php +++ b/apps/user_webdavauth/l10n/el.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Αυθεντικοποίηση μέσω 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 θα στείλει τα διαπιστευτήρια χρήστη σε αυτό το URL. Αυτό το plugin ελέγχει την απάντηση και την μετατρέπει σε HTTP κωδικό κατάστασης 401 και 403 για μη έγκυρα, όλες οι υπόλοιπες απαντήσεις είναι έγκυρες." ); diff --git a/apps/user_webdavauth/l10n/es_AR.php b/apps/user_webdavauth/l10n/es_AR.php index efb82288287..cda5d7eab05 100644 --- a/apps/user_webdavauth/l10n/es_AR.php +++ b/apps/user_webdavauth/l10n/es_AR.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." ); |