summaryrefslogtreecommitdiffstats
path: root/core/l10n/cs.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-02-07 01:10:23 +0000
committerNextcloud bot <bot@nextcloud.com>2018-02-07 01:10:23 +0000
commit2a3272331f8b0e345df762ebeb54b2f58183225f (patch)
tree9390101e0a9af4f40069972ef6970d846ff05b11 /core/l10n/cs.js
parent27f505667c4cffdb08247f8172b216f5a15ed081 (diff)
downloadnextcloud-server-2a3272331f8b0e345df762ebeb54b2f58183225f.tar.gz
nextcloud-server-2a3272331f8b0e345df762ebeb54b2f58183225f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/cs.js')
-rw-r--r--core/l10n/cs.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index b34eab383f6..d709e8f76b7 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -290,6 +290,9 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Tato instalace %s je právě ve stavu údržby a to může chvíli trvat.",
"This page will refresh itself when the %s instance is available again." : "Tato stránka se automaticky načte poté, co bude opět dostupná instance %s.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktujte prosím správce systému, pokud se tato zpráva objevuje opakovaně nebo nečekaně.",
- "Thank you for your patience." : "Děkujeme za vaši trpělivost."
+ "Thank you for your patience." : "Děkujeme za vaši trpělivost.",
+ "No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Nebyla nakonfigurována paměťová cache. Pokud je dostupná, nakonfigurujte ji prosím pro zlepšení výkonu. Další informace lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</a>.",
+ "/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "PHP nemá práva pro čtení v /dev/urandom, to je ale z bezpečnostních důvodů velmi doporučováno. Více informací lze nalézt v naší <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentaci</a>.",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Aktuálně používáte PHP {version}. Doporučujeme aktualizovat verzi PHP, abyste mohli využít <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">výkonnostních a bezpečnostních aktualizací poskytovaných autory PHP</a> tak rychle, jak to vaše distribuce umožňuje."
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");