eventorganization.lang 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. # Copyright (C) 2021 Florian Henry <florian.henry@scopen.fr>
  2. # Copyright (C) 2021 Dorian Vabre <dorian.vabre@gmail.com>
  3. #
  4. # This program is free software: you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation, either version 3 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. # GNU General Public License for more details.
  13. #
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  16. #
  17. # Generic
  18. #
  19. ModuleEventOrganizationName = Impreza organizacyjna
  20. EventOrganizationDescription = Impreza organizacyjna za pomocą modułu Projekty
  21. EventOrganizationDescriptionLong= Manage the organization of an event (show, conferences, attendees or speakers, with public pages for suggestion, vote or registration)
  22. #
  23. # Menu
  24. #
  25. EventOrganizationMenuLeft = Imprezy zorganizowane
  26. EventOrganizationConferenceOrBoothMenuLeft = Konferencja lub stoisko
  27. PaymentEvent=Payment of event
  28. #
  29. # Admin page
  30. #
  31. NewRegistration=Registration
  32. EventOrganizationSetup=Konfiguracja imprezy organizacyjnej
  33. EventOrganization=Event organization
  34. Settings=Ustawienia
  35. EventOrganizationSetupPage = Strona konfiguracji imprezy organizacyjnej
  36. EVENTORGANIZATION_TASK_LABEL = Etykiety zadań automatycznie tworzonych po zatwierdzeniu projektu
  37. EVENTORGANIZATION_TASK_LABELTooltip = When you validate an event to organize, some tasks can be automatically created in the project<br><br>For example: <br>Send Call for Conferences<br>Send Call for Booths<br>Validate suggestions of Conferences<br>Validate application for Booths<br>Open subscriptions to the event for attendees<br>Send a remind of the event to speakers<br>Send a remind of the event to Booth hosters<br>Send a remind of the event to attendees
  38. EVENTORGANIZATION_TASK_LABELTooltip2=Keep empty if you don't need to create tasks automatically.
  39. EVENTORGANIZATION_CATEG_THIRDPARTY_CONF = Kategoria dodawana do kontrahentów, tworzona automatycznie po otrzymaniu sugestii zorganizowania konferencji.
  40. EVENTORGANIZATION_CATEG_THIRDPARTY_BOOTH = Kategoria dodawana do kontrahentów, tworzona automatycznie po otrzymaniu sugestii zorganizowania stoiska.
  41. EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_CONF = Szablon wiadomości e-mail wysyłany po otrzymaniu sugestii zorganizowania konferencji.
  42. EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_BOOTH = Szablon wiadomości e-mail wysyłany po otrzymaniu sugestii zorganizowania stoiska.
  43. EVENTORGANIZATION_TEMPLATE_EMAIL_AFT_SUBS_BOOTH = Template of email to send after a registration to a booth has been paid.
  44. EVENTORGANIZATION_TEMPLATE_EMAIL_AFT_SUBS_EVENT = Template of email to send after a registration to an event has been paid.
  45. EVENTORGANIZATION_TEMPLATE_EMAIL_BULK_SPEAKER = Template of email to use when sending emails from the massaction "Send emails" to speakers
  46. EVENTORGANIZATION_TEMPLATE_EMAIL_BULK_ATTENDES = Template of email to use when sending emails from the massaction "Send emails" on attendee list
  47. EVENTORGANIZATION_FILTERATTENDEES_CAT = In the form to create/add an attendee, restricts the list of thirdparties to thirdparties in the category
  48. EVENTORGANIZATION_FILTERATTENDEES_TYPE = In the form to create/add an attendee, restricts the list of thirdparties to thirdparties with the nature
  49. #
  50. # Object
  51. #
  52. EventOrganizationConfOrBooth= Konferencja lub stoisko
  53. EventOrganizationConfOrBoothes=Conferences or Boothes
  54. ManageOrganizeEvent = Manage the organization of an event
  55. ConferenceOrBooth = Konferencja lub stoisko
  56. ConferenceOrBoothTab = Konferencja lub stoisko
  57. AmountPaid = Amount paid
  58. DateOfRegistration = Date of registration
  59. ConferenceOrBoothAttendee = Uczestnik konferencji lub stoiska
  60. ApplicantOrVisitor=Applicant or visitor
  61. Speaker=Speaker
  62. #
  63. # Template Mail
  64. #
  65. YourOrganizationEventConfRequestWasReceived = Twoje żądanie o konferencję zostało odebrane
  66. YourOrganizationEventBoothRequestWasReceived = Twoje żądanie o stoisko zostało odebrane
  67. EventOrganizationEmailAskConf = Żądanie o konferencję
  68. EventOrganizationEmailAskBooth = Żądanie o stoisko
  69. EventOrganizationEmailBoothPayment = Payment of your booth
  70. EventOrganizationEmailRegistrationPayment = Registration for an event
  71. EventOrganizationMassEmailAttendees = Komunikacja z uczestnikami
  72. EventOrganizationMassEmailSpeakers = Komunikacja z prelegentami
  73. ToSpeakers=To speakers
  74. #
  75. # Event
  76. #
  77. AllowUnknownPeopleSuggestConf=Allow people to suggest conferences
  78. AllowUnknownPeopleSuggestConfHelp=Allow unknown people to suggest a conference they want to do
  79. AllowUnknownPeopleSuggestBooth=Allow people to apply for a booth
  80. AllowUnknownPeopleSuggestBoothHelp=Allow unknown people to apply for a booth
  81. PriceOfRegistration=Cena rejestracji
  82. PriceOfRegistrationHelp=Price to pay to register or participate in the event
  83. PriceOfBooth=Cena abonamentu za stoisko
  84. PriceOfBoothHelp=Cena abonamentu za stoisko
  85. EventOrganizationICSLink=Link ICS for conferences
  86. ConferenceOrBoothInformation=Informacje o konferencji lub stoisku
  87. Attendees=Uczestnicy
  88. ListOfAttendeesOfEvent=List of attendees of the event project
  89. DownloadICSLink = Pobierz link do ICS
  90. EVENTORGANIZATION_SECUREKEY = Seed to secure the key for the public registration page to suggest a conference
  91. SERVICE_BOOTH_LOCATION = Usługa używana do wiersza faktury o lokalizacji stoiska
  92. SERVICE_CONFERENCE_ATTENDEE_SUBSCRIPTION = Service used for the invoice row about an attendee subscription to an event
  93. NbVotes=Liczba głosów
  94. #
  95. # Status
  96. #
  97. EvntOrgDraft = Szkic
  98. EvntOrgSuggested = Zasugerowane
  99. EvntOrgConfirmed = Potwierdzone
  100. EvntOrgNotQualified = Brak kwalifikacji
  101. EvntOrgDone = Zrobione
  102. EvntOrgCancelled = Anulowane
  103. #
  104. # Public page
  105. #
  106. SuggestForm = Strona sugestii
  107. SuggestOrVoteForConfOrBooth = Page for suggestion or vote
  108. EvntOrgRegistrationHelpMessage = Here, you can vote for a conference or suggest a new one for the event. You can also apply to have a booth during the event.
  109. EvntOrgRegistrationConfHelpMessage = Here, you can suggest a new conference to animate during the event.
  110. EvntOrgRegistrationBoothHelpMessage = Here, you can apply to have a booth during the event.
  111. ListOfSuggestedConferences = Lista proponowanych konferencji
  112. ListOfSuggestedBooths=Suggested booths
  113. ListOfConferencesOrBooths=Conferences or booths of event project
  114. SuggestConference = Zaproponuj nową konferencję
  115. SuggestBooth = Zaproponuj stoisko
  116. ViewAndVote = Zobacz i zagłosuj na sugerowane wydarzenia
  117. PublicAttendeeSubscriptionGlobalPage = Public link for registration to the event
  118. PublicAttendeeSubscriptionPage = Public link for registration to this event only
  119. MissingOrBadSecureKey = Klucz bezpieczeństwa jest nieprawidłowy lub go brakuje
  120. EvntOrgWelcomeMessage = This form allows you to register as a new participant to the event
  121. EvntOrgDuration = Ta konferencja zaczyna się %s i kończy się %s.
  122. ConferenceAttendeeFee = Opłata uczestnika konferencji za wydarzenie: '%s' występujące od %s do %s.
  123. BoothLocationFee = Lokalizacja stoiska dla wydarzenia: „%s” występujące od %s do %s
  124. EventType = Typ wydarzenia
  125. LabelOfBooth=Etykieta stoiska
  126. LabelOfconference=Etykieta konferencji
  127. ConferenceIsNotConfirmed=Registration not available, conference is not confirmed yet
  128. DateMustBeBeforeThan=%s must be before %s
  129. DateMustBeAfterThan=%s must be after %s
  130. MaxNbOfAttendeesReached=The maximum number of participants has been reached
  131. NewSubscription=Registration
  132. OrganizationEventConfRequestWasReceived=Your suggestion for a conference has been received
  133. OrganizationEventBoothRequestWasReceived=Your request for a booth has been received
  134. OrganizationEventPaymentOfBoothWasReceived=Your payment for your booth has been recorded
  135. OrganizationEventPaymentOfRegistrationWasReceived=Your payment for your event registration has been recorded
  136. OrganizationEventBulkMailToAttendees=This is a remind about your participation in the event as an attendee
  137. OrganizationEventBulkMailToSpeakers=This is a reminder on your participation in the event as a speaker
  138. OrganizationEventLinkToThirdParty=Link to third party (customer, supplier or partner)
  139. OrganizationEvenLabelName=Public name of the conference or booth
  140. NewSuggestionOfBooth=Application for a booth
  141. NewSuggestionOfConference=Application for a conference
  142. #
  143. # Vote page
  144. #
  145. EvntOrgRegistrationWelcomeMessage = Witamy na stronie z propozycjami konferencji lub stoisk.
  146. EvntOrgRegistrationConfWelcomeMessage = Witamy na stronie propozycji konferencji.
  147. EvntOrgRegistrationBoothWelcomeMessage = Witamy na stronie propozycji stoisk.
  148. EvntOrgVoteHelpMessage = Tutaj możesz przeglądać i głosować na sugerowane wydarzenia dla projektu
  149. VoteOk = Twój głos został zaakceptowany.
  150. AlreadyVoted = Już zagłosowałeś na to wydarzenie.
  151. VoteError = Podczas głosowania wystąpił błąd, spróbuj ponownie.
  152. SubscriptionOk=Your registration has been recorded
  153. ConfAttendeeSubscriptionConfirmation = Confirmation of your subscription to an event
  154. Attendee = Uczestnik
  155. PaymentConferenceAttendee = Opłata za uczestnika konferencji
  156. PaymentBoothLocation = Płatność za miejsce na stoisku
  157. DeleteConferenceOrBoothAttendee=Remove attendee
  158. RegistrationAndPaymentWereAlreadyRecorder=A registration and a payment were already recorded for the email <b>%s</b>
  159. EmailAttendee=Attendee email
  160. EmailCompany=Company email
  161. EmailCompanyForInvoice=Company email (for invoice, if different of attendee email)
  162. ErrorSeveralCompaniesWithEmailContactUs=Several companies with this email has been found so we can't validate automaticaly your registration. Please contact us at %s for a manual validation
  163. ErrorSeveralCompaniesWithNameContactUs=Several companies with this name has been found so we can't validate automaticaly your registration. Please contact us at %s for a manual validation
  164. NoPublicActionsAllowedForThisEvent=No public actions are open to public for this event
  165. MaxNbOfAttendees=Max number of attendees