diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-21 00:12:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-21 00:12:08 +0000 |
commit | 0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2 (patch) | |
tree | b1ba96ee807626b994512ba15beec0c5c0fce9dc /lib/l10n/cs.js | |
parent | 58e281857f421b69479f9fa2a01d5d52410cde6a (diff) | |
download | nextcloud-server-0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2.tar.gz nextcloud-server-0211e17e3fe7dd36ba9360de4cc70aaddfafa4c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/cs.js')
-rw-r--r-- | lib/l10n/cs.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index c493b4452e3..b260d61a274 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -1,9 +1,10 @@ OC.L10N.register( "lib", { - "Cannot write into \"config\" directory!" : "Nelze zapisovat do složky „config“!", - "This can usually be fixed by giving the webserver write access to the config directory" : "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře", + "Cannot write into \"config\" directory!" : "Nedaří se zapisovat do adresáře „config“!", + "This can usually be fixed by giving the webserver write access to the config directory" : "To obvykle lze opravit umožněním webovému serveru zapisovat do adresáře s nastaveními", "See %s" : "Viz %s", + "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Nebo, pokud chcete mít soubor config.php pouze pro čtení, nastavte v něm volbu „config_is_read_only“ na hodnotu true.", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "To lze obvykle vyřešit povolením zápisu webovému serveru do konfiguračního adresáře. Viz %s", "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Nebo, pokud chcete mít soubor config.php pouze pro čtení, nastavte v něm volbu „config_is_read_only“. Viz %s", "The files of the app %$1s were not replaced correctly. Make sure it is a version compatible with the server." : "Soubory aplikace %$1s nebyly řádně nahrazeny. Ujistěte se, že je to verze kompatibilní se serverem.", |