mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
adding some strings for db migration
This commit is contained in:
parent
001fc706ef
commit
860e5affcb
@ -124,6 +124,9 @@ $string['configzip'] = 'Indicate the location of your zip program (Unix only, op
|
||||
$string['confirmation'] = 'Confirmation';
|
||||
$string['confirminstall'] = 'You are about to install language pack ($a), are you sure?';
|
||||
$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['dbmigrate'] = 'Moodle Database Migration';
|
||||
$string['dbmigratewarning'] = 'Please make sure that you have backed up your moodle database before commencing this procedure. If you are unsure of how to do that, please contact your system admin. Your Moodle site will be put under maintenance mode after you start the migration process';
|
||||
$string['dbmigratewarning2'] = '<b>Warning: You are about to start the database migration process. Please be very sure that your entire Moodle database is backed up.</b>';
|
||||
$string['density'] = 'Density';
|
||||
$string['download'] = 'Download';
|
||||
$string['edithelpdocs'] = 'Edit help documents';
|
||||
@ -150,6 +153,7 @@ $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['importlangreminder'] = 'The database migration process is commencing. You will need to <b>log in again</b> for the upgrade to take effect. Please install unicode language packs as soon as possible from Admin->Lang->Lang Import Utility <b>after</b> the database migration process is completed. ';
|
||||
$string['importtimezones'] = 'Update complete list of timezones';
|
||||
$string['importtimezonescount'] = '$a->count entries imported from $a->source';
|
||||
$string['importtimezonesfailed'] = 'No sources found! (Bad news)';
|
||||
@ -201,6 +205,7 @@ $string['timezoneforced'] = 'This is forced by the site administrator';
|
||||
$string['timezoneisforcedto'] = 'Force all users to use';
|
||||
$string['timezonenotforced'] = 'Users can choose their own timezone';
|
||||
$string['updatelangs'] = 'Update Language Packs';
|
||||
$string['unicodeupgradenotice'] = 'In Moodle 1.6 we have migrated all languages to Unicode. To complete the upgrade for this site, you need to convert all the data in your database to Unicode using our migration script. <a href=\"utfdbmigrate.php\">Click here to run the migration script now</a>!';
|
||||
$string['uninstall'] = 'Uninstall Seleted Language Pack';
|
||||
$string['uninstallconfirm'] = 'You are about to completely uninstall Language Pack $a, are you sure?';
|
||||
$string['upgradeforumread'] = 'A new feature has been added in Moodle 1.5 to track read/unread forum posts.<br />To use this functionality you need to <a href=\"$a\">update your tables</a>.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user