From: moodler Date: Sun, 12 Mar 2006 07:33:42 +0000 (+0000) Subject: New cronwarning2 string (see bug 4759) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=44e029bb4c088671b5c02abd35e3c0608e8f233a;p=moodle.git New cronwarning2 string (see bug 4759) --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 5a3c6e7c26..99d678b7ef 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -127,6 +127,7 @@ $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 cron.php maintenance script has not been run for at least 24 hours.
The installation documentation explains how you can automate this.'; +$string['cronwarning2'] = 'The cron.php maintenance script has not been run for at least 24 hours.
See the $a for information on how you should automate this.'; $string['dbmigrate'] = 'Moodle Database Migration'; $string['dbmigrationdeprecateddb'] = 'This database is migrated to a new UTF8 database and deprecated. Please edit your config.php and use the new database for this moodle.'; $string['dbmigrationdupfailed'] = 'Database duplication failed with possible error:
$a
';