diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-31 02:01:45 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-31 02:01:45 -0400 |
commit | 761f40328cdfee6a91c18fdf78e154e36000c251 (patch) | |
tree | bc438f56d10a41e7c4e70340ed07076c835b564b /apps/user_webdavauth | |
parent | 79d355b5263ee318c134ab511e2faef4edddfaeb (diff) | |
download | nextcloud-server-761f40328cdfee6a91c18fdf78e154e36000c251.tar.gz nextcloud-server-761f40328cdfee6a91c18fdf78e154e36000c251.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/cs_CZ.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/cs_CZ.php b/apps/user_webdavauth/l10n/cs_CZ.php index 2efde08faf9..e6664d4d7b6 100644 --- a/apps/user_webdavauth/l10n/cs_CZ.php +++ b/apps/user_webdavauth/l10n/cs_CZ.php @@ -1,3 +1,5 @@ <?php $TRANSLATIONS = array( -"WebDAV Authentication" => "Ověření WebDAV" +"WebDAV Authentication" => "Ověření WebDAV", +"Address: " => "Adresa:", +"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." => "Uživatelské přihlašovací údaje budou odeslány na tuto adresu. Tento plugin zkontroluje odpověď serveru a interpretuje návratový kód HTTP 401 a 403 jako neplatné přihlašovací údaje a jakýkoli jiný jako platné přihlašovací údaje." ); |