123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- <?php
- $english = array(
-
- 'item:object:event_calendar' => "Calendars",
- 'tag_names:event_tags' => "Tags",
- 'event_calendar:optional' => "Optional.",
- 'event_calendar:required' => "Required.",
- 'event_calendar:new_event' => "New event",
- 'event_calendar:no_such_event_edit_error' => "Error: There is no such event or you do not have permission to edit it.",
- 'event_calendar:add_event_title' => "Add event",
- 'event_calendar:manage_event_title' => "Edit event",
- 'event_calendar:manage_event_description' => "Enter the details of your event below. "
- ."The title, venue, and start date are required. "
- ."You can click on the calendar icons to set the start and end dates.",
- 'event_calendar:title_label' => "Title",
- 'event_calendar:title_description' => "One to four words",
- 'event_calendar:brief_description_label' => "Description",
- 'event_calendar:brief_description_description' => "A short phrase.",
- 'event_calendar:venue_label' => "Where",
- 'event_calendar:venue_description' => "Where will this event be held?",
- 'event_calendar:start_date_label' => "Start date",
- 'event_calendar:start_date_description' => "When will this event start?",
- 'event_calendar:end_date_label' => "End date",
- 'event_calendar:end_date_description' => "When will this event end? The start date will be "
- ."used as the end date if this is not supplied.",
- 'event_calendar:start_time_label' => "Start time",
- 'event_calendar:start_time_description' => "What time will this event start?",
- 'event_calendar:end_time_label' => "End time",
- 'event_calendar:end_time_description' => "What time will this event end?",
- 'event_calendar:fees_label' => "Fees",
- 'event_calendar:fees_description' => "The cost of this event, if any.",
- 'event_calendar:contact_label' => "Contact",
- 'event_calendar:contact_description' => "The person to contact for more information, "
- ."preferably with a telephone number or email address.",
- 'event_calendar:organiser_label' => "Organiser",
- 'event_calendar:organiser_description' => "The individual or organisation responsible for this event.",
- 'event_calendar:event_tags_label' => "Tags",
- 'event_calendar:event_tags_description' => "A comma-separated list of tags relevant to this event.",
- 'event_calendar:long_description_label' => "Long description",
- 'event_calendar:long_description_description' => "Can be a paragraph or more as required.",
- 'event_calendar:manage_event_response' => "Your event has been saved.",
- 'event_calendar:add_event_response' => "Your event has been added.",
- 'event_calendar:manage_event_error' => "Error: There was an error in saving your event. "
- ."Please make sure that you have provided the required fields.",
- 'event_calendar:error_nosuchevent' => "Error: there is no such event.",
- 'event_calendar:show_events_title' => "Calendar",
- 'event_calendar:day_label' => "Day",
- 'event_calendar:week_label' => "Week",
- 'event_calendar:month_label' => "Month",
- 'event_calendar:group' => "Group calendar",
- 'event_calendar:new' => "Add event",
- 'event_calendar:submit' => "Save and Continue",
- 'event_calendar:cancel' => "Cancel",
- 'event_calendar:widget_title' => "Calendar",
- 'event_calendar:widget:description' => "Displays your events.",
- 'event_calendar:num_display' => "Number of events to display",
- 'event_calendar:groupprofile' => "Upcoming events",
- 'event_calendar:view_calendar' => "view calendar",
- 'event_calendar:when_label' => "When",
- 'event_calendar:site_wide_link' => "View all events",
- 'event_calendar:view_link' => "View this event",
- 'event_calendar:edit_link' => "Edit this event",
- 'event_calendar:delete_link' => "Delete this event",
- 'event_calendar:delete_response' => "This event has been deleted.",
- 'event_calendar:error_delete' => "This event does not exist or you do not have the right to delete it.",
- 'event_calendar:delete_cancel_response' => "Event delete cancelled.",
- 'event_calendar:add_to_my_calendar' => "Add to my calendar",
- 'event_calendar:remove_from_my_calendar' => "Remove from my calendar",
- 'event_calendar:add_to_my_calendar_response' => "This event has been added to your personal calendar.",
- 'event_calendar:add_to_my_calendar_error' => "This event could not added to your personal calendar. "
- ."(Perhaps the event is full or is scheduled at the same time as another event in your personal calendar?)",
- 'event_calendar:remove_from_my_calendar_response' => "This event has been removed from your personal calendar.",
- 'event_calendar:add_to_the_calendar' => "Add to calendar",
- 'event_calendar:remove_from_the_calendar' => "Remove",
- 'event_calendar:add_to_the_calendar_menu_text' => "Add to mine",
- 'event_calendar:remove_from_the_calendar_menu_text' => "Remove from mine",
- 'event_calendar:remove_from_the_calendar_button' => "Remove from calendar",
- 'event_calendar:added_to_the_calendar' => "Added to calendar",
- 'event_calendar:removed_from_the_calendar' => "Removed calendar",
- 'event_calendar:add_to_the_calendar_response' => "Event added to this person's calendar.",
- 'event_calendar:add_to_the_calendar_error' => "This event could not added to this person's calendar. "
- ."(Perhaps the event is full or is scheduled at the same time as another event in this person's calendar?)",
- 'event_calendar:remove_from_the_calendar_response' => "Event removed from this person's calendar.",
-
- 'event_calendar:users_for_event_menu_title' => "People listing this event on their personal calendars",
- 'event_calendar:users_for_event_title' => "Personal calendars for \"%s'\"",
- 'event_calendar:personal_event_calendars_link' => "On %s calendars",
- 'event_calendar:personal_event_calendars_link_one' => "On 1 calendar",
- 'event_calendar:users_for_event_breadcrumb' => "Personal calendars",
- 'event_calendar:settings:group_profile_display:title' => "Group calendar profile display (if group calendars are enabled)",
- 'event_calendar:settings:group_profile_display_option:left' => "left column",
- 'event_calendar:settings:group_profile_display_option:right' => "right column",
- 'event_calendar:settings:group_profile_display_option:none' => "none",
- 'event_calendar:settings:times:title' => "Add time as well as date to events",
- 'event_calendar:settings:autopersonal:title' => "Automatically add events a user creates to his/her personal calendar.",
- 'event_calendar:settings:autogroup:title' => "Automatically add group events for all members to their personal calendars.",
- 'event_calendar:settings:agenda_view:title' => "Use Agenda view",
- 'event_calendar:settings:venue_view:title' => "Display venue in summary view (event listings)",
- 'event_calendar:settings:yes' => "yes",
- 'event_calendar:settings:no' => "no",
- 'event_calendar:settings:site_calendar:title' => "Site calendar",
- 'event_calendar:settings:site_calendar:admin' => "yes, only admins can post events",
- 'event_calendar:settings:site_calendar:loggedin' => "yes, any logged-in user can post an event",
- 'event_calendar:settings:group_calendar:title' => "Group calendars",
- 'event_calendar:settings:group_calendar:admin' => "yes, only admins and group owners can post events",
- 'event_calendar:settings:group_calendar:members' => "yes, any group member can post an event",
- 'event_calendar:settings:group_default:title' => "New groups should by default have a group calendar (if group calendars are enabled)",
- 'event_calendar:settings:group_default:no' => "no (but admins or group owners can turn a group calendar on if desired)",
- 'event_calendar:settings:group_default:yes' => "yes (but admins or group owners can turn a group calendar off if desired)",
- 'event_calendar:settings:group_always_display:title' => "If group calendar is enabled, always display it (even if empty)",
- 'event_calendar:settings:region_display:title' => "Add region field to events",
- 'event_calendar:settings:region_list:title' => "List of regions (one per line)",
- 'event_calendar:region_label' => "Region",
- 'event_calendar:region_description' => "Select the region that this event will be held in.",
- 'event_calendar:settings:type_display:title' => "Add event type to events",
- 'event_calendar:settings:type_list:title' => "List of event types (one per line)",
- 'event_calendar:type_label' => "Type",
- 'event_calendar:type_description' => "Select the type of event.",
- 'event_calendar:all' => "All",
- 'event_calendar:region_filter_by_label' => "Filter by region: ",
- 'event_calendar:settings:first_date:title' => "First allowable date (in YYYY-MM-DD format)",
- 'event_calendar:settings:last_date:title' => "Last allowable date (in YYYY-MM-DD format)",
- 'event_calendar:enable_event_calendar' => "Enable group calendar",
- 'event_calendar:no_events_found' => "No events found.",
- 'event_calendar:mine' => "Mine",
- 'event_calendar:feature' => "Feature",
- 'event_calendar:unfeature' => "Unfeature",
- 'event_calendar:agenda:column:time' => "Time",
- 'event_calendar:agenda:column:session' => "Session",
- 'event_calendar:agenda:column:venue' => "Location",
- 'event_calendar:upcoming_events_title' => "Upcoming events",
- 'event_calendar:settings:paged' => "paged",
- 'event_calendar:settings:agenda' => "agenda",
- 'event_calendar:settings:month' => "by month",
- 'event_calendar:settings:full' => "full view",
- 'event_calendar:settings:listing_format:title' => "Event listing format",
- 'event_calendar:paged:column:date' => "Date",
- 'event_calendar:paged:column:time' => "Time",
- 'event_calendar:paged:column:event' => "Event",
- 'event_calendar:paged:column:venue' => "Location",
- 'event_calendar:paged:column:calendar' => "Calendar",
- 'event_calendar:settings:spots_display:title' => "Add a spots field for each "
- ."event to allow you to limit the number of people who can add the event to their calendar",
- 'event_calendar:settings:no_collisions:title' => "Collision detection: prevent people from adding two events at the same time to their personal calendar",
- '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 "
- ."(used for collision detection). Defaults to 3600 seconds = 1 hour.",
- 'event_calendar:spots_label' => "Spots",
- 'event_calendar:spots_description' => "How many people are allowed to add this event to their personal calendars?",
- 'event_calendar:open' => "Open",
- 'event_calendar:settings:add_users:title' => "Allow event creators and site admins to add their event to other personal calendars.",
- 'event_calendar:add_user_label' => "Add users",
- '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. "
- ."You can add multiple users by clicking the \"+\" link. (You must submit this form to actually add the event to the calendars.)",
- '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.",
- 'event_calendar:add_users_notify:subject' => "A new event has been added to your personal calendar",
- '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",
-
- 'event_calendar:settings:region_list_handles:title' => "The region strings above are string handles. Use the Elgg translation system to resolve them.",
- 'event_calendar:settings:type_list_handles:title' => "The type strings above are string handles. Use the Elgg translation system to resolve them.",
-
- 'event_calendar:settings:personal_manage:title' => "Calendar permissions",
- 'event_calendar:settings:personal_manage:description' => "Determines whether people can add events to their personal calendars (open), "
- ."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). "
- ."Note if you set this to private you should probably activate the option above to allow event creators and site admins to "
- ."add their events to other personal calendars.",
- 'event_calendar:strapline' => "Posted %s by %s",
-
- 'event_calendar:request_event_response' => "Your request to be added to this event has been sent.",
- 'event_calendar:request_event_error' => "Error: Could not send your request to be added to this event.",
- 'event_calendar:request_subject' => "You have received an event request",
- 'event_calendar:request_message' => "%s has asked to have the event \"%s\", here:
- %s
- added to his/her personal calendar.
- You can manage calendar requests for this event here:
- %s
- ",
-
- 'event_calendar:review_requests_error' => "This event either does not exist or you do not have the authority to approve requests for it.",
- 'event_calendar:review_requests_request_none' => "There are no requests to review for this event.",
- 'event_calendar:request:remove:check' => 'Are you sure you want to reject this request?',
- 'event_calendar:requestkilled' => 'This request has been rejected.',
- 'event_calendar:request_approved' => "This request has been approved.",
- 'event_calendar:review_requests_title' => "Review requests for \"%s\"",
- 'event_calendar:review_requests_menu_title' => "Review requests",
- 'event_calendar:make_request_title' => 'Request this event',
- 'event_calendar:review_requests:reject' => "Reject",
- 'event_calendar:review_requests:reject:title' => "Reject this request",
- 'event_calendar:review_requests:accept' => "Accept",
- 'event_calendar:review_requests:accept:title' => "Accept this request",
- 'event_calendar:review_requests:error:approve' => "Error: could not approve this request.",
- 'event_calendar:review_requests:error:reject' => "Error: could not reject this request.",
-
- 'event_calendar:settings:hide_access:title' => "Hide event access drop down",
- 'event_calendar:settings:default_access:title' => "If the event access is hidden, what should it default to?",
- 'event_calendar:settings:hide_end:title' => "Hide end time and date fields",
- 'event_calendar:settings:more_required:title' => "Make all visible fields except long description required.",
-
- 'event_calendar:add_to_group:remove_group_title' => "Remove this event from group",
- 'event_calendar:add_to_group:remove_group_button' => "Remove from group",
- 'event_calendar:remove_from_group:success' => "Event removed from group calendar",
- 'event_calendar:add_to_group:add_group_title' => "Add this event to group",
- 'event_calendar:add_to_group:add_group_button' => "Add to group",
- 'event_calendar:add_to_group:success' => "Event added to group calendar",
- 'event_calendar:settings:add_to_group_calendar:title' => "Allow group admins to add any existing event to a group calendar",
-
- 'event_calendar:group_breadcrumb' => "Group calendar",
- 'event_calendar:no_group' => "There is no such group.",
- 'event_calendar:generic_error_title' => "Error",
- 'event_calendar:error_event_edit' => "Error: there is no such event or you do not have permission to edit it.",
- 'event_calendar:add' => "Add",
-
- 'feed:ical' => "iCal feed for this page",
- 'event_calendar:ical_popup_message' => "You can use the following URL to get an iCalendar feed of the public events from this listing page: ",
- 'event_calendar:ical_auth_file_name:title' => "Location of iCal authentication file on local file system (experimental - not needed for public feeds)",
- 'event_calendar:owner:permissions_error' => "You do not have permission to view that page.",
- 'event_calendar:feature_not_activated' => "This feature is not activated",
-
- 'event_calendar:show_all' => "Show all",
- 'event_calendar:show_open' => "Show open",
- 'event_calendar:show_mine' => "My calendar",
- 'event_calendar:show_friends' => "My friends' calendars",
- 'event_calendar:show_only' => "Show only those on:",
-
- 'event_calendar:listing_title:all' => "All events",
- 'event_calendar:listing_title:open' => "Open events",
- 'event_calendar:listing_title:mine' => "My calendar",
- 'event_calendar:listing_title:friends' => "Friends' calendars",
- 'event_calendar:manage_users:title' => "Manage subscribers for \"%s\"",
- 'event_calendar:manage_users:breadcrumb' => "Manage subscribers",
- 'event_calendar:manage_users:description' => "Add or remove events from personal calendars.",
- 'event_calendar:manage_users:unauthorized' => "Error: you are not authorised to manage personal calendars for this event.",
- 'event_calendar:add_to_group_members:success' => "This event has been added to the personal calendars of all group members.",
- 'event_calendar:add_to_group_members:error' => "Error: could not add this event to the personal calendars of group members.",
- 'event_calendar:remove_from_group_members:success' => "This event has been removed from the personal calendars of all group members.",
- 'event_calendar:remove_from_group_members:error' => "Error: could not remove this event from the personal calendars of group members.",
- 'event_calendar:add_to_group_members:button' => "Add to all",
- 'event_calendar:remove_from_group_members:button' => "Remove from all",
-
- 'event_calendar:manage_subscribers:success' => "Personal calendars updated.",
- 'event_calendar:manage_subscribers:error' => "Error: could not update personal calendars.",
- 'event_calendar:personal_manage:open' => "open",
- 'event_calendar:personal_manage:closed' => "closed",
- 'event_calendar:personal_manage:private' => "private",
- 'event_calendar:personal_manage:by_event' => "by event",
- 'event_calendar:personal_manage:label' => "Personal calendars",
- 'event_calendar:personal_manage:description' => "Determines whether people can add this event to their calendars (open), "
- ."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).",
- 'event_calendar:personal_manage:by_event:open' => "Open. People can freely add this event to their personal calendars.",
- '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.",
- '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.",
-
- 'event_calendar:settings:full_calendar:title' => "Support full calendar",
- 'event_calendar:modify_full_calendar:error' => "Error: could not modify full calendar",
- 'event_calendar:from_label' => "From:",
- 'event_calendar:to_label' => "To:",
- 'event_calendar:settings:timeformat:title' => "Time format",
- 'event_calendar:time_format:12hour' => "12 hour (am/pm)",
- 'event_calendar:time_format:24hour' => "24 hour",
- 'event_calendar:all_day_label' => "All-day event",
- 'event_calendar:repeat_interval_label' => "Repeat every",
- 'event_calendar:repeat_weeks' => "week(s)",
- 'event_calendar:on_these_days' => "on these days:",
- 'event_calendar:day_abbrev:monday' => "M",
- 'event_calendar:day_abbrev:tuesday' => "T",
- 'event_calendar:day_abbrev:wednesday' => "W",
- 'event_calendar:day_abbrev:thursday' => "T",
- 'event_calendar:day_abbrev:friday' => "F",
- 'event_calendar:day_abbrev:saturday' => "S",
- 'event_calendar:day_abbrev:sunday' => "S",
- 'event_calendar:dow:full:monday' => "Monday",
- 'event_calendar:dow:full:tuesday' => "Tuesday",
- 'event_calendar:dow:full:wednesday' => "Wednesday",
- 'event_calendar:dow:full:thursday' => "Thursday",
- 'event_calendar:dow:full:friday' => "Friday",
- 'event_calendar:dow:full:saturday' => "Saturday",
- 'event_calendar:dow:full:sunday' => "Sunday",
- 'event_calendar:schedule_type:poll' => "Create poll asking invitees about day/time",
- 'event_calendar:schedule_type:fixed' => "Set day/time",
- 'elgg_calendar:send_reminder_label' => "Send reminder",
- 'elgg_calendar:send_reminder_before' => "before",
- 'event_calendar:interval:minute' => "minute(s)",
- 'event_calendar:interval:hour' => "hour(s)",
- 'event_calendar:interval:day' => "day(s)",
- 'event_calendar:site_calendar' => "Site-wide calendar",
- 'event_calendar:calendar_label' => "Calendar",
- 'event_calendar:calendar_description' => "Calendar for this event.",
- 'event_calendar:are_you_sure' => "Are you sure about this change?",
- 'event_calendar:basic:header' => "Basic info",
- 'event_calendar:schedule:header' => "Schedule",
- 'event_calendar:permissions:header' => "Permissions",
- 'event_calendar:read_access' => "Read access",
- 'event_calendar:web_conference_label' => "Include a web conference for this event.",
- 'event_calendar:share_ownership:label' => "Share ownership of this event",
- 'event_calendar:share_ownership:description' => "Allow the following people to edit or delete this event, invite participants, etc.",
- 'event_calendar:settings:fewer_fields:title' => "Hide fees, contact, organiser and long description fields",
- 'event_calendar:settings:restricted_times:title' => "Restricted time to between 6am and 9pm (6:00 and 21:00)",
- 'event_calendar:add_event' => "Add event",
- 'event_calendar:schedule_event' => "Schedule event",
- 'event_calendar:list_polls' => "List event polls",
- 'event_calendar:edit_form:error:missing_title' => "Error: please supply the missing title.",
- 'event_calendar:repeated_event:week_interval' => "every %s weeks.",
- 'event_calendar:repeated_event:week_single' => "every week.",
- 'event_calendar:repeated_event:format' => "Starting on %s and repeated on %s",
- 'event_calendar:settings:repeated_events:title' => "Allow repeated events (currently only works properly in full calendar mode)",
- 'event_calendar:settings:reminders:title' => "Allow sending reminders",
- 'event_calendar:reminder:subject' => "Reminder for event: %s",
- 'event_calendar:reminder:body' => "The event
- %s
- takes place at
- %s.
-
- You can visit the event page here:
- %s
- ",
-
- /**
- * BBB support
- */
-
- 'event_calendar:bbb_server_url' => "Big Blue Button server URL (must end with slash)",
- 'event_calendar:bbb_security_salt' => "Big Blue Button security salt",
- 'event_calendar:bbb_create_error' => "Error: unable to create BBB conference, message was: %s",
- 'event_calendar:conference_create_error' => "Error: unable to create web conference.",
- 'event_calendar:bbb_settings_error' => "Error: must set conference URL and salt in plugin settings",
- 'event_calendar:couldnotjoin' => "Error: unable to join conference.",
- 'event_calendar:join_conf_button' => "Join conference",
-
- 'event_calendar:poll_suffix' => "(poll)",
- 'event_calendar:resend_poll_invitation' => "Do you want to alert poll invitees that the options have changed?",
-
- /**
- * Event calendar river
- **/
-
- //generic terms to use
- 'river:update:object:event_calendar' => "%s updated the event %s",
- 'river:create:object:event_calendar' => "%s added the event %s",
- 'river:comment:object:event_calendar' => '%s commented on the event %s',
- 'event_calendar:river:created' => "%s added",
- 'event_calendar:river:updated' => "%s updated",
- 'event_calendar:river:annotated1' => "%s added",
- 'event_calendar:river:annotated2' => "to his/her personal calendar.",
-
- //these get inserted into the river links to take the user to the entity
- 'event_calendar:river:create' => "a new event titled",
- 'event_calendar:river:the_event' => "an event titled",
- );
-
- add_translation("en",$english);
|