From 8b81a21e80d608315838d6d1d249135f4eba4ea2 Mon Sep 17 00:00:00 2001 From: defacer Date: Wed, 12 Jan 2005 12:10:17 +0000 Subject: [PATCH] Two new strings for the new calendar preference. --- lang/en/calendar.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/calendar.php b/lang/en/calendar.php index 1d3076a0ea..d45a9913d2 100644 --- a/lang/en/calendar.php +++ b/lang/en/calendar.php @@ -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 there is no guarantee 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'; -- 2.39.5