2 // calendar.php - created with Moodle 1.7 beta + (2006101003)
4 $string['allday'] = 'All day';
5 $string['advancedoptions'] = 'Advanced options';
6 $string['calendar'] = 'Calendar';
7 $string['calendarheading'] = '$a Calendar';
8 $string['clickhide'] = 'click to hide';
9 $string['clickshow'] = 'click to show';
10 $string['commontasks'] = 'Options';
11 $string['confirmeventdelete'] = 'Are you sure you want to delete this event?';
12 $string['course'] = 'Course';
13 $string['courseevent'] = 'Course event';
14 $string['courseevents'] = 'Course events';
15 $string['courses'] = 'Courses';
16 $string['dayview'] = 'Day View';
17 $string['daywithnoevents'] = 'There are no events this day.';
18 $string['default'] = 'Default';
19 $string['deleteevent'] = 'Delete event';
20 $string['deleteevents'] = 'Delete events';
21 $string['detailedmonthview'] = 'Detailed Month View';
22 $string['durationminutes'] = 'Duration in minutes';
23 $string['durationnone'] = 'Without duration';
24 $string['durationuntil'] = 'Until';
25 $string['editevent'] = 'Editing event';
26 $string['errorbeforecoursestart'] = 'Cannot set event before course start date';
27 $string['errorinvaliddate'] = 'Invalid date';
28 $string['errorinvalidminutes'] = 'Specify duration in minutes by giving a number between 1 and 999.';
29 $string['errorinvalidrepeats'] = 'Specify the number of events by giving a number between 1 and 99.';
30 $string['errornodescription'] = 'Description is required';
31 $string['errornoeventname'] = 'Name is required';
32 $string['eventdate'] = 'Date';
33 $string['eventdescription'] = 'Description';
34 $string['eventduration'] = 'Duration';
35 $string['eventendtime'] = 'End time';
36 $string['eventinstanttime'] = 'Time';
37 $string['eventkind'] = 'Type of event';
38 $string['eventname'] = 'Name';
39 $string['eventnone'] = 'No events';
40 $string['eventrepeat'] = 'Repeats';
41 $string['eventsall'] = 'All events';
42 $string['eventsfor'] = '$a events';
43 $string['eventskey'] = 'Events Key';
44 $string['eventsrelatedtocourses'] = 'Events related to courses';
45 $string['eventstarttime'] = 'Start time';
46 $string['eventtime'] = 'Time';
47 $string['eventview'] = 'Event Details';
48 $string['expired'] = 'Expired';
49 $string['explain_lookahead'] = '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.';
50 $string['explain_maxevents'] = '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.';
51 $string['explain_persistflt'] = 'If this is enabled, then Moodle will remember your last event filter settings and automatically restore them each time you login.';
52 $string['explain_startwday'] = 'Calendar weeks will be shown as starting on the day that you select here.';
53 $string['explain_timeformat'] = '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.';
54 $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.';
55 $string['export'] = 'Export';
56 $string['exportcalendar'] = 'Export calendar';
57 $string['exportbutton'] = 'Export';
58 $string['for'] = 'for';
59 $string['fri'] = 'Fri';
60 $string['friday'] = 'Friday';
61 $string['generateurlbutton'] = 'Get calendar URL';
62 $string['global'] = 'Global';
63 $string['globalevent'] = 'Global event';
64 $string['globalevents'] = 'Global events';
65 $string['gotocalendar'] = 'Go to calendar';
66 $string['group'] = 'Group';
67 $string['groupevent'] = 'Group event';
68 $string['groupevents'] = 'Group events';
69 $string['hidden'] = 'hidden';
70 $string['ical'] = 'iCal';
71 $string['iwanttoexport'] = 'Export';
72 $string['manyevents'] = '$a events';
73 $string['mon'] = 'Mon';
74 $string['monday'] = 'Monday';
75 $string['monthlyview'] = 'Monthly View';
76 $string['monthnext'] = 'Next month';
77 $string['monththis'] = 'This month';
78 $string['newevent'] = 'New Event';
79 $string['noupcomingevents'] = 'There are no upcoming events';
80 $string['oneevent'] = '1 event';
81 $string['pref_lookahead'] = 'Upcoming events look-ahead';
82 $string['pref_maxevents'] = 'Maximum upcoming events';
83 $string['pref_persistflt'] = 'Remember filter settings';
84 $string['pref_startwday'] = 'First day of week';
85 $string['pref_timeformat'] = 'Time display format';
86 $string['preferences'] = 'Preferences';
87 $string['preferences_available'] = 'Your personal preferences';
88 $string['quickdownloadcalendar'] = 'Quick download / subscribe to calendar';
89 $string['recentupcoming'] = 'Recent and next 60 days';
90 $string['repeateditall'] = 'Apply changes to all $a events in this repeat series';
91 $string['repeateditthis'] = 'Apply changes to this event only';
92 $string['repeatnone'] = 'No repeats';
93 $string['repeatweeksl'] = 'Repeat weekly, creating altogether';
94 $string['repeatweeksr'] = 'events';
95 $string['sat'] = 'Sat';
96 $string['saturday'] = 'Saturday';
97 $string['shown'] = 'shown';
98 $string['spanningevents'] = 'Events underway';
99 $string['sun'] = 'Sun';
100 $string['sunday'] = 'Sunday';
101 $string['thu'] = 'Thu';
102 $string['thursday'] = 'Thursday';
103 $string['timeformat_12'] = '12-hour (am/pm)';
104 $string['timeformat_24'] = '24-hour';
105 $string['today'] = 'Today';
106 $string['tomorrow'] = 'Tomorrow';
107 $string['tt_deleteevent'] = 'Delete event';
108 $string['tt_editevent'] = 'Edit event';
109 $string['tt_hidecourse'] = 'Course events are shown (click to hide)';
110 $string['tt_hideglobal'] = 'Global events are shown (click to hide)';
111 $string['tt_hidegroups'] = 'Group events are shown (click to hide)';
112 $string['tt_hideuser'] = 'User events are shown (click to hide)';
113 $string['tt_showcourse'] = 'Course events are hidden (click to show)';
114 $string['tt_showglobal'] = 'Global events are hidden (click to show)';
115 $string['tt_showgroups'] = 'Group events are hidden (click to show)';
116 $string['tt_showuser'] = 'User events are hidden (click to show)';
117 $string['tue'] = 'Tue';
118 $string['tuesday'] = 'Tuesday';
119 $string['typecourse'] = 'Course event';
120 $string['typegroup'] = 'Group event';
121 $string['typesite'] = 'Site event';
122 $string['typeuser'] = 'User event';
123 $string['upcomingevents'] = 'Upcoming Events';
124 $string['urlforical'] = 'URL for iCalendar export, for subscribing to calendar';
125 $string['user'] = 'User';
126 $string['userevent'] = 'User event';
127 $string['userevents'] = 'User events';
128 $string['wed'] = 'Wed';
129 $string['wednesday'] = 'Wednesday';
130 $string['weeknext'] = 'Next week';
131 $string['weekthis'] = 'This week';
132 $string['yesterday'] = 'Yesterday';
133 $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.';