mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixes to languages for admin (setting up and upgrading databases)
This commit is contained in:
parent
0bfa3ba286
commit
169d3404a3
3 changed files with 30 additions and 16 deletions
|
@ -45,6 +45,10 @@ $string[courses] = "Courses";
|
|||
$string[createaccount] = "Create my new account";
|
||||
$string[createuserandpass] = "Create a new username and password to log in with";
|
||||
$string[currentlocaltime] = "your current local time";
|
||||
$string[databasechecking] = "Upgrading Moodle database from version \$a->oldversion to \$a->newversion...";
|
||||
$string[databasesetup] = "Setting up database";
|
||||
$string[databasesuccess] = "Database was successfully upgraded";
|
||||
$string[databaseupgrades] = "Upgrading database";
|
||||
$string[defaultcoursefullname] = "Course Fullname 101";
|
||||
$string[defaultcourseshortname] = "CF101";
|
||||
$string[defaultcoursestudent] = "Student";
|
||||
|
@ -295,6 +299,8 @@ $string[success] = "Success";
|
|||
$string[summary] = "Summary";
|
||||
$string[summaryof] = "Summary of \$a";
|
||||
$string[supplyinfo] = "Please supply some information about yourself";
|
||||
$string[modulesetup] = "Setting up module tables";
|
||||
$string[modulesuccess] = "\$a tables have been set up correctly";
|
||||
$string[teacherforum] = "Teacher forum";
|
||||
$string[teacheronly] = "for the \$a only";
|
||||
$string[textformat] = "Plain text format";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue