diff options
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/cs.js | 6 | ||||
-rw-r--r-- | core/l10n/cs.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js index a1da59169b5..ed6a1fc1192 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -122,10 +122,10 @@ OC.L10N.register( "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v {linkstart}tipech pro zabezpečení ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v {linkstart}tipech ohledně zabezpečení ↗{linkend}.", "unknown text" : "neznámý text", - "Hello world!" : "Zdravíme, světe!", + "Hello world!" : "Dobrý den světe!", "sunny" : "slunečno", - "Hello {name}, the weather is {weather}" : "Zdravíme {name}, počasí je {weather}", - "Hello {name}" : "Zdravíme, {name}", + "Hello {name}, the weather is {weather}" : "Dobrý den {name}, počasí je {weather}", + "Hello {name}" : "Dobrý den {name}", "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Toto výsledky pro vaše hledání<script>alert(1)</script></strong>", "new" : "nový", "_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů","stáhnout %n souborů"], diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 8d29e64e623..299c1a2e0c6 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -120,10 +120,10 @@ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "HTTP hlavička „Strict-Transport-Security“ není nastavena na přinejmenším „{seconds}“ sekund. Pro lepší zabezpečení je doporučeno zapnout HSTS, jak je popsáno v {linkstart}tipech pro zabezpečení ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Přistupujete přes přes nezabezpečený HTTP protokol. Důrazně doporučujeme nastavit svůj server tak, aby namísto toho vyžadoval HTTPS, jak je popsáno v {linkstart}tipech ohledně zabezpečení ↗{linkend}.", "unknown text" : "neznámý text", - "Hello world!" : "Zdravíme, světe!", + "Hello world!" : "Dobrý den světe!", "sunny" : "slunečno", - "Hello {name}, the weather is {weather}" : "Zdravíme {name}, počasí je {weather}", - "Hello {name}" : "Zdravíme, {name}", + "Hello {name}, the weather is {weather}" : "Dobrý den {name}, počasí je {weather}", + "Hello {name}" : "Dobrý den {name}", "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Toto výsledky pro vaše hledání<script>alert(1)</script></strong>", "new" : "nový", "_download %n file_::_download %n files_" : ["stáhnout %n soubor","stáhnout %n soubory","stáhnout %n souborů","stáhnout %n souborů"], |