summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/cs_CZ.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_webdavauth/l10n/cs_CZ.php')
-rw-r--r--apps/user_webdavauth/l10n/cs_CZ.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/cs_CZ.php b/apps/user_webdavauth/l10n/cs_CZ.php
index dfeac535eb8..94ebf5c396c 100644
--- a/apps/user_webdavauth/l10n/cs_CZ.php
+++ b/apps/user_webdavauth/l10n/cs_CZ.php
@@ -1,7 +1,6 @@
<?php
$TRANSLATIONS = array(
"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."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";