mirror of
https://github.com/moodle/moodle.git
synced 2025-02-02 14:19:07 +01:00
45 lines
3.9 KiB
PHP
Executable File
45 lines
3.9 KiB
PHP
Executable File
<?php // $Id$
|
|
// admin.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
$string['adminseesallevents'] = 'Administrators see all events';
|
|
$string['adminseesownevents'] = 'Administrators are just like other users';
|
|
$string['blockinstances'] = 'Instances';
|
|
$string['blockmultiple'] = 'Multiple';
|
|
$string['change'] = 'change';
|
|
$string['cachetext'] = 'Text cache lifetime';
|
|
$string['calendarsettings'] = 'Calendar';
|
|
$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['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['errordstpresetactivateearlier'] = 'The month of activation must be earlier than the month of deactivation';
|
|
$string['errordstpresetnameempty'] = 'The preset name cannot be empty';
|
|
$string['errordstpresetnameexists'] = 'Another preset with that name already exists';
|
|
$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['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['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['therewereerrors'] = 'There were errors in your data';
|
|
$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?';
|
|
|
|
$string['upgradesure'] = 'Your Moodle files have been changed, and you are about to automatically upgrade your server to this version:
|
|
<p><b>$a</b></p>
|
|
<p>Once you do this you can not go back again.</p>
|
|
<p>Are you sure you want to upgrade this server to this version?</p>';
|
|
$string['upgradinglogs'] = 'Upgrading logs';
|
|
|
|
?>
|