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.

pl.js 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. OC.L10N.register(
  2. "dav",
  3. {
  4. "Calendar" : "Kalendarz",
  5. "Todos" : "Zadania",
  6. "Personal" : "Osobiste",
  7. "{actor} created calendar {calendar}" : "{actor} utworzył kalendarz {calendar}",
  8. "You created calendar {calendar}" : "Utworzyłeś kalendarz {calendar}",
  9. "{actor} deleted calendar {calendar}" : "{actor} usunął kalendarz {calendar} .",
  10. "You deleted calendar {calendar}" : "Usunąłeś kalendarz {calendar}",
  11. "{actor} updated calendar {calendar}" : "{actor} zaktualizował kalendarz {calendar}",
  12. "You updated calendar {calendar}" : "Zaktualizowałeś kalendarz {calendar}",
  13. "You shared calendar {calendar} as public link" : "Udostępniłeś kalendarz {calendar} przez link publiczny",
  14. "You removed public link for calendar {calendar}" : "Usunąłeś link publiczny do kalendarza {calendar}",
  15. "{actor} shared calendar {calendar} with you" : "{actor} współdzieli kalendarz {calendar} z Tobą",
  16. "You shared calendar {calendar} with {user}" : "Współdzielisz kalendarz {calendar} z {user}",
  17. "{actor} shared calendar {calendar} with {user}" : "{actor} współdzieli kalendarz {calendar} z {user}",
  18. "{actor} unshared calendar {calendar} from you" : "{actor} zakończył współdzielenie kalendarza {calendar} z Tobą",
  19. "You unshared calendar {calendar} from {user}" : "Zakończyłeś współdzielenie kalendarza {calendar} z {user}",
  20. "{actor} unshared calendar {calendar} from {user}" : "{actor} zakończył współdzielenie kalendarza {calendar} z {user}",
  21. "{actor} unshared calendar {calendar} from themselves" : "{actor} zakończył współdzielenie kalendarza {calendar} od siebie",
  22. "You shared calendar {calendar} with group {group}" : "Współdzielisz kalendarz {calendar} z grupą {group}",
  23. "{actor} shared calendar {calendar} with group {group}" : "{actor} współdzieli kalendarz {calendar} z grupą {group}",
  24. "You unshared calendar {calendar} from group {group}" : "Zakończyłeś współdzielenie kalendarza {calendar} z grupą {group}",
  25. "{actor} unshared calendar {calendar} from group {group}" : "{actor} nie współdzieli kalendarza {calendar} z grupą {group} .",
  26. "{actor} created event {event} in calendar {calendar}" : "{actor} utworzył wydarzenie {event} w kalendarzu {calendar}",
  27. "You created event {event} in calendar {calendar}" : "Utworzyłeś wydarzenie {event} w kalendarzu {calendar}",
  28. "{actor} deleted event {event} from calendar {calendar}" : "{actor} usunął wydarzenie {event} z kalendarza {calendar}",
  29. "You deleted event {event} from calendar {calendar}" : "Usunąłeś wydarzenie {event} z kalendarza {calendar}",
  30. "{actor} updated event {event} in calendar {calendar}" : "{actor} zaktualizował wydarzenie {event} z kalendarza {calendar}",
  31. "You updated event {event} in calendar {calendar}" : "Zaktualizowałeś wydarzenie {event} w kalendarzu {calendar}",
  32. "Busy" : "Czekaj",
  33. "{actor} created todo {todo} in list {calendar}" : "{actor} utworzył zadanie {todo} na liście {calendar}",
  34. "You created todo {todo} in list {calendar}" : "Utworzyłeś zadanie {todo} na liście {calendar}",
  35. "{actor} deleted todo {todo} from list {calendar}" : "{actor} usunął zadanie {todo} z listy {calendar}",
  36. "You deleted todo {todo} from list {calendar}" : "Usunąłeś zadanie {todo} z listy {calendar}",
  37. "{actor} updated todo {todo} in list {calendar}" : "{actor} zaktualizował zadanie {todo} na liście {calendar}",
  38. "You updated todo {todo} in list {calendar}" : "Zaktualizowałeś zadanie {todo} na liście {calendar}",
  39. "{actor} solved todo {todo} in list {calendar}" : "{actor} zakończył zadanie {todo} na liście {calendar}",
  40. "You solved todo {todo} in list {calendar}" : "Zakończyłeś zadanie {todo} na liście {calendar}",
  41. "{actor} reopened todo {todo} in list {calendar}" : "{actor} otworzył ponownie zadanie {todo} na liście {calendar}",
  42. "You reopened todo {todo} in list {calendar}" : "Otworzyłeś ponownie zadanie {todo} na liście {calendar}",
  43. "Calendar and tasks" : "Kalendarz i zadania",
  44. "A <strong>calendar</strong> was modified" : "<strong>Kalendarz</strong> został zmodyfikowany",
  45. "A calendar <strong>event</strong> was modified" : "<strong>Zdarzenie</strong> kalendarza zostało zmodyfikowane",
  46. "A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony",
  47. "Death of %s" : "Śmierć %s",
  48. "Contact birthdays" : "Urodziny kontaktu",
  49. "Calendar:" : "Kalendarz:",
  50. "Date:" : "Data:",
  51. "Where:" : "Gdzie:",
  52. "Description:" : "Opis:",
  53. "Untitled event" : "Wydarzenie bez tytułu",
  54. "_%n year_::_%n years_" : ["%n rok","%n lata","%n lat","%n lat"],
  55. "_%n month_::_%n months_" : ["%n miesiąc","%n miesiące","%n miesięcy","%n miesięcy"],
  56. "_%n day_::_%n days_" : ["%n dzień","%n dni","%n dni","%n dni"],
  57. "_%n hour_::_%n hours_" : ["%n godzina","%n godziny","%n godzin","%n godziny"],
  58. "_%n minute_::_%n minutes_" : ["%n minuta","%n minuty","%n minut","%n minuty"],
  59. "%s (in %s)" : "%s (w %s)",
  60. "%s (%s ago)" : "%s (%s temu)",
  61. "Calendar: %s" : "Kalendarz: %s",
  62. "Date: %s" : "Data: %s",
  63. "Description: %s" : "Opis: %s",
  64. "Where: %s" : "Gdzie: %s",
  65. "%1$s via %2$s" : "%1$s przez %2$s",
  66. "Invitation canceled" : "Zaproszenie anulowane",
  67. "Invitation updated" : "Zaproszenie zaktualizowane",
  68. "Invitation" : "Zaproszenie",
  69. "Title:" : "Tytuł:",
  70. "Time:" : "Czas:",
  71. "Location:" : "Lokalizacja:",
  72. "Link:" : "Link: ",
  73. "Organizer:" : "Organizator:",
  74. "Attendees:" : "Uczestnicy:",
  75. "Accept" : "Akceptuj",
  76. "Decline" : "Odrzuć",
  77. "More options …" : "Więcej opcji...",
  78. "More options at %s" : "Więcej opcji na %s",
  79. "Contacts" : "Kontakty",
  80. "System in maintenance mode." : "System w trybie konserwacji.",
  81. "Upgrade needed" : "Wymagana aktualizacja",
  82. "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "%s musisz używać protokołu HTTPS aby móc korzystać z CalDAV i CardDAV w systemach iOS/macOS.",
  83. "Configures a CalDAV account" : "Konfiguruje konto CalDAV",
  84. "Configures a CardDAV account" : "Konfiguruje konto CardDAV",
  85. "Events" : "Wydarzenia",
  86. "Tasks" : "Zadania",
  87. "Untitled task" : "Zadanie bez tytułu",
  88. "Completed on %s" : "Ukończono %s",
  89. "Due on %s by %s" : "Na dzień %s w %s",
  90. "Due on %s" : "Na dzień %s",
  91. "WebDAV" : "WebDAV",
  92. "WebDAV endpoint" : "Adres WebDAV",
  93. "There was an error updating your attendance status." : "Wystąpił błąd zmiany stanu uczestnictwa",
  94. "Please contact the organizer directly." : "Skontaktuj się bezpośrednio z orgnizatorem.",
  95. "Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?",
  96. "Tentative" : "Niepewne",
  97. "Save" : "Zapisz",
  98. "Your attendance was updated successfully." : "Twoja obecność została zmieniona.",
  99. "Calendar server" : "Serwer kalendarza",
  100. "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Zainstaluj także {calendarappstoreopen}aplikację Kalendarz{linkclose} lub {calendardocopen}połącz swój komputer i telefon komórkowy, aby zsynchronizować ↗{linkclose}.",
  101. "Send invitations to attendees" : "Wyślij zaproszenia do uczestników",
  102. "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Upewnij się, że poprawnie skonfigurowałeś {emailopen}serwer poczty{linkclose}.",
  103. "Automatically generate a birthday calendar" : "Automatycznie generuj kalendarz urodzin",
  104. "Birthday calendars will be generated by a background job." : "Kalendarz urodzin będzie generowany przez uruchomione zadanie w tle.",
  105. "Hence they will not be available immediately after enabling but will show up after some time." : "Dlatego nie będą dostępne natychmiast po włączeniu, ale pojawią się po pewnym czasie.",
  106. "Send notifications for events" : "Wysyłaj powiadomienia o wydarzeniach",
  107. "Notifications are sent via background jobs, so these must occur often enough." : "Powiadomienia są wysyłane za pośrednictwem zadań w tle, więc muszą one występować wystarczająco często.",
  108. "Enable notifications for events via push" : "Włącz powiadomienia o zdarzeniach poprzez push",
  109. "Hello %s," : "Witaj %s,",
  110. "The meeting »%1$s« with %2$s was canceled." : "Spotkanie »%1$s« z %2$s zostało anulowane.",
  111. "The meeting »%1$s« with %2$s was updated." : "Spotkanie »%1$s« z %2$s zostało zaktualizowane.",
  112. "%1$s invited you to »%2$s«" : "%1$s zaprosił cię do »%2$s«",
  113. "When:" : "Kiedy:",
  114. "Technical details" : "Szczegóły techniczne",
  115. "Remote Address: %s" : "Adres zdalny: %s",
  116. "Request ID: %s" : "ID żądania: %s",
  117. "Notifications will be send through background jobs, so these need to happen often enough." : "Powiadomienia będą wysyłane za pośrednictwem zadań w tle, więc mogą pojawiać się one dosyć często."
  118. },
  119. "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);");