Fixed missing string adminhelpbackup

This commit is contained in:
moodler 2003-12-01 06:47:23 +00:00
parent 0315927955
commit eb12fd50d2

View file

@ -26,6 +26,7 @@ $string['addstudent'] = 'Add student';
$string['addteacher'] = 'Add teacher'; $string['addteacher'] = 'Add teacher';
$string['admin'] = 'Admin'; $string['admin'] = 'Admin';
$string['adminhelpaddnewuser'] = 'To manually create a new user account'; $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['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site';
$string['adminhelpassigncreators'] = 'Creators can create new courses and teach in them'; $string['adminhelpassigncreators'] = 'Creators can create new courses and teach in them';
$string['adminhelpassignstudents'] = 'Go into a course and add students from the admin menu'; $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['currentrelease'] = 'Current release information';
$string['currentversion'] = 'Current version'; $string['currentversion'] = 'Current version';
$string['databasechecking'] = 'Upgrading Moodle database from version $a->oldversion to $a->newversion...'; $string['databasechecking'] = 'Upgrading Moodle database from version $a->oldversion to $a->newversion...';
$string['databaseperformance'] = 'Database performance';
$string['databasesetup'] = 'Setting up database'; $string['databasesetup'] = 'Setting up database';
$string['databasesuccess'] = 'Database was successfully upgraded'; $string['databasesuccess'] = 'Database was successfully upgraded';
$string['databaseupgradebackups'] = 'Backup version is now $a'; $string['databaseupgradebackups'] = 'Backup version is now $a';