Merge branch 'MDL-51170-master' of git://github.com/andrewnicols/moodle
[moodle.git] / lang / en / calendar.php
blobf60a5bf671914a757aa3f047418afe897e49cd1f
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.
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/>.
17 /**
18 * Strings for component 'calendar', language 'en', branch 'MOODLE_20_STABLE'
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
25 $string['advancedoptions'] = 'Advanced options';
26 $string['allday'] = 'All day';
27 $string['addevent'] = 'Add events';
28 $string['annually'] = 'Annually';
29 $string['calendar'] = 'Calendar';
30 $string['calendarheading'] = '{$a} Calendar';
31 $string['calendarpreferences'] = 'Calendar preferences';
32 $string['calendartypes'] = 'Calendar types';
33 $string['calendarurl'] = 'Calendar URL: {$a}';
34 $string['clickhide'] = 'click to hide';
35 $string['clickshow'] = 'click to show';
36 $string['colcalendar'] = 'Calendar';
37 $string['collastupdated'] = 'Last updated';
38 $string['colpoll'] = 'Update';
39 $string['colactions'] = 'Actions';
40 $string['commontasks'] = 'Options';
41 $string['confirmeventdelete'] = 'Are you sure you want to delete the "{$a}" event?';
42 $string['course'] = 'Course';
43 $string['courseevent'] = 'Course event';
44 $string['courseevents'] = 'Course events';
45 $string['courses'] = 'Courses';
46 $string['customexport'] = 'Custom range ({$a->timestart} - {$a->timeend})';
47 $string['daily'] = 'Daily';
48 $string['dayviewfor'] = 'Day view for:';
49 $string['dayviewtitle'] = 'Day view: {$a}';
50 $string['daywithnoevents'] = 'There are no events this day.';
51 $string['default'] = 'Default';
52 $string['deleteevent'] = 'Delete event';
53 $string['deleteevents'] = 'Delete events';
54 $string['detailedmonthviewfor'] = 'Detailed month view for:';
55 $string['detailedmonthviewtitle'] = 'Detailed month view: {$a}';
56 $string['durationminutes'] = 'Duration in minutes';
57 $string['durationnone'] = 'Without duration';
58 $string['durationuntil'] = 'Until';
59 $string['editevent'] = 'Editing event';
60 $string['erroraddingevent'] = 'Failed to add event';
61 $string['errorbadsubscription'] = 'Calendar subscription not found.';
62 $string['errorbeforecoursestart'] = 'Cannot set event before course start date';
63 $string['errorcannotimport'] = 'You cannot set up a calendar subscription at this time.';
64 $string['errorinvaliddate'] = 'Invalid date';
65 $string['errorinvalidminutes'] = 'Specify duration in minutes by giving a number between 1 and 999.';
66 $string['errorinvalidrepeats'] = 'Specify the number of events by giving a number between 1 and 99.';
67 $string['errorinvalidicalurl'] = 'The given iCal URL is invalid.';
68 $string['errornodescription'] = 'Description is required';
69 $string['errornoeventname'] = 'Name is required';
70 $string['errorrequiredurlorfile'] = 'Either a URL or a file is required to import a calendar.';
71 $string['errorrrule'] = 'The passed rrule seems incorrect';
72 $string['errorrrulefreq'] = 'The rrule has an invalid frequency parameter';
73 $string['errorrruleday'] = 'The rrule has an invalid day parameter';
74 $string['eventdate'] = 'Date';
75 $string['eventdescription'] = 'Description';
76 $string['eventduration'] = 'Duration';
77 $string['eventendtime'] = 'End time';
78 $string['eventinstanttime'] = 'Time';
79 $string['eventkind'] = 'Type of event';
80 $string['eventname'] = 'Event title';
81 $string['eventnone'] = 'No events';
82 $string['eventrepeat'] = 'Repeats';
83 $string['eventsall'] = 'All events';
84 $string['eventsdeleted'] = 'Events deleted';
85 $string['eventsimported'] = 'Events imported: {$a}';
86 $string['eventsupdated'] = 'Events updated: {$a}';
87 $string['eventsfor'] = '{$a} events';
88 $string['eventskey'] = 'Events key';
89 $string['eventsrelatedtocourses'] = 'Events related to courses';
90 $string['eventstarttime'] = 'Start time';
91 $string['eventtime'] = 'Time';
92 $string['eventview'] = 'Event details';
93 $string['eventcalendareventcreated'] = 'Calendar event created';
94 $string['eventcalendareventupdated'] = 'Calendar event updated';
95 $string['eventcalendareventdeleted'] = 'Calendar event deleted';
96 $string['expired'] = 'Expired';
97 $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.';
98 $string['export'] = 'Export';
99 $string['exportbutton'] = 'Export';
100 $string['exportcalendar'] = 'Export calendar';
101 $string['for'] = 'for';
102 $string['forcecalendartype'] = 'Force calendar';
103 $string['fri'] = 'Fri';
104 $string['friday'] = 'Friday';
105 $string['generateurlbutton'] = 'Get calendar URL';
106 $string['global'] = 'Global';
107 $string['globalevent'] = 'Global event';
108 $string['globalevents'] = 'Global events';
109 $string['gotocalendar'] = 'Go to calendar';
110 $string['group'] = 'Group';
111 $string['groupevent'] = 'Group event';
112 $string['groupevents'] = 'Group events';
113 $string['hidecourseevents'] = 'Hide course events';
114 $string['hideglobalevents'] = 'Hide global events';
115 $string['hidegroupsevents'] = 'Hide group events';
116 $string['hideuserevents'] = 'Hide user events';
117 $string['hourly'] = 'Hourly';
118 $string['ical'] = 'iCal';
119 $string['importcalendar'] = 'Import calendar';
120 $string['importcalendarheading'] = 'Import calendar...';
121 $string['importcalendarfrom'] = 'Import from';
122 $string['importfromfile'] = 'Calendar file (.ics)';
123 $string['importfromurl'] = 'Calendar URL';
124 $string['importfrominstructions'] = 'Please provide either a URL to a remote calendar, or upload a file.';
125 $string['invalidtimedurationminutes'] = 'The duration in minutes you have entered is invalid. Please enter the duration in minutes greater than 0 or select no duration.';
126 $string['invalidtimedurationuntil'] = 'The date and time you selected for duration until is before the start time of the event. Please correct this before proceeding.';
127 $string['iwanttoexport'] = 'Export';
128 $string['managesubscriptions'] = 'Manage subscriptions';
129 $string['manyevents'] = '{$a} events';
130 $string['mon'] = 'Mon';
131 $string['monday'] = 'Monday';
132 $string['monthly'] = 'Monthly';
133 $string['monthlyview'] = 'Monthly view';
134 $string['monthnext'] = 'Next month';
135 $string['monththis'] = 'This month';
136 $string['namewithsource'] = '{$a->name}({$a->source})';
137 $string['never'] = 'Never';
138 $string['newevent'] = 'New event';
139 $string['notitle'] = 'no title';
140 $string['noupcomingevents'] = 'There are no upcoming events';
141 $string['nocalendarsubscriptions'] = 'You have no calendar subscriptions.';
142 $string['oneevent'] = '1 event';
143 $string['pollinterval'] = 'Update interval';
144 $string['pollinterval_help'] = 'How often you would like the calendar to update with new events.';
145 $string['preferences'] = 'Preferences';
146 $string['preferences_available'] = 'Your personal preferences';
147 $string['preferredcalendar'] = 'Preferred calendar';
148 $string['pref_lookahead'] = 'Upcoming events look-ahead';
149 $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.';
150 $string['pref_maxevents'] = 'Maximum upcoming events';
151 $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.';
152 $string['pref_persistflt'] = 'Remember filter settings';
153 $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.';
154 $string['pref_startwday'] = 'First day of week';
155 $string['pref_startwday_help'] = 'Calendar weeks will be shown as starting on the day that you select here.';
156 $string['pref_timeformat'] = 'Time display format';
157 $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.';
158 $string['quickdownloadcalendar'] = 'Quick download / subscribe to calendar';
159 $string['recentupcoming'] = 'Recent and next 60 days';
160 $string['repeatedevents'] = 'Repeated events';
161 $string['repeateditall'] = 'Also apply changes to the other {$a} events in this repeat series';
162 $string['repeateditthis'] = 'Apply changes to this event only';
163 $string['repeatevent'] = 'Repeat this event';
164 $string['repeatnone'] = 'No repeats';
165 $string['repeatweeksl'] = 'Repeat weekly, creating altogether';
166 $string['repeatweeksr'] = 'events';
167 $string['sat'] = 'Sat';
168 $string['saturday'] = 'Saturday';
169 $string['showcourseevents'] = 'Show course events';
170 $string['showglobalevents'] = 'Show global events';
171 $string['showgroupsevents'] = 'Show group events';
172 $string['showuserevents'] = 'Show user events';
173 $string['shown'] = 'shown';
174 $string['siteevents'] = 'Site events';
175 $string['spanningevents'] = 'Events underway';
176 $string['subscriptions'] = 'Subscriptions';
177 $string['subscriptionname'] = 'Calendar name';
178 $string['subscriptionremoved'] = 'Calendar subscription {$a} removed';
179 $string['subscriptionupdated'] = 'Calendar subscription {$a} updated';
180 $string['subsource'] = 'Event source: {$a->name}';
181 $string['sun'] = 'Sun';
182 $string['sunday'] = 'Sunday';
183 $string['thu'] = 'Thu';
184 $string['thursday'] = 'Thursday';
185 $string['timeformat_12'] = '12-hour (am/pm)';
186 $string['timeformat_24'] = '24-hour';
187 $string['today'] = 'Today';
188 $string['tomorrow'] = 'Tomorrow';
189 $string['tt_deleteevent'] = 'Delete event';
190 $string['tt_editevent'] = 'Edit event';
191 $string['tt_hidecourse'] = 'Course events are shown (click to hide)';
192 $string['tt_hideglobal'] = 'Global events are shown (click to hide)';
193 $string['tt_hidegroups'] = 'Group events are shown (click to hide)';
194 $string['tt_hideuser'] = 'User events are shown (click to hide)';
195 $string['tt_showcourse'] = 'Course events are hidden (click to show)';
196 $string['tt_showglobal'] = 'Global events are hidden (click to show)';
197 $string['tt_showgroups'] = 'Group events are hidden (click to show)';
198 $string['tt_showuser'] = 'User events are hidden (click to show)';
199 $string['tue'] = 'Tue';
200 $string['tuesday'] = 'Tuesday';
201 $string['typecourse'] = 'Course event';
202 $string['typegroup'] = 'Group event';
203 $string['typesite'] = 'Site event';
204 $string['typeuser'] = 'User event';
205 $string['upcomingevents'] = 'Upcoming events';
206 $string['upcomingeventsfor'] = 'Upcoming events for:';
207 $string['urlforical'] = 'URL for iCalendar export, for subscribing to calendar';
208 $string['user'] = 'User';
209 $string['userevent'] = 'User event';
210 $string['userevents'] = 'User events';
211 $string['wed'] = 'Wed';
212 $string['wednesday'] = 'Wednesday';
213 $string['weekly'] = 'Weekly';
214 $string['weeknext'] = 'Next week';
215 $string['weekthis'] = 'This week';
216 $string['yesterday'] = 'Yesterday';
217 $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.';