aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-07 01:56:13 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-07 01:56:13 -0400
commite0446a1df530100e53aab018159cd6df41ae7763 (patch)
tree5c2c7f1deffb5e6605672c8e93b22d40c7da52e2 /apps/user_webdavauth
parent3da47db33cd9a676a1f5b51a8c8ed1abe617ce3e (diff)
downloadnextcloud-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.php1
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."
);