Some new strings, including filter names

This commit is contained in:
moodler 2004-02-22 12:14:37 +00:00
parent b17333be71
commit 677d1679fa
9 changed files with 60 additions and 1 deletions

View file

@ -2,6 +2,7 @@
// admin.php - created with Moodle 1.2 development (2003111400)
$string['cachetext'] = 'Text cache lifetime';
$string['upgradelogs'] = 'For full functionality, your old logs need to be upgraded. <a href=\"$a\">More information</a>';
$string['upgradelogsinfo'] = 'Some changes have way some 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?';