diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-07 01:56:13 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-07 01:56:13 -0400 |
commit | e0446a1df530100e53aab018159cd6df41ae7763 (patch) | |
tree | 5c2c7f1deffb5e6605672c8e93b22d40c7da52e2 /apps/user_webdavauth | |
parent | 3da47db33cd9a676a1f5b51a8c8ed1abe617ce3e (diff) | |
download | nextcloud-server-e0446a1df530100e53aab018159cd6df41ae7763.tar.gz nextcloud-server-e0446a1df530100e53aab018159cd6df41ae7763.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/cs_CZ.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/cs_CZ.php b/apps/user_webdavauth/l10n/cs_CZ.php index bbc118d8404..760349def72 100644 --- a/apps/user_webdavauth/l10n/cs_CZ.php +++ b/apps/user_webdavauth/l10n/cs_CZ.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "WebDAV Authentication" => "Ověření WebDAV", +"Address:" => "Adresa:", "Save" => "Uložit", "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." ); |