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
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-21 03:12:22 +0300
committerNextcloud bot <bot@nextcloud.com>2018-09-21 03:12:22 +0300
commitf2b6e389495fc3ecb81535d20424b7f836665ea7 (patch)
treef45e0878d8c5bc8b6e79d6646836317b39372e66 /lib
parentc3412b2f105ffee4a863654074f70a2838187fc7 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/cs.js5
-rw-r--r--lib/l10n/cs.json5
2 files changed, 6 insertions, 4 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.",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index b1a8394ac80..f9dca86ffb3 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -1,7 +1,8 @@
{ "translations": {
- "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.",