summaryrefslogtreecommitdiffstats
path: root/lib/l10n/cs_CZ.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/cs_CZ.php')
-rw-r--r--lib/l10n/cs_CZ.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/cs_CZ.php b/lib/l10n/cs_CZ.php
index f990efcfef0..48340a2f4a7 100644
--- a/lib/l10n/cs_CZ.php
+++ b/lib/l10n/cs_CZ.php
@@ -114,6 +114,7 @@ $TRANSLATIONS = array(
"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Zajistěte prosím PostgreSQL >=9 nebo zkontrolujte logy pro více informací o chybě.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Změntě prosím práva na 0770, aby adresář nemohl být otevřen ostatními uživateli.",
"Data directory (%s) is readable by other users" => "Data adresář (%s) je čitelný i ostatními uživateli",
-"Data directory (%s) is invalid" => "Data adresář (%s) je neplatný"
+"Data directory (%s) is invalid" => "Data adresář (%s) je neplatný",
+"Please check that the data directory contains a file \".ocdata\" in its root." => "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\"."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";