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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-01-04 04:12:28 +0300
committerNextcloud bot <bot@nextcloud.com>2019-01-04 04:12:28 +0300
commita1f9ed1d7d9e953833850a14405687e115bf0b82 (patch)
tree41e335778e8a5bcd07789b7e2d92a346b30532d5 /apps/files/l10n/cs.js
parent03bab63d11cf72b9a5404c744a4df7bd7191788b (diff)
[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;");