diff options
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index efc4077e6e9..3cd7a3ed1bd 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -135,9 +135,8 @@ OC.L10N.register( "Unlimited" : "Brak limitu", "Upload (max. %s)" : "Wysyłka (max. %s)", "File Management" : "Zarządzanie plikami", - "%s of %s used" : "Wykorzystano %s z %s", - "%1$s%% of %2$s used" : "Wykorzystane: %1$s%% z %2$s", "%s used" : "Wykorzystane: %s", + "%1$s of %2$s used" : "Wykorzystane: %1$s z %2$s", "Settings" : "Ustawienia", "Show hidden files" : "Pokaż ukryte pliki", "WebDAV" : "WebDAV", @@ -167,7 +166,8 @@ OC.L10N.register( "Save" : "Zapisz", "With PHP-FPM it might take 5 minutes for changes to be applied." : "Z PHP-FPM zastosowanie zmian może zająć 5 minut.", "Missing permissions to edit from here." : "Brakuje uprawnień do edycji.", + "%s of %s used" : "Wykorzystano %s z %s", "Cancel upload" : "Anuluj wysyłanie", - "%1$s of %2$s used" : "Wykorzystane: %1$s z %2$s" + "%1$s%% of %2$s used" : "Wykorzystane: %1$s%% z %2$s" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |