eventorganization.lang 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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 = Event Organization
  20. EventOrganizationDescription = Event Organization through Module Project
  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 = Organized events
  26. EventOrganizationConferenceOrBoothMenuLeft = Conference Or Booth
  27. PaymentEvent=Payment of event
  28. #
  29. # Admin page
  30. #
  31. NewRegistration=Registration
  32. EventOrganizationSetup=Event Organization setup
  33. EventOrganization=Event organization
  34. Settings=Settings
  35. EventOrganizationSetupPage = Event Organization setup page
  36. EVENTORGANIZATION_TASK_LABEL = Label of tasks to create automatically when project is validated
  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 = Category to add to third-parties automatically created when someone suggests a conference
  40. EVENTORGANIZATION_CATEG_THIRDPARTY_BOOTH = Category to add to third-parties automatically created when they suggests a booth
  41. EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_CONF = Template of email to send after receiving a suggestion of a conference.
  42. EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_BOOTH = Template of email to send after receiving a suggestion of a booth.
  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. OrganizedEvent=Organized event
  53. EventOrganizationConfOrBooth= Conference Or Booth
  54. EventOrganizationConfOrBoothes=Conferences or Boothes
  55. ManageOrganizeEvent = Manage the organization of an event
  56. ConferenceOrBooth = Conference Or Booth
  57. ConferenceOrBoothTab = Conference Or Booth
  58. AmountPaid = Amount paid
  59. DateOfRegistration = Date of registration
  60. ConferenceOrBoothAttendee = Conference Or Booth Attendee
  61. ApplicantOrVisitor=Applicant or visitor
  62. Speaker=Speaker
  63. #
  64. # Template Mail
  65. #
  66. YourOrganizationEventConfRequestWasReceived = Your request for conference was received
  67. YourOrganizationEventBoothRequestWasReceived = Your request for booth was received
  68. EventOrganizationEmailAskConf = Request for conference
  69. EventOrganizationEmailAskBooth = Request for booth
  70. EventOrganizationEmailBoothPayment = Payment of your booth
  71. EventOrganizationEmailRegistrationPayment = Registration for an event
  72. EventOrganizationMassEmailAttendees = Communication to attendees
  73. EventOrganizationMassEmailSpeakers = Communication to speakers
  74. ToSpeakers=To speakers
  75. #
  76. # Event
  77. #
  78. AllowUnknownPeopleSuggestConf=Allow people to suggest conferences
  79. AllowUnknownPeopleSuggestConfHelp=Allow unknown people to suggest a conference they want to do
  80. AllowUnknownPeopleSuggestBooth=Allow people to apply for a booth
  81. AllowUnknownPeopleSuggestBoothHelp=Allow unknown people to apply for a booth
  82. PriceOfRegistration=Price of registration
  83. PriceOfRegistrationHelp=Price to pay to register or participate in the event
  84. PriceOfBooth=Subscription price to stand a booth
  85. PriceOfBoothHelp=Subscription price to stand a booth
  86. EventOrganizationICSLink=Link ICS for conferences
  87. ConferenceOrBoothInformation=Conference Or Booth informations
  88. Attendees=Attendees
  89. ListOfAttendeesOfEvent=List of attendees of the event project
  90. DownloadICSLink = Download ICS link
  91. EVENTORGANIZATION_SECUREKEY = Seed to secure the key for the public registration page to suggest a conference
  92. SERVICE_BOOTH_LOCATION = Service used for the invoice row about a booth location
  93. SERVICE_CONFERENCE_ATTENDEE_SUBSCRIPTION = Service used for the invoice row about an attendee subscription to an event
  94. NbVotes=Number of votes
  95. #
  96. # Status
  97. #
  98. EvntOrgDraft = Draft
  99. EvntOrgSuggested = Suggested
  100. EvntOrgConfirmed = Confirmed
  101. EvntOrgNotQualified = Not Qualified
  102. EvntOrgDone = Done
  103. EvntOrgCancelled = Cancelled
  104. #
  105. # Public page
  106. #
  107. SuggestForm = Suggestion page
  108. SuggestOrVoteForConfOrBooth = Page for suggestion or vote
  109. 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.
  110. EvntOrgRegistrationConfHelpMessage = Here, you can suggest a new conference to animate during the event.
  111. EvntOrgRegistrationBoothHelpMessage = Here, you can apply to have a booth during the event.
  112. ListOfSuggestedConferences = List of suggested conferences
  113. ListOfSuggestedBooths=Suggested booths
  114. ListOfConferencesOrBooths=Conferences or booths of event project
  115. SuggestConference = Suggest a new conference
  116. SuggestBooth = Suggest a booth
  117. ViewAndVote = View and vote for suggested events
  118. PublicAttendeeSubscriptionGlobalPage = Public link for registration to the event
  119. PublicAttendeeSubscriptionPage = Public link for registration to this event only
  120. MissingOrBadSecureKey = The security key is invalid or missing
  121. EvntOrgWelcomeMessage = This form allows you to register as a new participant to the event
  122. EvntOrgDuration = This conference starts on %s and ends on %s.
  123. ConferenceAttendeeFee = Conference attendee fee for the event : '%s' occurring from %s to %s.
  124. BoothLocationFee = Booth location for the event : '%s' occurring from %s to %s
  125. EventType = Event type
  126. LabelOfBooth=Booth label
  127. LabelOfconference=Conference label
  128. ConferenceIsNotConfirmed=Registration not available, conference is not confirmed yet
  129. DateMustBeBeforeThan=%s must be before %s
  130. DateMustBeAfterThan=%s must be after %s
  131. MaxNbOfAttendeesReached=The maximum number of participants has been reached
  132. NewSubscription=Registration
  133. OrganizationEventConfRequestWasReceived=Your suggestion for a conference has been received
  134. OrganizationEventBoothRequestWasReceived=Your request for a booth has been received
  135. OrganizationEventPaymentOfBoothWasReceived=Your payment for your booth has been recorded
  136. OrganizationEventPaymentOfRegistrationWasReceived=Your payment for your event registration has been recorded
  137. OrganizationEventBulkMailToAttendees=This is a remind about your participation in the event as an attendee
  138. OrganizationEventBulkMailToSpeakers=This is a reminder on your participation in the event as a speaker
  139. OrganizationEventLinkToThirdParty=Link to third party (customer, supplier or partner)
  140. OrganizationEvenLabelName=Public name of the conference or booth
  141. NewSuggestionOfBooth=Application for a booth
  142. NewSuggestionOfConference=Application to hold a conference
  143. #
  144. # Vote page
  145. #
  146. EvntOrgRegistrationWelcomeMessage = Welcome on the conference or booth suggestion page.
  147. EvntOrgRegistrationConfWelcomeMessage = Welcome on the conference suggestion page.
  148. EvntOrgRegistrationBoothWelcomeMessage = Welcome on the booth suggestion page.
  149. EvntOrgVoteHelpMessage = Here, you can view and vote for the suggested events for the project
  150. VoteOk = Your vote has been accepted.
  151. AlreadyVoted = You have already voted for this event.
  152. VoteError = An error has occurred during the vote, please try again.
  153. SubscriptionOk=Your registration has been recorded
  154. ConfAttendeeSubscriptionConfirmation = Confirmation of your subscription to an event
  155. Attendee = Attendee
  156. PaymentConferenceAttendee = Conference attendee payment
  157. PaymentBoothLocation = Booth location payment
  158. DeleteConferenceOrBoothAttendee=Remove attendee
  159. RegistrationAndPaymentWereAlreadyRecorder=A registration and a payment were already recorded for the email <b>%s</b>
  160. EmailAttendee=Attendee email
  161. EmailCompany=Company email
  162. EmailCompanyForInvoice=Company email (for invoice, if different of attendee email)
  163. 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
  164. 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
  165. NoPublicActionsAllowedForThisEvent=No public actions are open to public for this event
  166. MaxNbOfAttendees=Max number of attendees
  167. DateStartEvent=Event start date
  168. DateEndEvent=Event end date