diff options
Diffstat (limited to 'apps/files/l10n/sk.js')
-rw-r--r-- | apps/files/l10n/sk.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index 3c82fa3b566..9998c3c0439 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -134,9 +134,8 @@ OC.L10N.register( "Unlimited" : "Neobmedzené", "Upload (max. %s)" : "Nahrať (max. %s)", "File Management" : "Správa súborov", - "%s of %s used" : "Využité: %s z %s", - "%1$s%% of %2$s used" : "použité %1$s%% z %2$s", "%s used" : "%s použitých", + "%1$s of %2$s used" : "Využité: %1$s z %2$s", "Settings" : "Nastavenia", "Show hidden files" : "Zobraziť skryté súbory", "WebDAV" : "WebDAV", @@ -166,7 +165,8 @@ OC.L10N.register( "Save" : "Uložiť", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Použitím PHP-FPM môžu byť zmeny vykonané do 5 minút.", "Missing permissions to edit from here." : "Chýbajú oprávnenia pre možnosť tu upravovať.", + "%s of %s used" : "Využité: %s z %s", "Cancel upload" : "Zrušiť nahrávanie", - "%1$s of %2$s used" : "Využité: %1$s z %2$s" + "%1$s%% of %2$s used" : "použité %1$s%% z %2$s" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |