en.php 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. <?php
  2. $english = array(
  3. 'item:object:event_calendar' => "Calendars",
  4. 'tag_names:event_tags' => "Tags",
  5. 'event_calendar:optional' => "Optional.",
  6. 'event_calendar:required' => "Required.",
  7. 'event_calendar:new_event' => "New event",
  8. 'event_calendar:no_such_event_edit_error' => "Error: There is no such event or you do not have permission to edit it.",
  9. 'event_calendar:add_event_title' => "Add event",
  10. 'event_calendar:manage_event_title' => "Edit event",
  11. 'event_calendar:manage_event_description' => "Enter the details of your event below. "
  12. ."The title, venue, and start date are required. "
  13. ."You can click on the calendar icons to set the start and end dates.",
  14. 'event_calendar:title_label' => "Title",
  15. 'event_calendar:title_description' => "One to four words",
  16. 'event_calendar:brief_description_label' => "Description",
  17. 'event_calendar:brief_description_description' => "A short phrase.",
  18. 'event_calendar:venue_label' => "Where",
  19. 'event_calendar:venue_description' => "Where will this event be held?",
  20. 'event_calendar:start_date_label' => "Start date",
  21. 'event_calendar:start_date_description' => "When will this event start?",
  22. 'event_calendar:end_date_label' => "End date",
  23. 'event_calendar:end_date_description' => "When will this event end? The start date will be "
  24. ."used as the end date if this is not supplied.",
  25. 'event_calendar:start_time_label' => "Start time",
  26. 'event_calendar:start_time_description' => "What time will this event start?",
  27. 'event_calendar:end_time_label' => "End time",
  28. 'event_calendar:end_time_description' => "What time will this event end?",
  29. 'event_calendar:fees_label' => "Fees",
  30. 'event_calendar:fees_description' => "The cost of this event, if any.",
  31. 'event_calendar:contact_label' => "Contact",
  32. 'event_calendar:contact_description' => "The person to contact for more information, "
  33. ."preferably with a telephone number or email address.",
  34. 'event_calendar:organiser_label' => "Organiser",
  35. 'event_calendar:organiser_description' => "The individual or organisation responsible for this event.",
  36. 'event_calendar:event_tags_label' => "Tags",
  37. 'event_calendar:event_tags_description' => "A comma-separated list of tags relevant to this event.",
  38. 'event_calendar:long_description_label' => "Long description",
  39. 'event_calendar:long_description_description' => "Can be a paragraph or more as required.",
  40. 'event_calendar:manage_event_response' => "Your event has been saved.",
  41. 'event_calendar:add_event_response' => "Your event has been added.",
  42. 'event_calendar:manage_event_error' => "Error: There was an error in saving your event. "
  43. ."Please make sure that you have provided the required fields.",
  44. 'event_calendar:error_nosuchevent' => "Error: there is no such event.",
  45. 'event_calendar:show_events_title' => "Calendar",
  46. 'event_calendar:day_label' => "Day",
  47. 'event_calendar:week_label' => "Week",
  48. 'event_calendar:month_label' => "Month",
  49. 'event_calendar:group' => "Group calendar",
  50. 'event_calendar:new' => "Add event",
  51. 'event_calendar:submit' => "Save and Continue",
  52. 'event_calendar:cancel' => "Cancel",
  53. 'event_calendar:widget_title' => "Calendar",
  54. 'event_calendar:widget:description' => "Displays your events.",
  55. 'event_calendar:num_display' => "Number of events to display",
  56. 'event_calendar:groupprofile' => "Upcoming events",
  57. 'event_calendar:view_calendar' => "view calendar",
  58. 'event_calendar:when_label' => "When",
  59. 'event_calendar:site_wide_link' => "View all events",
  60. 'event_calendar:view_link' => "View this event",
  61. 'event_calendar:edit_link' => "Edit this event",
  62. 'event_calendar:delete_link' => "Delete this event",
  63. 'event_calendar:delete_response' => "This event has been deleted.",
  64. 'event_calendar:error_delete' => "This event does not exist or you do not have the right to delete it.",
  65. 'event_calendar:delete_cancel_response' => "Event delete cancelled.",
  66. 'event_calendar:add_to_my_calendar' => "Add to my calendar",
  67. 'event_calendar:remove_from_my_calendar' => "Remove from my calendar",
  68. 'event_calendar:add_to_my_calendar_response' => "This event has been added to your personal calendar.",
  69. 'event_calendar:add_to_my_calendar_error' => "This event could not added to your personal calendar. "
  70. ."(Perhaps the event is full or is scheduled at the same time as another event in your personal calendar?)",
  71. 'event_calendar:remove_from_my_calendar_response' => "This event has been removed from your personal calendar.",
  72. 'event_calendar:add_to_the_calendar' => "Add to calendar",
  73. 'event_calendar:remove_from_the_calendar' => "Remove",
  74. 'event_calendar:add_to_the_calendar_menu_text' => "Add to mine",
  75. 'event_calendar:remove_from_the_calendar_menu_text' => "Remove from mine",
  76. 'event_calendar:remove_from_the_calendar_button' => "Remove from calendar",
  77. 'event_calendar:added_to_the_calendar' => "Added to calendar",
  78. 'event_calendar:removed_from_the_calendar' => "Removed calendar",
  79. 'event_calendar:add_to_the_calendar_response' => "Event added to this person's calendar.",
  80. 'event_calendar:add_to_the_calendar_error' => "This event could not added to this person's calendar. "
  81. ."(Perhaps the event is full or is scheduled at the same time as another event in this person's calendar?)",
  82. 'event_calendar:remove_from_the_calendar_response' => "Event removed from this person's calendar.",
  83. 'event_calendar:users_for_event_menu_title' => "People listing this event on their personal calendars",
  84. 'event_calendar:users_for_event_title' => "Personal calendars for \"%s'\"",
  85. 'event_calendar:personal_event_calendars_link' => "On %s calendars",
  86. 'event_calendar:personal_event_calendars_link_one' => "On 1 calendar",
  87. 'event_calendar:users_for_event_breadcrumb' => "Personal calendars",
  88. 'event_calendar:settings:group_profile_display:title' => "Group calendar profile display (if group calendars are enabled)",
  89. 'event_calendar:settings:group_profile_display_option:left' => "left column",
  90. 'event_calendar:settings:group_profile_display_option:right' => "right column",
  91. 'event_calendar:settings:group_profile_display_option:none' => "none",
  92. 'event_calendar:settings:times:title' => "Add time as well as date to events",
  93. 'event_calendar:settings:autopersonal:title' => "Automatically add events a user creates to his/her personal calendar.",
  94. 'event_calendar:settings:autogroup:title' => "Automatically add group events for all members to their personal calendars.",
  95. 'event_calendar:settings:agenda_view:title' => "Use Agenda view",
  96. 'event_calendar:settings:venue_view:title' => "Display venue in summary view (event listings)",
  97. 'event_calendar:settings:yes' => "yes",
  98. 'event_calendar:settings:no' => "no",
  99. 'event_calendar:settings:site_calendar:title' => "Site calendar",
  100. 'event_calendar:settings:site_calendar:admin' => "yes, only admins can post events",
  101. 'event_calendar:settings:site_calendar:loggedin' => "yes, any logged-in user can post an event",
  102. 'event_calendar:settings:group_calendar:title' => "Group calendars",
  103. 'event_calendar:settings:group_calendar:admin' => "yes, only admins and group owners can post events",
  104. 'event_calendar:settings:group_calendar:members' => "yes, any group member can post an event",
  105. 'event_calendar:settings:group_default:title' => "New groups should by default have a group calendar (if group calendars are enabled)",
  106. 'event_calendar:settings:group_default:no' => "no (but admins or group owners can turn a group calendar on if desired)",
  107. 'event_calendar:settings:group_default:yes' => "yes (but admins or group owners can turn a group calendar off if desired)",
  108. 'event_calendar:settings:group_always_display:title' => "If group calendar is enabled, always display it (even if empty)",
  109. 'event_calendar:settings:region_display:title' => "Add region field to events",
  110. 'event_calendar:settings:region_list:title' => "List of regions (one per line)",
  111. 'event_calendar:region_label' => "Region",
  112. 'event_calendar:region_description' => "Select the region that this event will be held in.",
  113. 'event_calendar:settings:type_display:title' => "Add event type to events",
  114. 'event_calendar:settings:type_list:title' => "List of event types (one per line)",
  115. 'event_calendar:type_label' => "Type",
  116. 'event_calendar:type_description' => "Select the type of event.",
  117. 'event_calendar:all' => "All",
  118. 'event_calendar:region_filter_by_label' => "Filter by region: ",
  119. 'event_calendar:settings:first_date:title' => "First allowable date (in YYYY-MM-DD format)",
  120. 'event_calendar:settings:last_date:title' => "Last allowable date (in YYYY-MM-DD format)",
  121. 'event_calendar:enable_event_calendar' => "Enable group calendar",
  122. 'event_calendar:no_events_found' => "No events found.",
  123. 'event_calendar:mine' => "Mine",
  124. 'event_calendar:feature' => "Feature",
  125. 'event_calendar:unfeature' => "Unfeature",
  126. 'event_calendar:agenda:column:time' => "Time",
  127. 'event_calendar:agenda:column:session' => "Session",
  128. 'event_calendar:agenda:column:venue' => "Location",
  129. 'event_calendar:upcoming_events_title' => "Upcoming events",
  130. 'event_calendar:settings:paged' => "paged",
  131. 'event_calendar:settings:agenda' => "agenda",
  132. 'event_calendar:settings:month' => "by month",
  133. 'event_calendar:settings:full' => "full view",
  134. 'event_calendar:settings:listing_format:title' => "Event listing format",
  135. 'event_calendar:paged:column:date' => "Date",
  136. 'event_calendar:paged:column:time' => "Time",
  137. 'event_calendar:paged:column:event' => "Event",
  138. 'event_calendar:paged:column:venue' => "Location",
  139. 'event_calendar:paged:column:calendar' => "Calendar",
  140. 'event_calendar:settings:spots_display:title' => "Add a spots field for each "
  141. ."event to allow you to limit the number of people who can add the event to their calendar",
  142. 'event_calendar:settings:no_collisions:title' => "Collision detection: prevent people from adding two events at the same time to their personal calendar",
  143. 'event_calendar:settings:collision_length:title' => "How long (in seconds) should an event be assumed to last if no end date or time is specified "
  144. ."(used for collision detection). Defaults to 3600 seconds = 1 hour.",
  145. 'event_calendar:spots_label' => "Spots",
  146. 'event_calendar:spots_description' => "How many people are allowed to add this event to their personal calendars?",
  147. 'event_calendar:open' => "Open",
  148. 'event_calendar:settings:add_users:title' => "Allow event creators and site admins to add their event to other personal calendars.",
  149. 'event_calendar:add_user_label' => "Add users",
  150. 'event_calendar:add_user_description' => "Add this event to personal calendars by typing two or more characters in the above text autocomplete field to select a user. "
  151. ."You can add multiple users by clicking the \"+\" link. (You must submit this form to actually add the event to the calendars.)",
  152. 'event_calendar:settings:add_users_notify:title' => "Email users who have had an event added to their personal calendar by an admin or event creator.",
  153. 'event_calendar:add_users_notify:subject' => "A new event has been added to your personal calendar",
  154. 'event_calendar:add_users_notify:body' => "%s,\n\nThe \"%s\" event has been added to your calendar.\n\nYou can view it here: \n\n%s\n",
  155. 'event_calendar:settings:region_list_handles:title' => "The region strings above are string handles. Use the Elgg translation system to resolve them.",
  156. 'event_calendar:settings:type_list_handles:title' => "The type strings above are string handles. Use the Elgg translation system to resolve them.",
  157. 'event_calendar:settings:personal_manage:title' => "Calendar permissions",
  158. 'event_calendar:settings:personal_manage:description' => "Determines whether people can add events to their personal calendars (open), "
  159. ."need to request the event creator to do so (closed), have no option at all (private), or allow event creators to determine this for each event (by event). "
  160. ."Note if you set this to private you should probably activate the option above to allow event creators and site admins to "
  161. ."add their events to other personal calendars.",
  162. 'event_calendar:strapline' => "Posted %s by %s",
  163. 'event_calendar:request_event_response' => "Your request to be added to this event has been sent.",
  164. 'event_calendar:request_event_error' => "Error: Could not send your request to be added to this event.",
  165. 'event_calendar:request_subject' => "You have received an event request",
  166. 'event_calendar:request_message' => "%s has asked to have the event \"%s\", here:
  167. %s
  168. added to his/her personal calendar.
  169. You can manage calendar requests for this event here:
  170. %s
  171. ",
  172. 'event_calendar:review_requests_error' => "This event either does not exist or you do not have the authority to approve requests for it.",
  173. 'event_calendar:review_requests_request_none' => "There are no requests to review for this event.",
  174. 'event_calendar:request:remove:check' => 'Are you sure you want to reject this request?',
  175. 'event_calendar:requestkilled' => 'This request has been rejected.',
  176. 'event_calendar:request_approved' => "This request has been approved.",
  177. 'event_calendar:review_requests_title' => "Review requests for \"%s\"",
  178. 'event_calendar:review_requests_menu_title' => "Review requests",
  179. 'event_calendar:make_request_title' => 'Request this event',
  180. 'event_calendar:review_requests:reject' => "Reject",
  181. 'event_calendar:review_requests:reject:title' => "Reject this request",
  182. 'event_calendar:review_requests:accept' => "Accept",
  183. 'event_calendar:review_requests:accept:title' => "Accept this request",
  184. 'event_calendar:review_requests:error:approve' => "Error: could not approve this request.",
  185. 'event_calendar:review_requests:error:reject' => "Error: could not reject this request.",
  186. 'event_calendar:settings:hide_access:title' => "Hide event access drop down",
  187. 'event_calendar:settings:default_access:title' => "If the event access is hidden, what should it default to?",
  188. 'event_calendar:settings:hide_end:title' => "Hide end time and date fields",
  189. 'event_calendar:settings:more_required:title' => "Make all visible fields except long description required.",
  190. 'event_calendar:add_to_group:remove_group_title' => "Remove this event from group",
  191. 'event_calendar:add_to_group:remove_group_button' => "Remove from group",
  192. 'event_calendar:remove_from_group:success' => "Event removed from group calendar",
  193. 'event_calendar:add_to_group:add_group_title' => "Add this event to group",
  194. 'event_calendar:add_to_group:add_group_button' => "Add to group",
  195. 'event_calendar:add_to_group:success' => "Event added to group calendar",
  196. 'event_calendar:settings:add_to_group_calendar:title' => "Allow group admins to add any existing event to a group calendar",
  197. 'event_calendar:group_breadcrumb' => "Group calendar",
  198. 'event_calendar:no_group' => "There is no such group.",
  199. 'event_calendar:generic_error_title' => "Error",
  200. 'event_calendar:error_event_edit' => "Error: there is no such event or you do not have permission to edit it.",
  201. 'event_calendar:add' => "Add",
  202. 'feed:ical' => "iCal feed for this page",
  203. 'event_calendar:ical_popup_message' => "You can use the following URL to get an iCalendar feed of the public events from this listing page: ",
  204. 'event_calendar:ical_auth_file_name:title' => "Location of iCal authentication file on local file system (experimental - not needed for public feeds)",
  205. 'event_calendar:owner:permissions_error' => "You do not have permission to view that page.",
  206. 'event_calendar:feature_not_activated' => "This feature is not activated",
  207. 'event_calendar:show_all' => "Show all",
  208. 'event_calendar:show_open' => "Show open",
  209. 'event_calendar:show_mine' => "My calendar",
  210. 'event_calendar:show_friends' => "My friends' calendars",
  211. 'event_calendar:show_only' => "Show only those on:",
  212. 'event_calendar:listing_title:all' => "All events",
  213. 'event_calendar:listing_title:open' => "Open events",
  214. 'event_calendar:listing_title:mine' => "My calendar",
  215. 'event_calendar:listing_title:friends' => "Friends' calendars",
  216. 'event_calendar:manage_users:title' => "Manage subscribers for \"%s\"",
  217. 'event_calendar:manage_users:breadcrumb' => "Manage subscribers",
  218. 'event_calendar:manage_users:description' => "Add or remove events from personal calendars.",
  219. 'event_calendar:manage_users:unauthorized' => "Error: you are not authorised to manage personal calendars for this event.",
  220. 'event_calendar:add_to_group_members:success' => "This event has been added to the personal calendars of all group members.",
  221. 'event_calendar:add_to_group_members:error' => "Error: could not add this event to the personal calendars of group members.",
  222. 'event_calendar:remove_from_group_members:success' => "This event has been removed from the personal calendars of all group members.",
  223. 'event_calendar:remove_from_group_members:error' => "Error: could not remove this event from the personal calendars of group members.",
  224. 'event_calendar:add_to_group_members:button' => "Add to all",
  225. 'event_calendar:remove_from_group_members:button' => "Remove from all",
  226. 'event_calendar:manage_subscribers:success' => "Personal calendars updated.",
  227. 'event_calendar:manage_subscribers:error' => "Error: could not update personal calendars.",
  228. 'event_calendar:personal_manage:open' => "open",
  229. 'event_calendar:personal_manage:closed' => "closed",
  230. 'event_calendar:personal_manage:private' => "private",
  231. 'event_calendar:personal_manage:by_event' => "by event",
  232. 'event_calendar:personal_manage:label' => "Personal calendars",
  233. 'event_calendar:personal_manage:description' => "Determines whether people can add this event to their calendars (open), "
  234. ."need to apply to do so (closed) or have no option at all (private - so only you or a site admin can add the event to calendars).",
  235. 'event_calendar:personal_manage:by_event:open' => "Open. People can freely add this event to their personal calendars.",
  236. 'event_calendar:personal_manage:by_event:closed' => "Closed. People can request to add this event to their personal calendars. You can review and approve requests.",
  237. 'event_calendar:personal_manage:by_event:private' => "Private. You or another event administrator must add this event to personal calendars. There is no way for other users to add or request this event.",
  238. 'event_calendar:settings:full_calendar:title' => "Support full calendar",
  239. 'event_calendar:modify_full_calendar:error' => "Error: could not modify full calendar",
  240. 'event_calendar:from_label' => "From:",
  241. 'event_calendar:to_label' => "To:",
  242. 'event_calendar:settings:timeformat:title' => "Time format",
  243. 'event_calendar:time_format:12hour' => "12 hour (am/pm)",
  244. 'event_calendar:time_format:24hour' => "24 hour",
  245. 'event_calendar:all_day_label' => "All-day event",
  246. 'event_calendar:repeat_interval_label' => "Repeat every",
  247. 'event_calendar:repeat_weeks' => "week(s)",
  248. 'event_calendar:on_these_days' => "on these days:",
  249. 'event_calendar:day_abbrev:monday' => "M",
  250. 'event_calendar:day_abbrev:tuesday' => "T",
  251. 'event_calendar:day_abbrev:wednesday' => "W",
  252. 'event_calendar:day_abbrev:thursday' => "T",
  253. 'event_calendar:day_abbrev:friday' => "F",
  254. 'event_calendar:day_abbrev:saturday' => "S",
  255. 'event_calendar:day_abbrev:sunday' => "S",
  256. 'event_calendar:dow:full:monday' => "Monday",
  257. 'event_calendar:dow:full:tuesday' => "Tuesday",
  258. 'event_calendar:dow:full:wednesday' => "Wednesday",
  259. 'event_calendar:dow:full:thursday' => "Thursday",
  260. 'event_calendar:dow:full:friday' => "Friday",
  261. 'event_calendar:dow:full:saturday' => "Saturday",
  262. 'event_calendar:dow:full:sunday' => "Sunday",
  263. 'event_calendar:schedule_type:poll' => "Create poll asking invitees about day/time",
  264. 'event_calendar:schedule_type:fixed' => "Set day/time",
  265. 'elgg_calendar:send_reminder_label' => "Send reminder",
  266. 'elgg_calendar:send_reminder_before' => "before",
  267. 'event_calendar:interval:minute' => "minute(s)",
  268. 'event_calendar:interval:hour' => "hour(s)",
  269. 'event_calendar:interval:day' => "day(s)",
  270. 'event_calendar:site_calendar' => "Site-wide calendar",
  271. 'event_calendar:calendar_label' => "Calendar",
  272. 'event_calendar:calendar_description' => "Calendar for this event.",
  273. 'event_calendar:are_you_sure' => "Are you sure about this change?",
  274. 'event_calendar:basic:header' => "Basic info",
  275. 'event_calendar:schedule:header' => "Schedule",
  276. 'event_calendar:permissions:header' => "Permissions",
  277. 'event_calendar:read_access' => "Read access",
  278. 'event_calendar:web_conference_label' => "Include a web conference for this event.",
  279. 'event_calendar:share_ownership:label' => "Share ownership of this event",
  280. 'event_calendar:share_ownership:description' => "Allow the following people to edit or delete this event, invite participants, etc.",
  281. 'event_calendar:settings:fewer_fields:title' => "Hide fees, contact, organiser and long description fields",
  282. 'event_calendar:settings:restricted_times:title' => "Restricted time to between 6am and 9pm (6:00 and 21:00)",
  283. 'event_calendar:add_event' => "Add event",
  284. 'event_calendar:schedule_event' => "Schedule event",
  285. 'event_calendar:list_polls' => "List event polls",
  286. 'event_calendar:edit_form:error:missing_title' => "Error: please supply the missing title.",
  287. 'event_calendar:repeated_event:week_interval' => "every %s weeks.",
  288. 'event_calendar:repeated_event:week_single' => "every week.",
  289. 'event_calendar:repeated_event:format' => "Starting on %s and repeated on %s",
  290. 'event_calendar:settings:repeated_events:title' => "Allow repeated events (currently only works properly in full calendar mode)",
  291. 'event_calendar:settings:reminders:title' => "Allow sending reminders",
  292. 'event_calendar:reminder:subject' => "Reminder for event: %s",
  293. 'event_calendar:reminder:body' => "The event
  294. %s
  295. takes place at
  296. %s.
  297. You can visit the event page here:
  298. %s
  299. ",
  300. /**
  301. * BBB support
  302. */
  303. 'event_calendar:bbb_server_url' => "Big Blue Button server URL (must end with slash)",
  304. 'event_calendar:bbb_security_salt' => "Big Blue Button security salt",
  305. 'event_calendar:bbb_create_error' => "Error: unable to create BBB conference, message was: %s",
  306. 'event_calendar:conference_create_error' => "Error: unable to create web conference.",
  307. 'event_calendar:bbb_settings_error' => "Error: must set conference URL and salt in plugin settings",
  308. 'event_calendar:couldnotjoin' => "Error: unable to join conference.",
  309. 'event_calendar:join_conf_button' => "Join conference",
  310. 'event_calendar:poll_suffix' => "(poll)",
  311. 'event_calendar:resend_poll_invitation' => "Do you want to alert poll invitees that the options have changed?",
  312. /**
  313. * Event calendar river
  314. **/
  315. //generic terms to use
  316. 'river:update:object:event_calendar' => "%s updated the event %s",
  317. 'river:create:object:event_calendar' => "%s added the event %s",
  318. 'river:comment:object:event_calendar' => '%s commented on the event %s',
  319. 'event_calendar:river:created' => "%s added",
  320. 'event_calendar:river:updated' => "%s updated",
  321. 'event_calendar:river:annotated1' => "%s added",
  322. 'event_calendar:river:annotated2' => "to his/her personal calendar.",
  323. //these get inserted into the river links to take the user to the entity
  324. 'event_calendar:river:create' => "a new event titled",
  325. 'event_calendar:river:the_event' => "an event titled",
  326. );
  327. add_translation("en",$english);