diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-01 01:57:04 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-01 01:57:04 -0400 |
commit | b037f2dc6e333482d0c0fba663769049bc275446 (patch) | |
tree | b1b170166f33bd8937d3cd666f63d9740f48ed37 /apps/user_webdavauth | |
parent | 563c63bf9ccabd2c0cabf9910a1749b03ea04c05 (diff) | |
download | nextcloud-server-b037f2dc6e333482d0c0fba663769049bc275446.tar.gz nextcloud-server-b037f2dc6e333482d0c0fba663769049bc275446.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/ca.php | 4 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/de_DE.php | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/pl.php | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/apps/user_webdavauth/l10n/ca.php b/apps/user_webdavauth/l10n/ca.php index 71a4f0832c6..b046e58cee6 100644 --- a/apps/user_webdavauth/l10n/ca.php +++ b/apps/user_webdavauth/l10n/ca.php @@ -1,3 +1,5 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Autenticació WebDAV" +"WebDAV Authentication" => "Autenticació WebDAV", +"Address: " => "Adreça:", +"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 credencials d'usuari s'enviaran a aquesta adreça. Aquest connector comprova la resposta i interpreta els codis d'estat 401 i 403 com a credencials no vàlides, i qualsevol altra resposta com a credencials vàlides." ); diff --git a/apps/user_webdavauth/l10n/de_DE.php b/apps/user_webdavauth/l10n/de_DE.php index 04ab22e9c58..ff55a5d8951 100644 --- a/apps/user_webdavauth/l10n/de_DE.php +++ b/apps/user_webdavauth/l10n/de_DE.php @@ -1,5 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "WebDAV-Authentifizierung", -"Address: " => "Addresse: ", +"Address: " => "Adresse:", "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." => "Die Benutzerdaten werden an diese Adresse gesendet. Dieses Plugin prüft die Antwort und wird die HTTP-Statuscodes 401 und 403 als ungültige Daten interpretieren und alle anderen Antworten als gültige Daten." ); diff --git a/apps/user_webdavauth/l10n/pl.php b/apps/user_webdavauth/l10n/pl.php index 3ed826098da..5dc99eb0c20 100644 --- a/apps/user_webdavauth/l10n/pl.php +++ b/apps/user_webdavauth/l10n/pl.php @@ -1,3 +1,5 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Uwierzytelnienie WebDAV" +"WebDAV Authentication" => "Uwierzytelnienie WebDAV", +"Address: " => "Adres:", +"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." => "Dane uwierzytelniające użytkownika zostaną wysłane na ten adres. Wtyczka sprawdza odpowiedź i będzie interpretował status HTTP 401 i 403 jako nieprawidłowe dane uwierzytelniające i wszystkie inne odpowiedzi jako prawidłowe uwierzytelnienie." ); |