pl.js 3.8 KB

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