mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Changes to allow much better control over what "teachers" are called
in a course. Firstly, the course settings page now allows the teachers to specify the word they want to use in place of "teachers" and "students" as well as "teacher" and "student". Secondly, a new teacher admin tool allows any teacher to modify the order and displayed role of teachers in that course. This affects the display on the course listings, the participants page and so on.
This commit is contained in:
parent
774ab66002
commit
b4d7002e66
11 changed files with 65 additions and 21 deletions
|
@ -63,8 +63,10 @@ $string[databaseupgrades] = "Upgrading database";
|
|||
$string[defaultcoursefullname] = "Course Fullname 101";
|
||||
$string[defaultcourseshortname] = "CF101";
|
||||
$string[defaultcoursestudent] = "Student";
|
||||
$string[defaultcoursestudents] = "Students";
|
||||
$string[defaultcoursesummary] = "Write a concise and interesting paragraph here that explains what this course is about";
|
||||
$string[defaultcourseteacher] = "Facilitator";
|
||||
$string[defaultcourseteacher] = "Teacher";
|
||||
$string[defaultcourseteachers] = "Teachers";
|
||||
$string[delete] = "Delete";
|
||||
$string[deletecheck] = "Delete \$a ?";
|
||||
$string[deletecheckfull] = "Are you absolutely sure you want to completely delete \$a ?";
|
||||
|
@ -300,6 +302,7 @@ $string[numviews] = "\$a views";
|
|||
$string[ok] = "OK";
|
||||
$string[opentoguests] = "Guest access";
|
||||
$string[optional] = "optional";
|
||||
$string[order] = "Order";
|
||||
$string[outline] = "Outline";
|
||||
$string[participants] = "Participants";
|
||||
$string[password] = "Password";
|
||||
|
@ -326,6 +329,7 @@ $string[resources] = "Resources";
|
|||
$string[returningtosite] = "Returning to this web site?";
|
||||
$string[requireskey] = "This course requires an enrolment key";
|
||||
$string[revert] = "Revert";
|
||||
$string[role] = "Role";
|
||||
$string[savechanges] = "Save changes";
|
||||
$string[search] = "Search";
|
||||
$string[searchagain] = "Search again";
|
||||
|
@ -360,7 +364,6 @@ $string[success] = "Success";
|
|||
$string[summary] = "Summary";
|
||||
$string[summaryof] = "Summary of \$a";
|
||||
$string[supplyinfo] = "Please supply some information about yourself";
|
||||
$string[teacherforum] = "Teacher forum";
|
||||
$string[teacheronly] = "for the \$a only";
|
||||
$string[textformat] = "Plain text format";
|
||||
$string[timezone] = "Timezone";
|
||||
|
@ -408,8 +411,12 @@ within the course so that we can learn more about you:
|
|||
$string[withchosenfiles] = "With chosen files";
|
||||
$string[wordforteacher] = "Your word for Teacher";
|
||||
$string[wordforteachereg] = "eg Teacher, Tutor, Facilitator etc";
|
||||
$string[wordforteachers] = "Your word for Teachers";
|
||||
$string[wordforteacherseg] = "eg Teachers, Tutors, Facilitators etc";
|
||||
$string[wordforstudent] = "Your word for Student";
|
||||
$string[wordforstudenteg] = "eg Student, Participant etc";
|
||||
$string[wordforstudents] = "Your word for Students";
|
||||
$string[wordforstudentseg] = "eg Students, Participants etc";
|
||||
$string[wrongpassword] = "Incorrect password for this username";
|
||||
$string[yes] = "Yes";
|
||||
$string[yourlastlogin] = "Your last login was";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue