Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle 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  // Moodle 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 Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'calendar', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_calendar
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['advancedoptions'] = 'Advanced options';
  26  $string['allday'] = 'All day';
  27  $string['addevent'] = 'Add events';
  28  $string['annually'] = 'Annually';
  29  $string['activityevent'] = 'Activity event';
  30  $string['calendar'] = 'Calendar';
  31  $string['calendarheading'] = '{$a} Calendar';
  32  $string['calendarpreferences'] = 'Calendar preferences';
  33  $string['calendartypes'] = 'Calendar types';
  34  $string['calendarurl'] = 'Calendar URL: {$a}';
  35  $string['category'] = 'Category';
  36  $string['categoryevent'] = 'Category event';
  37  $string['clickhide'] = 'click to hide';
  38  $string['clickshow'] = 'click to show';
  39  $string['colcalendar'] = 'Calendar';
  40  $string['collastupdated'] = 'Last updated';
  41  $string['colpoll'] = 'Update';
  42  $string['colactions'] = 'Actions';
  43  $string['commontasks'] = 'Options';
  44  $string['confirmeventdelete'] = 'Are you sure you want to delete the "{$a}" event?';
  45  $string['confirmeventseriesdelete'] = 'The "{$a->name}" event is part of a series. Do you want to delete just this event, or all {$a->count} events in the series?';
  46  $string['course'] = 'Course';
  47  $string['courseevent'] = 'Course event';
  48  $string['courseevents'] = 'Course events';
  49  $string['categoryevents'] = 'Category events';
  50  $string['coursecalendar'] = '{$a} calendar';
  51  $string['courses'] = 'Courses';
  52  $string['customexport'] = 'Custom range ({$a->timestart} - {$a->timeend})';
  53  $string['daily'] = 'Daily';
  54  $string['day'] = 'Day';
  55  $string['dayeventsmany'] = '{$a->num} events, {$a->day}';
  56  $string['dayeventsnone'] = 'No events, {$a}';
  57  $string['dayeventsone'] = '1 event, {$a}';
  58  $string['daynext'] = 'Next day';
  59  $string['dayprev'] = 'Previous day';
  60  $string['dayviewfor'] = 'Day view for:';
  61  $string['dayviewtitle'] = 'Day view: {$a}';
  62  $string['daywithnoevents'] = 'There are no events this day.';
  63  $string['default'] = 'Default';
  64  $string['deleteevent'] = 'Delete event';
  65  $string['deleteevents'] = 'Delete events';
  66  $string['deleteoneevent'] = 'Delete this event';
  67  $string['deleteallevents'] = 'Delete all events';
  68  $string['detailedmonthviewfor'] = 'Detailed month view for:';
  69  $string['detailedmonthviewtitle'] = 'Detailed month view: {$a}';
  70  $string['durationminutes'] = 'Duration in minutes';
  71  $string['durationnone'] = 'Without duration';
  72  $string['durationuntil'] = 'Until';
  73  $string['editevent'] = 'Editing event';
  74  $string['erroraddingevent'] = 'Failed to add event';
  75  $string['errorbadsubscription'] = 'Calendar subscription not found.';
  76  $string['errorbeforecoursestart'] = 'Cannot set event before course start date';
  77  $string['errorcannotimport'] = 'You cannot set up a calendar subscription at this time.';
  78  $string['errorhasuntilandcount'] = 'Either UNTIL or COUNT may appear in a recurrence rule, but UNTIL and COUNT MUST NOT occur in the same recurrence rule.';
  79  $string['errorinvalidbydaysuffix'] = 'Valid values for the day of the week parts of the BYDAY rule are MO, TU, WE, TH, FR, SA and SU';
  80  $string['errorinvalidbydayprefix'] = 'Integer values preceding BYDAY rules can only be present for a MONTHLY or YEARLY recurrence rule.';
  81  $string['errorinvalidbyhour'] = 'Valid values for the BYHOUR rule are 0 to 23.';
  82  $string['errorinvalidinterval'] = 'The value for the INTERVAL rule must be a positive integer.';
  83  $string['errorinvalidbyminute'] = 'Valid values for the BYMINUTE rule are 0 to 59.';
  84  $string['errorinvalidbymonth'] = 'Valid values for the BYMONTH rule are 1 to 12.';
  85  $string['errorinvalidbymonthday'] = 'Valid values for the BYMONTHDAY rule are 1 to 31 or -31 to -1.';
  86  $string['errorinvalidbysetpos'] = 'Valid values for the BYSETPOS rule are 1 to 366 or -366 to -1.';
  87  $string['errorinvalidbyweekno'] = 'Valid values for the BYWEEKNO rule are 1 to 53 or -53 to -1.';
  88  $string['errorinvalidbyyearday'] = 'Valid values for the BYYEARDAY rule are 1 to 366 or -366 to -1.';
  89  $string['errorinvalidbysecond'] = 'Valid values for the BYSECOND rule are 0 to 59.';
  90  $string['errorinvaliddate'] = 'Invalid date';
  91  $string['errorinvalidminutes'] = 'Specify duration in minutes by giving a number between 1 and 999.';
  92  $string['errorinvalidrepeats'] = 'Specify the number of events by giving a number between 1 and 99.';
  93  $string['errorinvalidicalurl'] = 'The given iCal URL is invalid.';
  94  $string['errormustbeusedwithotherbyrule'] = 'The BYSETPOS rule must only be used in conjunction with another BYxxx rule part.';
  95  $string['errornodescription'] = 'Description is required';
  96  $string['errornoeventname'] = 'Name is required';
  97  $string['errornonyearlyfreqwithbyweekno'] = 'The BYWEEKNO rule is only valid for YEARLY rules.';
  98  $string['errorrequiredurlorfile'] = 'Either a URL or a file is required to import a calendar.';
  99  $string['errorrrule'] = 'The passed recurrence rule seems incorrect.';
 100  $string['errorrrulefreq'] = 'The recurrence rule has an invalid frequency parameter.';
 101  $string['errorrruleday'] = 'The recurrence rule has an invalid day parameter.';
 102  $string['eventdate'] = 'Date';
 103  $string['eventdescription'] = 'Description';
 104  $string['eventduration'] = 'Duration';
 105  $string['eventendtime'] = 'End time';
 106  $string['eventendtimewrapped'] = '{$a} (End time)';
 107  $string['eventinstanttime'] = 'Time';
 108  $string['eventkind'] = 'Type of event';
 109  $string['eventname'] = 'Event title';
 110  $string['eventnameandcategory'] = '{$a->category}: {$a->name}';
 111  $string['eventnameandcourse'] = '{$a->course}: {$a->name}';
 112  $string['eventnone'] = 'No events';
 113  $string['eventrepeat'] = 'Repeats';
 114  $string['events'] = 'Events';
 115  $string['eventsall'] = 'All events';
 116  $string['eventsdeleted'] = 'Events deleted';
 117  $string['eventsimported'] = 'Events imported: {$a}';
 118  $string['eventsource'] = 'Event source';
 119  $string['eventsskipped'] = 'Events skipped: {$a}';
 120  $string['eventsupdated'] = 'Events updated: {$a}';
 121  $string['eventsfor'] = '{$a} events';
 122  $string['eventskey'] = 'Events key';
 123  $string['eventspersonal'] = 'My personal events';
 124  $string['eventsrelatedtocategories'] = 'Events related to categories';
 125  $string['eventsrelatedtocourses'] = 'Events related to courses';
 126  $string['eventsrelatedtogroups'] = 'Events related to groups';
 127  $string['eventstarttime'] = 'Start time';
 128  $string['eventstoexport'] = 'Events to export';
 129  $string['eventtime'] = 'Time';
 130  $string['eventtype'] = 'Event type';
 131  $string['eventview'] = 'Event details';
 132  $string['eventcalendareventcreated'] = 'Calendar event created';
 133  $string['eventcalendareventupdated'] = 'Calendar event updated';
 134  $string['eventcalendareventdeleted'] = 'Calendar event deleted';
 135  $string['eventsubscriptioncreated'] = 'Calendar subscription created';
 136  $string['eventsubscriptionupdated'] = 'Calendar subscription updated';
 137  $string['eventsubscriptiondeleted'] = 'Calendar subscription deleted';
 138  $string['eventsubscriptioneditwarning'] = 'This calendar event is part of a subscription.  Any changes you make to this event will be lost if the subscription is deleted.';
 139  $string['expired'] = 'Expired';
 140  $string['explain_site_timeformat'] = 'You can choose to see times in either 12 or 24 hour format for the whole site. If you choose "default", then the format will be automatically chosen according to the language you use in the site. This setting can be overridden by user preferences.';
 141  $string['export'] = 'Export';
 142  $string['exporthelp'] = 'How do I subscribe to this calendar from a calendar application (Google/Outlook/Other)?';
 143  $string['exportbutton'] = 'Export';
 144  $string['exportcalendar'] = 'Export calendar';
 145  $string['forcecalendartype'] = 'Force calendar';
 146  $string['fri'] = 'Fri';
 147  $string['friday'] = 'Friday';
 148  $string['generateurlbutton'] = 'Get calendar URL';
 149  $string['gotoactivity'] = 'Go to activity';
 150  $string['gotocalendar'] = 'Go to calendar';
 151  $string['group'] = 'Group';
 152  $string['groupevent'] = 'Group event';
 153  $string['groupevents'] = 'Group events';
 154  $string['eventtypesite'] = 'site';
 155  $string['eventtypecategory'] = 'category';
 156  $string['eventtypecourse'] = 'course';
 157  $string['eventtypemodule'] = 'module';
 158  $string['eventtypegroup'] = 'group';
 159  $string['eventtypeother'] = 'other';
 160  $string['eventtypeuser'] = 'user';
 161  $string['hideeventtype'] = 'Hide {$a} events';
 162  $string['showeventtype'] = 'Show {$a} events';
 163  $string['hourly'] = 'Hourly';
 164  $string['importcalendar'] = 'Import calendar';
 165  $string['importcalendarheading'] = 'Import calendar...';
 166  $string['importcalendarfrom'] = 'Import from';
 167  $string['importfromfile'] = 'Calendar file (.ics)';
 168  $string['importfromurl'] = 'Calendar URL';
 169  $string['importfrominstructions'] = 'Please provide either a URL to a remote calendar, or upload a file.';
 170  $string['invalidtimedurationminutes'] = 'The duration in minutes you have entered is invalid. Please enter the duration in minutes greater than 0 or select no duration.';
 171  $string['invalidtimedurationuntil'] = 'The date and time you selected for duration until is before the start time of the event. Please correct this before proceeding.';
 172  $string['invalideventtype'] = 'The event type you have selected is invalid.';
 173  $string['iwanttoexport'] = 'Export';
 174  $string['less'] = 'Less';
 175  $string['managesubscriptions'] = 'Manage subscriptions';
 176  $string['manyevents'] = '{$a} events';
 177  $string['mon'] = 'Mon';
 178  $string['monday'] = 'Monday';
 179  $string['monthly'] = 'Monthly';
 180  $string['monthlyview'] = 'Monthly view';
 181  $string['monthnext'] = 'Next month';
 182  $string['monthprev'] = 'Previous month';
 183  $string['monththis'] = 'This month';
 184  $string['more'] = 'More';
 185  $string['namewithsource'] = '{$a->name} ({$a->source})';
 186  $string['never'] = 'Never';
 187  $string['newevent'] = 'New event';
 188  $string['notitle'] = 'no title';
 189  $string['noupcomingevents'] = 'There are no upcoming events';
 190  $string['nocalendarsubscriptions'] = 'You have no calendar subscriptions.';
 191  $string['oneevent'] = '1 event';
 192  $string['pollinterval'] = 'Update interval';
 193  $string['pollinterval_help'] = 'How often you would like the calendar to update with new events.';
 194  $string['preferences'] = 'Preferences';
 195  $string['preferences_available'] = 'Your personal preferences';
 196  $string['preferredcalendar'] = 'Preferred calendar';
 197  $string['pref_lookahead'] = 'Upcoming events look-ahead';
 198  $string['pref_lookahead_help'] = 'This sets the (maximum) number of days in the future that an event has to start in in order to be displayed as an upcoming event. Events that start beyond this will never be displayed as upcoming. Please note that <strong>there is no guarantee</strong> that all events starting in this time frame will be displayed; if there are too many (more than the "Maximum upcoming events" preference) then the most distant events will not be shown.';
 199  $string['pref_maxevents'] = 'Maximum upcoming events';
 200  $string['pref_maxevents_help'] = 'This sets the maximum number of upcoming events that can be displayed. If you pick a large number here it is possible that upcoming events displays will take up a lot of space on your screen.';
 201  $string['pref_persistflt'] = 'Remember filter settings';
 202  $string['pref_persistflt_help'] = 'If this is enabled, then Moodle will remember your last event filter settings and automatically restore them each time you login.';
 203  $string['pref_startwday'] = 'First day of week';
 204  $string['pref_startwday_help'] = 'Calendar weeks will be shown as starting on the day that you select here.';
 205  $string['pref_timeformat'] = 'Time display format';
 206  $string['pref_timeformat_help'] = 'You can choose to see times in either 12 or 24 hour format. If you choose "default", then the format will be automatically chosen according to the language you use in the site.';
 207  $string['privacy:metadata:calendar:event'] = 'The Calendar component can store user calendar event details within the core subsystem.';
 208  $string['privacy:metadata:calendar:event:name'] = 'The name of the calendar event.';
 209  $string['privacy:metadata:calendar:event:description'] = 'The description of the calendar event.';
 210  $string['privacy:metadata:calendar:event:eventtype'] = 'The event type of the calendar event.';
 211  $string['privacy:metadata:calendar:event:timestart'] = 'The start time of the calendar event.';
 212  $string['privacy:metadata:calendar:event:timeduration'] = 'The duration of the calendar event.';
 213  $string['privacy:metadata:calendar:event_subscriptions'] = 'The Calendar component can stores user calendar subscriptions details within the core subsystem.';
 214  $string['privacy:metadata:calendar:event_subscriptions:name'] = 'The name of the calendar subscription.';
 215  $string['privacy:metadata:calendar:event_subscriptions:url'] = 'The url of the calendar subscription.';
 216  $string['privacy:metadata:calendar:event_subscriptions:eventtype'] = 'The event type of the calendar subscription.';
 217  $string['privacy:metadata:calendar:preferences:calendar_savedflt'] = 'The configured calendar event type display user preference.';
 218  $string['recentupcoming'] = 'Recent and next 60 days';
 219  $string['repeatedevents'] = 'Repeated events';
 220  $string['repeateditall'] = 'Also apply changes to the other {$a} events in this repeat series';
 221  $string['repeateditthis'] = 'Apply changes to this event only';
 222  $string['repeatevent'] = 'Repeat this event';
 223  $string['repeatnone'] = 'No repeats';
 224  $string['repeatweeksl'] = 'Repeat weekly, creating altogether';
 225  $string['repeatweeksr'] = 'events';
 226  $string['sat'] = 'Sat';
 227  $string['saturday'] = 'Saturday';
 228  $string['shown'] = 'shown';
 229  $string['site'] = 'Site';
 230  $string['siteevent'] = 'Site event';
 231  $string['siteevents'] = 'Site events';
 232  $string['spanningevents'] = 'Events underway';
 233  $string['subscriptions'] = 'Subscriptions';
 234  $string['subscriptionname'] = 'Calendar name';
 235  $string['subscriptionremoved'] = 'Calendar subscription {$a} removed';
 236  $string['subscriptionsource'] = 'Event source: {$a}';
 237  $string['subscriptionupdated'] = 'Calendar subscription {$a} updated';
 238  $string['sun'] = 'Sun';
 239  $string['sunday'] = 'Sunday';
 240  $string['thu'] = 'Thu';
 241  $string['thursday'] = 'Thursday';
 242  $string['timeformat_12'] = '12-hour (am/pm)';
 243  $string['timeformat_24'] = '24-hour';
 244  $string['timeperiod'] = 'Time period';
 245  $string['today'] = 'Today';
 246  $string['todayplustitle'] = 'Today {$a}';
 247  $string['tomorrow'] = 'Tomorrow';
 248  $string['tt_deleteevent'] = 'Delete event';
 249  $string['tt_editevent'] = 'Edit event';
 250  $string['tue'] = 'Tue';
 251  $string['tuesday'] = 'Tuesday';
 252  $string['typeclose'] = 'Close event';
 253  $string['typecourse'] = 'Course event';
 254  $string['typecategory'] = 'Category event';
 255  $string['typedue'] = 'Due event';
 256  $string['typegradingdue'] = 'Grading due event';
 257  $string['typegroup'] = 'Group event';
 258  $string['typeopen'] = 'Open event';
 259  $string['typesite'] = 'Site event';
 260  $string['typeuser'] = 'User event';
 261  $string['upcomingevents'] = 'Upcoming events';
 262  $string['upcomingeventsfor'] = 'Upcoming events for:';
 263  $string['urlforical'] = 'URL for iCalendar export, for subscribing to calendar';
 264  $string['user'] = 'User';
 265  $string['userevent'] = 'User event';
 266  $string['userevents'] = 'User events';
 267  $string['viewupcomingactivitiesdue'] = 'View the upcoming activities due';
 268  $string['wed'] = 'Wed';
 269  $string['wednesday'] = 'Wednesday';
 270  $string['weekly'] = 'Weekly';
 271  $string['weeknext'] = 'Next week';
 272  $string['weekthis'] = 'This week';
 273  $string['when'] = 'When';
 274  $string['whendate'] = 'When: {$a}';
 275  $string['yesterday'] = 'Yesterday';
 276  $string['youcandeleteallrepeats'] = 'This event is part of a repeating event series. You can delete this event only, or all {$a} events in the series at once.';
 277  
 278  // Deprecated since Moodle 3.8.
 279  $string['global'] = 'Global';
 280  $string['globalevent'] = 'Global event';
 281  $string['globalevents'] = 'Global events';
 282  $string['eventtypeglobal'] = 'global';