Modified strings for the calendar admin screens.

This commit is contained in:
defacer
2005-03-08 04:47:14 +00:00
parent 7678e65cac
commit d517110237
+8 -7
View File
@@ -87,12 +87,9 @@ $string['confirmation'] = 'Confirmation';
$string['confirmdeletedst'] = 'Deleting the preset named <strong>$a</strong> will immediately disable DST for all users of that preset. This could possibly change their perception of time without warning. Are you sure you want to continue?';
$string['confirmdeletedstdefault'] = '<strong>The preset named $a is being used for all users of this site!</strong> Deleting it will change their perception of time without warning. Are you sure you want to continue?';
$string['cronwarning'] = 'The <a href=\"cron.php\">cron.php maintenance script</a> has not been run for at least 24 hours. <br />The <a href=\"../doc/?frame=install.html&sub=cron\">installation documentation</a> explains how you can automate this.';
$string['dstisapreference'] = 'Each user can choose which preset to use';
$string['dstisforcedto'] = 'Force all users to use';
$string['dstpresetforced'] = 'This is forced by the site administrator';
$string['dstpresets'] = 'DST Presets';
$string['emptydstlist'] = 'There are currently no DST presets defined. You can add one by clicking on the Add button.';
$string['editingdstpreset'] = 'Editing a DST preset';
$string['editingtimezone'] = 'Editing a timezone';
$string['edithelpdocs'] = 'Edit help documents';
$string['editstrings'] = 'Edit strings';
$string['errordstpresetactivateearlier'] = 'The month of activation must be earlier than the month of deactivation';
@@ -101,14 +98,14 @@ $string['errordstpresetnameexists'] = 'Another preset with that name already exi
$string['filteruploadedfiles'] = 'Filter uploaded files';
$string['helpadminseesall'] = 'Do admins see all calendar events or just those that apply to themselves?';
$string['helpcalendarsettings'] = 'Configure various calendar and date/time-related aspects of Moodle';
$string['helpdstforusers'] = 'Can each user choose his own DST settings?';
$string['helpmanagedstpresets'] = 'Click this button to add, edit and delete the DST presets available for this site.';
$string['helpforcetimezone'] = 'You can allow users to individually select their timezone, or force a timezone for everyone.';
$string['helpmanagetimezones'] = 'You can manually add, edit and delete the timezone profiles for this site, or you can let Moodle automatically update and download new profiles from moodle.org.';
$string['helpsitemaintenance'] = 'For upgrades and other work';
$string['helpstartofweek'] = 'Which day starts the week in the calendar?';
$string['helpupcominglookahead'] = 'How many days in the future does the calendar look for upcoming events by default?';
$string['helpupcomingmaxevents'] = 'How many (maximum) upcoming events are shown to users by default?';
$string['helpweekenddays'] = 'Which days of the week are treated as \"weekend\" and shown with a different colour?';
$string['managedstpresets'] = 'Manage DST Presets';
$string['managetimezones'] = 'Manage timezone profiles';
$string['nodstpresetsexist'] = 'DST support is disabled for all users because there are no DST presets defined. You can define some presets using the button below.';
$string['optionalmaintenancemessage'] = 'Optional maintenance messsage';
$string['returntocalendaroptions'] = 'Return to calendar options';
@@ -117,7 +114,11 @@ $string['sitemaintenancemode'] = 'Maintenance mode';
$string['sitemaintenanceon'] = 'Your site is currently in maintenance mode (only admins can log in or use the site).';
$string['sitemaintenanceoff'] = 'Maintenance mode has been disabled and the site is running normally again';
$string['sitemaintenancewarning'] = 'Your site is currently in maintenance mode (only admins can log in). To return this site to normal operation, <a href=\"maintenance.php\">disable maintenance mode</a>.';
$string['timezonenotforced'] = 'Users can choose their own timezone';
$string['timezoneisforcedto'] = 'Force all users to use';
$string['timezones'] = 'Timezones';
$string['therewereerrors'] = 'There were errors in your data';
$string['updatetimezones'] = 'Automatically update profiles';
$string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href=\"$a\">More information</a>';
$string['upgradelogsinfo'] = 'Some changes have recently been made in the way logs are stored. To be able to view all of your old logs on a per-activity basis, your old logs need to be upgraded. Depending on your site this can take a long time (eg several hours) and can be quite taxing on the database for large sites. Once you start this process you should let it finish (by keeping the browser window open). Don\'t worry - your site will work fine for other people while the logs are being upgraded.<br /><br />Do you want to upgrade your logs now?';