mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Addressing bug 1257:
Changed the handling of time display format; now it's read from the language file by default, and a new preference has been added to allow each user to manually specify his preferred time format.
This commit is contained in:
parent
c867774d76
commit
1b0ebe79b1
4 changed files with 59 additions and 1 deletions
|
@ -33,6 +33,7 @@ $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['explain_timeformat'] = 'This preference controls the way that times are displayed in the calendar. 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.';
|
||||
$string['globalevents'] = 'Global events';
|
||||
$string['groupevents'] = 'Group events';
|
||||
$string['hidden'] = 'hidden';
|
||||
|
@ -44,10 +45,13 @@ $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['pref_timeformat'] = 'Time display format';
|
||||
$string['preferences'] = 'Preferences';
|
||||
$string['preferences_available'] = 'Your personal preferences';
|
||||
$string['shown'] = 'shown';
|
||||
$string['spanningevents'] = 'Events underway';
|
||||
$string['timeformat_12'] = '12-hour (am/pm)';
|
||||
$string['timeformat_24'] = '24-hour';
|
||||
$string['today'] = 'Today';
|
||||
$string['tomorrow'] = 'Tomorrow';
|
||||
$string['tt_deleteevent'] = 'Delete event';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue