eventorganization.lang 9.3 KB

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