pl.js 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Group list is empty" : "Lista grup jest pusta",
  5. "Unable to retrieve the group list" : "Nie można pobrać listy grup",
  6. "Saved" : "Zapisano",
  7. "Saving failed:" : "Zapis się nie udał:",
  8. "File MIME type" : "Typy plików MIME",
  9. "is" : "jest",
  10. "is not" : "nie jest",
  11. "matches" : "pasuje",
  12. "does not match" : "nie pasuje",
  13. "Example: {placeholder}" : "Przykład: {placeholder}",
  14. "File size (upload)" : "Rozmiar pliku (wczytywanego)",
  15. "less" : "mniejszy",
  16. "less or equals" : "mniejszy lub równy",
  17. "greater or equals" : "większy lub równy",
  18. "greater" : "większy",
  19. "File system tag" : "Etykieta systemu plików",
  20. "is tagged with" : "jest oznaczony",
  21. "is not tagged with" : "Nie jest oznaczony",
  22. "Select tag…" : "Wybierz etykietę...",
  23. "Request remote address" : "Uzyskaj zdalny adres",
  24. "matches IPv4" : "pasuje IPv4",
  25. "does not match IPv4" : "nie pasuje IPv4",
  26. "matches IPv6" : "pasuje IPv6",
  27. "does not match IPv6" : "nie pasuje IPv6",
  28. "Request time" : "Czas odpowiedzi",
  29. "between" : "pomiędzy",
  30. "not between" : "nie pomiędzy",
  31. "Start" : "Start",
  32. "End" : "Koniec",
  33. "Select timezone…" : "Wybierz strefę czasową...",
  34. "Request URL" : "Żądanie URL",
  35. "Predefined URLs" : "Przedefiniowanie URLs",
  36. "Files WebDAV" : "Pliki WebDAV",
  37. "Request user agent" : "Żądanie agenta użytkownika",
  38. "Sync clients" : "Klienci synchronizacji",
  39. "Android client" : "Klient Android",
  40. "iOS client" : "Klient iOS",
  41. "Desktop client" : "Klient na komputer",
  42. "User group membership" : "Członkostwo grupy użytkownika",
  43. "is member of" : "jest członkiem w",
  44. "is not member of" : "nie jest członkiem w",
  45. "The given operator is invalid" : "Dana operacja jest nieprawidłowa",
  46. "The given regular expression is invalid" : "Podane wyrażenie regularne jest błędne",
  47. "The given file size is invalid" : "Podany rozmiar pliku jest nieprawidłowy",
  48. "The given tag id is invalid" : "Podane id etykiety jest nieprawidłowe",
  49. "The given IP range is invalid" : "Podany zakres adresów IP jest nieprawidłowy",
  50. "The given IP range is not valid for IPv4" : "Podany zakres adresów IP jest nieprawidłowy dla IPv4",
  51. "The given IP range is not valid for IPv6" : "Podany zakres adresów IP jest nieprawidłowy dla IPv6",
  52. "The given time span is invalid" : "Podany przedział czasowy jest nieprawidłowy",
  53. "The given start time is invalid" : "Podany czas rozpoczęcia jest nieprawidłowy",
  54. "The given end time is invalid" : "Podany czas zakończenia jest nieprawidłowy",
  55. "The given group does not exist" : "Podana grupa nie istnieje",
  56. "Check %s is invalid or does not exist" : "Sprawdź, czy %s jest nieprawidłowa lub nie istnieje",
  57. "Operation #%s does not exist" : "Operacja do wykonania #%s nie istnieje",
  58. "Operation %s does not exist" : "Operacja do wykonania %s nie istnieje",
  59. "Operation %s is invalid" : "Operacja %s jest nieprawidłowa",
  60. "Check %s does not exist" : "Sprawdź, czy %s nie istnieje",
  61. "Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy",
  62. "Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje",
  63. "Workflow" : "Wpływ na pracę",
  64. "Files workflow engine" : "Piliki silnika workflow",
  65. "Open documentation" : "Otwórz dokumentację",
  66. "Add rule group" : "Dodaj grupę reguł",
  67. "Short rule description" : "Krótki opis reguły",
  68. "Add rule" : "Dodaj regułę",
  69. "Reset" : "Zresetuj",
  70. "Save" : "Zapisz",
  71. "Saving…" : "Zapisywanie...",
  72. "Loading…" : "Wczytywanie..."
  73. },
  74. "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);");