diff options
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 00363e15142..c7ce478a5ff 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -41,7 +41,8 @@ OC.L10N.register( "Details" : "Szczegóły", "Please select tag(s) to add to the selection" : "Wybierz etykietę(y) do dodania dla zaznaczenia", "Apply tag(s) to selection" : "Zastosuj etykietę(y) dla zaznaczenia", - "Select" : "Wybierz", + "Select directory \"{dirName}\"" : "Wybierz katalog \"{dirName}\"", + "Select file \"{fileName}\"" : "Wybierz plik \"{fileName}\"", "Pending" : "Oczekujące", "Unable to determine date" : "Nie można ustalić daty", "This operation is forbidden" : "Ta operacja jest niedozwolona", @@ -210,6 +211,7 @@ OC.L10N.register( "Deleted shares" : "Usunięte udostępnienia", "Pending shares" : "Oczekujące udostępnienia", "Text file" : "Plik tekstowy", - "New text file.txt" : "Nowy plik tekstowy.txt" + "New text file.txt" : "Nowy plik tekstowy.txt", + "Select" : "Wybierz" }, "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);"); |