You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "systemtags",
  3. {
  4. "Tags" : "Etykiety",
  5. "Tagged files" : "Otagowane pliki",
  6. "Select tags to filter by" : "Wybierz tagi do filtru",
  7. "Please select tags to filter by" : "Proszę wybrać tagi do filtrów",
  8. "No files found for the selected tags" : "Nie znaleziono plików dla wybranych etykiet",
  9. "<strong>System tags</strong> for a file have been modified" : "<strong>System etykiet</strong> dla pliku został zmieniony",
  10. "%1$s assigned system tag %3$s" : "%1$s przypisywalny system etykiet%3$s",
  11. "%1$s unassigned system tag %3$s" : "%1$s nieprzypisany system etykiet%3$s",
  12. "%1$s created system tag %2$s" : "%1$s stworzony system etykiet%2$s",
  13. "%1$s deleted system tag %2$s" : "%1$s usunięty system etykiet%2$s",
  14. "%1$s updated system tag %3$s to %2$s" : "%1$s zaktualizowany system etykiet%3$s do %2$s",
  15. "%1$s assigned system tag %3$s to %2$s" : "%1$s przypisywalny system etykiet%3$s do %2$s",
  16. "%1$s unassigned system tag %3$s from %2$s" : "%1$s nieprzypisany system etykiet %3$s z %2$s",
  17. "%s (restricted)" : "%s (ograniczone)",
  18. "%s (invisible)" : "%s (niewidoczny)",
  19. "No files in here" : "Brak plików",
  20. "No entries found in this folder" : "Brak wpisów w tym folderze",
  21. "Name" : "Nazwa",
  22. "Size" : "Rozmiar",
  23. "Modified" : "Modyfikacja"
  24. },
  25. "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");