Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/cs.js')
-rw-r--r--lib/l10n/cs.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 54398f64ef0..1e6e07d2c93 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -75,6 +75,7 @@ OC.L10N.register(
"Sharing" : "Sdílení",
"Security" : "Zabezpečení",
"Encryption" : "Šifrování",
+ "Groupware" : "Groupware",
"Additional settings" : "Dodatečná nastavení",
"Personal info" : "Osobní informace",
"Unlimited" : "Neomezeně",
@@ -224,6 +225,9 @@ OC.L10N.register(
"Check the value of \"datadirectory\" in your configuration" : "Ověřte hodnotu \"datadirectory\" ve své konfiguraci",
"Your data directory is invalid" : "Váš datový adresář je neplatný",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "Ujistěte se, že v kořenovém adresáři je soubor s názvem \".ocdata\".",
+ "Action \"%s\" not supported or implemented." : "Akce \"%s\" nepodporována nebo neimplementována.",
+ "Authentication failed, wrong token or provider ID given" : "Autentizace selhala, předán chybný token nebo id poskytovatele",
+ "Cloud Federation Provider with ID: \"%s\" does not exist." : "Cloudový poskytovatel federace s ID: \"%s\" neexistuje",
"Could not obtain lock type %d on \"%s\"." : "Nelze získat zámek typu %d na \"%s\".",
"Storage unauthorized. %s" : "Úložiště neověřeno. %s",
"Storage incomplete configuration. %s" : "Nekompletní konfigurace úložiště. %s",
@@ -236,7 +240,12 @@ OC.L10N.register(
"Redis" : "Redis",
"Tips & tricks" : "Tipy a triky",
"DB Error: \"%s\"" : "Chyba databáze: „%s“",
+ "Cannot increase permissions of %s" : "Nelze zvýšit oprávnění %s",
+ "Files can't be shared with delete permissions" : "Soubory nemohou být sdíleny s právy pro smazání",
+ "Files can't be shared with create permissions" : "Soubory nemohou být sdíleny s právy pro vytvoření",
+ "Cannot set expiration date more than %s days in the future" : "Datum vypršení více jak %s dnů v budoucnosti nelze nastavit",
"No app name specified" : "Nezadán název aplikace",
+ "App '%s' could not be installed!" : "Aplikaci '%s' se nepodařilo nainstalovat!",
"Sync clients" : "Synchronizační klienti"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");