mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed missing string adminhelpbackup
This commit is contained in:
parent
0315927955
commit
eb12fd50d2
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue