2014-10-17 16:20:02 +04:00
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ń" ,
2017-08-30 03:08:36 +03:00
"Delete permanently" : "Usuń trwale" ,
2014-10-17 16:20:02 +04:00
"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." ,
2014-10-17 16:20:02 +04:00
"restored" : "przywrócony" ,
2015-03-18 08:55:22 +03:00
"No deleted files" : "Brak skasowanych plików" ,
2017-08-30 03:08:36 +03:00
"You will be able to recover deleted files from here" : "Możesz stąd przywrócić skasowane pliki" ,
2015-03-18 08:55:22 +03:00
"No entries found in this folder" : "Brak wpisów w tym folderze" ,
"Select all" : "Wybierz wszystko" ,
2014-10-17 16:20:02 +04:00
"Name" : "Nazwa" ,
2015-11-24 09:56:32 +03:00
"Deleted" : "Usunięte"
2014-10-17 16:20:02 +04:00
} ,
2017-06-17 03:08:36 +03:00
"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);" ) ;