summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/cs.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-01-04 01:12:57 +0000
committerNextcloud bot <bot@nextcloud.com>2019-01-04 01:12:57 +0000
commit4cd18afb293fb5fee9d06bc1db681a6978104fa9 (patch)
tree518b61bfa94c32989780b2a3fde4f8fcdec3afdb /apps/files/l10n/cs.js
parent2e1701bfba62f3e4a5238b002247e6f95fe3d8fc (diff)
downloadnextcloud-server-4cd18afb293fb5fee9d06bc1db681a6978104fa9.tar.gz
nextcloud-server-4cd18afb293fb5fee9d06bc1db681a6978104fa9.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r--apps/files/l10n/cs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index 2ae6486f654..6904aaccf9f 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -138,7 +138,7 @@ OC.L10N.register(
"Save" : "Uložit",
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Při použití PHP-FPM může změna nastavení trvat až 5 minut od uložení.",
"Missing permissions to edit from here." : "Pro úpravy v aktuálním náhledu chybí oprávnění.",
- "%1$s of %2$s used" : "%1$s z %2$s použito",
+ "%s of %s used" : "%s z %s použito",
"%s used" : "%s použito",
"Settings" : "Nastavení",
"Show hidden files" : "Zobrazit skryté soubory",
@@ -164,6 +164,6 @@ OC.L10N.register(
"Text file" : "Textový soubor",
"New text file.txt" : "Nový textový soubor.txt",
"Target folder" : "Cílový adresář",
- "%s of %s used" : "%s z %s použito"
+ "%1$s of %2$s used" : "%1$s z %2$s použito"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");