diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-18 02:11:10 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-06-18 02:11:10 +0200 |
commit | d991a9372b69871483d59e2257b5f8bb621a5503 (patch) | |
tree | 489156258831fe8415d1e9f1f3230776cd26583c /apps/user_webdavauth | |
parent | 0089437c25584ff8e533c4995c81cc499c460a4e (diff) | |
download | nextcloud-server-d991a9372b69871483d59e2257b5f8bb621a5503.tar.gz nextcloud-server-d991a9372b69871483d59e2257b5f8bb621a5503.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/cs_CZ.php | 1 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/pl.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/cs_CZ.php b/apps/user_webdavauth/l10n/cs_CZ.php index 17308ef4226..e1f8d76e166 100644 --- a/apps/user_webdavauth/l10n/cs_CZ.php +++ b/apps/user_webdavauth/l10n/cs_CZ.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Ověření 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 odešle uživatelské údaje na zadanou URL. Plugin zkontroluje odpověď a považuje návratovou hodnotu HTTP 401 a 403 za neplatné údaje a všechny ostatní hodnoty jako platné přihlašovací údaje." ); diff --git a/apps/user_webdavauth/l10n/pl.php b/apps/user_webdavauth/l10n/pl.php index e18b4787d57..8c8116e5234 100644 --- a/apps/user_webdavauth/l10n/pl.php +++ b/apps/user_webdavauth/l10n/pl.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Uwierzytelnienie 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 wyśle dane uwierzytelniające do tego URL. Ten plugin sprawdza odpowiedź i zinterpretuje kody HTTP 401 oraz 403 jako nieprawidłowe dane uwierzytelniające, a każdy inny kod odpowiedzi jako poprawne dane." ); |