diff options
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 7806da1a447..b4f0b4e04bb 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -158,7 +158,6 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Przenieś {path} do {userid}", "Invalid path selected" : "Wybrano nieprawidłową ścieżkę", "Ownership transfer request sent" : "Wysłano żądanie przeniesienia własności", - "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności z pliku lub katalogu, którego nie jesteś właścicielem", "Tags" : "Etykiety", "Error while loading the file data" : "Błąd podczas ładowania danych pliku", "Unable to change the favourite state of the file" : "Nie można zmienić ulubionego stanu pliku", @@ -188,6 +187,7 @@ OC.L10N.register( "Text file" : "Plik tekstowy", "New text file.txt" : "Nowy plik tekstowy.txt", "%s of %s used" : "Wykorzystano %s z %s", - "%1$s%% of %2$s used" : "Wykorzystane: %1$s%% z %2$s" + "%1$s%% of %2$s used" : "Wykorzystane: %1$s%% z %2$s", + "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności z pliku lub katalogu, którego nie jesteś właścicielem" }, "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);"); |