]> git.mjollnir.org Git - moodle.git/commitdiff
Two new strings for the new calendar preference.
authordefacer <defacer>
Wed, 12 Jan 2005 12:10:17 +0000 (12:10 +0000)
committerdefacer <defacer>
Wed, 12 Jan 2005 12:10:17 +0000 (12:10 +0000)
lang/en/calendar.php

index 1d3076a0eaa1ada9cfac76e14ce4e28add1eef00..d45a9913d2a7e5dfd5b52020fa3ad3a01c9e8a99 100644 (file)
@@ -36,6 +36,7 @@ $string['eventview'] = 'Event Details';
 $string['expired'] = 'Expired';
 $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.';
 $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.';
+$string['explain_persistflt'] = 'If this is enabled, then Moodle will remember your last event filter settings and automatically restore them each time you login.';
 $string['explain_startwday'] = 'Calendar weeks will be shown as starting on the day that you select here.';
 $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.';
 $string['globalevents'] = 'Global events';
@@ -49,6 +50,7 @@ $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_persistflt'] = 'Remember filter settings';
 $string['pref_startwday'] = 'First day of week';
 $string['pref_timeformat'] = 'Time display format';
 $string['preferences'] = 'Preferences';