nextcloud/apps/files_trashbin/l10n/pl.js

22 lines
1.0 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "Nie można trwale usunąć %s",
"Couldn't restore %s" : "Nie można przywrócić %s",
"Deleted files" : "Usunięte pliki",
"Restore" : "Przywróć",
2015-11-24 09:56:32 +03:00
"Delete" : "Usuń",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "Trwale usuń",
"Error" : "Błąd",
2016-05-07 08:54:56 +03:00
"This operation is forbidden" : "Ta operacja jest niedozwolona",
2016-03-05 09:56:08 +03:00
"This directory is unavailable, please check the logs or contact the administrator" : "Ten folder jest niedostępny, proszę sprawdzić logi lub skontaktować się z administratorem.",
"restored" : "przywrócony",
2015-03-18 08:55:22 +03:00
"No deleted files" : "Brak skasowanych plików",
"You will be able to recover deleted files from here" : "Możesz przywrócić skasowane pliki stąd",
"No entries found in this folder" : "Brak wpisów w tym folderze",
"Select all" : "Wybierz wszystko",
"Name" : "Nazwa",
2015-11-24 09:56:32 +03:00
"Deleted" : "Usunięte"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");