summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r--apps/files/l10n/pl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 7290bc1bc55..dad0b96cfb8 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -136,7 +136,7 @@ OC.L10N.register(
"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" : "%1$s%% z %2$s jest używanych",
+ "%1$s%% of %2$s used" : "Wykorzystane: %1$s%% z %2$s",
"%s used" : "Wykorzystane: %s",
"Settings" : "Ustawienia",
"Show hidden files" : "Pokaż ukryte pliki",
@@ -168,6 +168,6 @@ OC.L10N.register(
"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.",
"Cancel upload" : "Anuluj wysyłanie",
- "%1$s of %2$s used" : "%1$s z %2$s jest używany"
+ "%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);");