eventorganization.lang 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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 Event organization for conference, attendees, speaker, and attendees, with public subcription page
  22. #
  23. # Menu
  24. #
  25. EventOrganizationMenuLeft = Organized events
  26. EventOrganizationConferenceOrBoothMenuLeft = Conference Or Booth
  27. #
  28. # Admin page
  29. #
  30. EventOrganizationSetup = Event Organization setup
  31. Settings = Settings
  32. EventOrganizationSetupPage = Event Organization setup page
  33. EVENTORGANIZATION_TASK_LABEL = Label of tasks to create automatically when project is validated
  34. EVENTORGANIZATION_TASK_LABELTooltip = When you validate an organized event, some tasks can be automatically created in the project<br><br>For example: <br>Send Call for Conference<br>Send Call for Booth<br>Receive call for conferences<br>Receive call for Booth<br>Open subscriptions to events for attendees<br>Send remind of event to speakers<br>Send remind of event to Booth hoster<br>Send remind of event to attendees
  35. EVENTORGANIZATION_CATEG_THIRDPARTY_CONF = Category to add to third-parties automatically created when someone suggests a conference
  36. EVENTORGANIZATION_CATEG_THIRDPARTY_BOOTH = Category to add to third-parties automatically created when they suggests a booth
  37. EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_CONF = Template of email to send after receiving a suggestion of a conference.
  38. EVENTORGANIZATION_TEMPLATE_EMAIL_ASK_BOOTH = Template of email to send after receiving a suggestion of a booth.
  39. EVENTORGANIZATION_TEMPLATE_EMAIL_AFT_SUBS_BOOTH = Template of email to send after a subscription to a booth has been paid.
  40. EVENTORGANIZATION_TEMPLATE_EMAIL_AFT_SUBS_EVENT = Template of email to send after a subscription to an event has been paid.
  41. EVENTORGANIZATION_TEMPLATE_EMAIL_BULK_SPEAKER = Template of email of massaction to attendes
  42. EVENTORGANIZATION_TEMPLATE_EMAIL_BULK_ATTENDES = Template of email of massaction to speakers
  43. EVENTORGANIZATION_FILTERATTENDEES_CAT = Filter thirdpartie's select list in attendees creation card/form with category
  44. EVENTORGANIZATION_FILTERATTENDEES_TYPE = Filter thirdpartie's select list in attendees creation card/form with customer type
  45. #
  46. # Object
  47. #
  48. EventOrganizationConfOrBooth= Conference Or Booth
  49. ManageOrganizeEvent = Manage event organisation
  50. ConferenceOrBooth = Conference Or Booth
  51. ConferenceOrBoothTab = Conference Or Booth
  52. AmountOfSubscriptionPaid = Amount of subscription paid
  53. DateSubscription = Date of subscription
  54. ConferenceOrBoothAttendee = Conference Or Booth Attendee
  55. #
  56. # Template Mail
  57. #
  58. YourOrganizationEventConfRequestWasReceived = Your request for conference was received
  59. YourOrganizationEventBoothRequestWasReceived = Your request for booth was received
  60. EventOrganizationEmailAskConf = Request for conference
  61. EventOrganizationEmailAskBooth = Request for booth
  62. EventOrganizationEmailSubsBooth = Subscription for booth
  63. EventOrganizationEmailSubsEvent = Subscription for an event
  64. EventOrganizationMassEmailAttendees = Communication to attendees
  65. EventOrganizationMassEmailSpeakers = Communication to speakers
  66. #
  67. # Event
  68. #
  69. AllowUnknownPeopleSuggestConf=Allow unknown people to suggest conferences
  70. AllowUnknownPeopleSuggestConfHelp=Allow unknown people to suggest conferences
  71. AllowUnknownPeopleSuggestBooth=Allow unknown people to suggest booth
  72. AllowUnknownPeopleSuggestBoothHelp=Allow unknown people to suggest booth
  73. PriceOfRegistration=Price of registration
  74. PriceOfRegistrationHelp=Price of registration
  75. PriceOfBooth=Subscription price to stand a booth
  76. PriceOfBoothHelp=Subscription price to stand a booth
  77. EventOrganizationICSLink=Link ICS for events
  78. ConferenceOrBoothInformation=Conference Or Booth informations
  79. Attendees = Attendees
  80. DownloadICSLink = Download ICS link
  81. EVENTORGANIZATION_SECUREKEY = Secure Key of the public registration link to a conference
  82. SERVICE_BOOTH_LOCATION = Service used for the invoice row about a booth location
  83. SERVICE_CONFERENCE_ATTENDEE_SUBSCRIPTION = Service used for the invoice row about an attendee subscription to a conference
  84. NbVotes=Number of votes
  85. #
  86. # Status
  87. #
  88. EvntOrgDraft = Draft
  89. EvntOrgSuggested = Suggested
  90. EvntOrgConfirmed = Confirmed
  91. EvntOrgNotQualified = Not Qualified
  92. EvntOrgDone = Done
  93. EvntOrgCancelled = Cancelled
  94. #
  95. # Public page
  96. #
  97. SuggestForm = Suggestion page
  98. RegisterPage = Page for conferences or booth
  99. EvntOrgRegistrationHelpMessage = Here, you can vote for an event, or suggest a new conference or booth for the project
  100. EvntOrgRegistrationConfHelpMessage = Here, you can suggest a new conference for the project
  101. EvntOrgRegistrationBoothHelpMessage = Here, you can suggest a new booth for the project
  102. ListOfSuggestedConferences = List of suggested conferences
  103. ListOfSuggestedBooths = List of suggested booths
  104. SuggestConference = Suggest a new conference
  105. SuggestBooth = Suggest a booth
  106. ViewAndVote = View and vote for suggested events
  107. PublicAttendeeSubscriptionPage = Public link of registration to a conference
  108. MissingOrBadSecureKey = The security key is invalid or missing
  109. EvntOrgWelcomeMessage = This form allows you to register as a new participant to the conference : '%s'
  110. EvntOrgDuration = This conference starts on %s and ends on %s.
  111. ConferenceAttendeeFee = Conference attendee fee for the event : '%s' occurring from %s to %s.
  112. BoothLocationFee = Booth location for the event : '%s' occurring from %s to %s
  113. EventType = Event type
  114. LabelOfBooth=Booth label
  115. LabelOfconference=Conference label
  116. ConferenceIsNotConfirmed=Subcription not available, conference is not confirmed yet
  117. DateMustBeBeforeThan=%s must be before %s
  118. DateMustBeAfterThan=%s must be after %s
  119. #
  120. # Vote page
  121. #
  122. EvntOrgRegistrationWelcomeMessage = Welcome on the conference or booth suggestion page.
  123. EvntOrgRegistrationConfWelcomeMessage = Welcome on the conference suggestion page.
  124. EvntOrgRegistrationBoothWelcomeMessage = Welcome on the booth suggestion page.
  125. EvntOrgVoteHelpMessage = Here, you can view and vote for the suggested events for the project
  126. VoteOk = Your vote has been accepted.
  127. AlreadyVoted = You have already voted for this event.
  128. VoteError = An error has occurred during the vote, please try again.
  129. #
  130. # SubscriptionOk page
  131. #
  132. SubscriptionOk = Your subscription to this conference has been validated
  133. #
  134. # Subscription validation mail
  135. #
  136. ConfAttendeeSubscriptionConfirmation = Confirmation of your subscription to a conference
  137. #
  138. # Payment page
  139. #
  140. Attendee = Attendee
  141. PaymentConferenceAttendee = Conference attendee payment
  142. PaymentBoothLocation = Booth location payment