]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed missing string adminhelpbackup
authormoodler <moodler>
Mon, 1 Dec 2003 06:47:23 +0000 (06:47 +0000)
committermoodler <moodler>
Mon, 1 Dec 2003 06:47:23 +0000 (06:47 +0000)
lang/en/moodle.php

index d7e973465e96baac11f8fd6ecaa21b4168028ba6..ddc3bd1c9fa05a77300949e3c7ccd6d35a73d46a 100644 (file)
@@ -26,6 +26,7 @@ $string['addstudent'] = 'Add student';
 $string['addteacher'] = 'Add teacher';
 $string['admin'] = 'Admin';
 $string['adminhelpaddnewuser'] = 'To manually create a new user account';
+$string['adminhelpbackup'] = 'Configure how backups function';
 $string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site';
 $string['adminhelpassigncreators'] = 'Creators can create new courses and teach in them';
 $string['adminhelpassignstudents'] = 'Go into a course and add students from the admin menu';
@@ -187,6 +188,7 @@ $string['currentlocaltime'] = 'your current local time';
 $string['currentrelease'] = 'Current release information';
 $string['currentversion'] = 'Current version';
 $string['databasechecking'] = 'Upgrading Moodle database from version $a->oldversion to $a->newversion...';
+$string['databaseperformance'] = 'Database performance';
 $string['databasesetup'] = 'Setting up database';
 $string['databasesuccess'] = 'Database was successfully upgraded';
 $string['databaseupgradebackups'] = 'Backup version is now $a';