mirror of
https://github.com/moodle/moodle.git
synced 2025-01-23 00:28:57 +01:00
11 lines
797 B
PHP
Executable File
11 lines
797 B
PHP
Executable File
<?PHP // $Id$
|
|
// admin.php - created with Moodle 1.2 development (2003111400)
|
|
|
|
|
|
$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?';
|
|
|
|
$string['upgradinglogs'] = 'Upgrading logs';
|
|
|
|
?>
|