mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
99 lines
4.5 KiB
PHP
99 lines
4.5 KiB
PHP
<?php
|
|
|
|
$string['calendar'] = 'Calendar';
|
|
$string['calendarheading'] = '$a Calendar';
|
|
$string['clickhide'] = 'click to hide';
|
|
$string['clickshow'] = 'click to show';
|
|
$string['confirmeventdelete'] = 'Are you sure you want to delete this event?';
|
|
$string['courseevents'] = 'Course events';
|
|
$string['dayview'] = 'Day View';
|
|
$string['daywithnoevents'] = 'There are no events this day.';
|
|
$string['default'] = 'Default';
|
|
$string['deleteevent'] = 'Delete event';
|
|
$string['detailedmonthview'] = 'Detailed Month View';
|
|
$string['durationnone'] = 'Without duration';
|
|
$string['durationuntil'] = 'Until';
|
|
$string['editevent'] = 'Editing event';
|
|
$string['errorbeforecoursestart'] = 'Cannot set event before course start date';
|
|
$string['errorinvaliddate'] = 'Invalid date';
|
|
$string['errornodescription'] = 'Description is required';
|
|
$string['errornoeventname'] = 'Name is required';
|
|
$string['eventdate'] = 'Date';
|
|
$string['eventdescription'] = 'Description';
|
|
$string['eventduration'] = 'Duration';
|
|
$string['eventendtime'] = 'End time';
|
|
$string['eventinstanttime'] = 'Time';
|
|
$string['eventkind'] = 'Type of event';
|
|
$string['eventname'] = 'Name';
|
|
$string['eventsfor'] = '$a events';
|
|
$string['eventstarttime'] = 'Start time';
|
|
$string['eventtime'] = 'Time';
|
|
$string['eventview'] = 'Event Details';
|
|
$string['expired'] = 'Expired';
|
|
$string['explain_lookahead'] = 'This preference 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 later in the future 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 they are too many (more than the \"Maximum upcoming events\" preference) then the most distant events will not be displayed.';
|
|
$string['explain_maxevents'] = 'This preference 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.';
|
|
$string['explain_startwday'] = 'This preference configures the way that all monthly calendars are displayed. Use it to make them be displayed in the way you are accustomed to.';
|
|
$string['globalevents'] = 'Global events';
|
|
$string['groupevents'] = 'Group events';
|
|
$string['hidden'] = 'hidden';
|
|
$string['manyevents'] = '$a events';
|
|
$string['monthlyview'] = 'Monthly View';
|
|
$string['newevent'] = 'New Event';
|
|
$string['noupcomingevents'] = 'There are no upcoming events';
|
|
$string['oneevent'] = '1 event';
|
|
$string['pref_lookahead'] = 'Upcoming events look-ahead';
|
|
$string['pref_maxevents'] = 'Maximum upcoming events';
|
|
$string['pref_startwday'] = 'First day of week';
|
|
$string['preferences'] = 'Preferences';
|
|
$string['preferences_available'] = 'Your personal preferences';
|
|
$string['shown'] = 'shown';
|
|
$string['spanningevents'] = 'Events underway';
|
|
$string['today'] = 'Today';
|
|
$string['tomorrow'] = 'Tomorrow';
|
|
$string['tt_deleteevent'] = 'Delete event';
|
|
$string['tt_editevent'] = 'Edit event';
|
|
$string['tt_hidecourse'] = 'Course events are shown (click to hide)';
|
|
$string['tt_hideglobal'] = 'Global events are shown (click to hide)';
|
|
$string['tt_hidegroups'] = 'Group events are shown (click to hide)';
|
|
$string['tt_hideuser'] = 'User events are shown (click to hide)';
|
|
$string['tt_showcourse'] = 'Course events are hidden (click to show)';
|
|
$string['tt_showglobal'] = 'Global events are hidden (click to show)';
|
|
$string['tt_showgroups'] = 'Group events are hidden (click to show)';
|
|
$string['tt_showuser'] = 'User events are hidden (click to show)';
|
|
$string['typecourse'] = 'Course event';
|
|
$string['typegroup'] = 'Group event';
|
|
$string['typesite'] = 'Site event';
|
|
$string['typeuser'] = 'User event';
|
|
$string['upcomingevents'] = 'Upcoming Events';
|
|
$string['userevents'] = 'User events';
|
|
$string['yesterday'] = 'Yesterday';
|
|
|
|
$string['sun'] = 'Sun';
|
|
$string['mon'] = 'Mon';
|
|
$string['tue'] = 'Tue';
|
|
$string['wed'] = 'Wed';
|
|
$string['thu'] = 'Thu';
|
|
$string['fri'] = 'Fri';
|
|
$string['sat'] = 'Sat';
|
|
$string['sunday'] = 'Sunday';
|
|
$string['monday'] = 'Monday';
|
|
$string['tuesday'] = 'Tuesday';
|
|
$string['wednesday'] = 'Wednesday';
|
|
$string['thursday'] = 'Thursday';
|
|
$string['friday'] = 'Friday';
|
|
$string['saturday'] = 'Saturday';
|
|
$string['january'] = 'January';
|
|
$string['february'] = 'February';
|
|
$string['march'] = 'March';
|
|
$string['april'] = 'April';
|
|
$string['may'] = 'May';
|
|
$string['june'] = 'June';
|
|
$string['july'] = 'July';
|
|
$string['august'] = 'August';
|
|
$string['september'] = 'September';
|
|
$string['october'] = 'October';
|
|
$string['november'] = 'November';
|
|
$string['december'] = 'December';
|
|
|
|
?>
|