diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-07-02 02:13:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-07-02 02:13:41 +0000 |
commit | 9beda013c159e857113de1d9ab3314ed9c85d5f9 (patch) | |
tree | eb969eb6c23850e92fffb39722f0c569c6ce7dba /apps/files/l10n/cs.js | |
parent | 7dafa24f7119fcfa1f2d6c85dfcc751087b9de80 (diff) | |
download | nextcloud-server-9beda013c159e857113de1d9ab3314ed9c85d5f9.tar.gz nextcloud-server-9beda013c159e857113de1d9ab3314ed9c85d5f9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/cs.js')
-rw-r--r-- | apps/files/l10n/cs.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 3965c7b6440..663803d74b4 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -135,9 +135,8 @@ OC.L10N.register( "Unlimited" : "Neomezeně", "Upload (max. %s)" : "Nahrát (max. %s)", "File Management" : "Správa souboru", - "%s of %s used" : "%s z %s použito", - "%1$s%% of %2$s used" : "použito %1$s%% z %2$s", "%s used" : "%s použito", + "%1$s of %2$s used" : "%1$s z %2$s použito", "Settings" : "Nastavení", "Show hidden files" : "Zobrazit skryté soubory", "WebDAV" : "WebDAV", @@ -167,7 +166,8 @@ 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í.", + "%s of %s used" : "%s z %s použito", "Cancel upload" : "Zrušit nahrávání", - "%1$s of %2$s used" : "%1$s z %2$s použito" + "%1$s%% of %2$s used" : "použito %1$s%% z %2$s" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |