pl.js 1.1 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "files_trashbin",
  3. {
  4. "Couldn't delete %s permanently" : "Nie można trwale usunąć %s",
  5. "Couldn't restore %s" : "Nie można przywrócić %s",
  6. "Deleted files" : "Usunięte pliki",
  7. "Restore" : "Przywróć",
  8. "Delete" : "Usuń",
  9. "Delete permanently" : "Trwale usuń",
  10. "Error" : "Błąd",
  11. "This operation is forbidden" : "Ta operacja jest niedozwolona",
  12. "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.",
  13. "restored" : "przywrócony",
  14. "No deleted files" : "Brak skasowanych plików",
  15. "You will be able to recover deleted files from here" : "Możesz przywrócić skasowane pliki stąd",
  16. "No entries found in this folder" : "Brak wpisów w tym folderze",
  17. "Select all" : "Wybierz wszystko",
  18. "Name" : "Nazwa",
  19. "Deleted" : "Usunięte"
  20. },
  21. "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);");