mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
ROLES AND PERMISSIONS - FIRST CHECK-IN
======================================= WARNING: DEV IS CURRENTLY VERY UNSTABLE. This is a mega-checkin of the new Roles system. A lot of changes have been made in core and modules. Currently there are a lot of rough edges and known problems. We are working hard on these .. .the reason for getting this into HEAD at this stage is enable us to move faster (our branch was diverging from HEAD too much). Please keep an eye on http://docs.moodle.org/en/Roles for current status and information for developers on how to use the new Roles system.
This commit is contained in:
parent
394577c3e4
commit
bbbf2d4015
139 changed files with 40452 additions and 2001 deletions
|
@ -71,6 +71,7 @@ $string['adminhelpxmldbeditor'] = 'Interface to edit the XMLDB files. Only for d
|
|||
$string['adminhelpusers'] = 'Define your users and set up authentication';
|
||||
$string['administration'] = 'Administration';
|
||||
$string['administrator'] = 'Administrator';
|
||||
$string['administratordescription'] = 'Administrators can usually do anything on the site, in all courses.';
|
||||
$string['administrators'] = 'Administrators';
|
||||
$string['administratorsall'] = 'All administrators';
|
||||
$string['administratorsandteachers'] = 'Administrators and teachers';
|
||||
|
@ -229,7 +230,8 @@ $string['courseapprovedfailed'] = 'Failed to save the course as approved!';
|
|||
$string['coursebackup'] = 'Course backup';
|
||||
$string['coursecategories'] = 'Course categories';
|
||||
$string['coursecategory'] = 'Course category';
|
||||
$string['coursecreators'] = 'Course creators';
|
||||
$string['coursecreators'] = 'Course creator';
|
||||
$string['coursecreatorsdescription'] = 'Course creators can create new courses and teach in them.';
|
||||
$string['coursefiles'] = 'Course files';
|
||||
$string['courseformats'] = 'Course formats';
|
||||
$string['coursegrades'] = 'Course grades';
|
||||
|
@ -305,9 +307,11 @@ $string['default'] = 'Default';
|
|||
$string['defaultcoursefullname'] = 'Course Fullname 101';
|
||||
$string['defaultcourseshortname'] = 'CF101';
|
||||
$string['defaultcoursestudent'] = 'Student';
|
||||
$string['defaultcoursestudentdescription'] = 'Students generally have less privileges within a course.';
|
||||
$string['defaultcoursestudents'] = 'Students';
|
||||
$string['defaultcoursesummary'] = 'Write a concise and interesting paragraph here that explains what this course is about';
|
||||
$string['defaultcourseteacher'] = 'Teacher';
|
||||
$string['defaultcourseteacherdescription'] = 'Teachers can do anything within a course, including changing the activities and grading students.';
|
||||
$string['defaultcourseteachers'] = 'Teachers';
|
||||
$string['delete'] = 'Delete';
|
||||
$string['deleteall'] = 'Delete all';
|
||||
|
@ -611,6 +615,8 @@ $string['groups'] = 'Groups';
|
|||
$string['groupsnone'] = 'No groups';
|
||||
$string['groupsseparate'] = 'Separate groups';
|
||||
$string['groupsvisible'] = 'Visible groups';
|
||||
$string['guest'] = 'Guest';
|
||||
$string['guestdescription'] = 'Guests have minimal privileges and usually can not enter text anywhere.';
|
||||
$string['guestskey'] = 'Allow guests who have the key';
|
||||
$string['guestsno'] = 'Do not allow guests in';
|
||||
$string['guestsnotallowed'] = 'Sorry, \'$a\' does not allow guests to enter.';
|
||||
|
@ -916,6 +922,8 @@ $string['noimagesyet'] = 'No images have been uploaded to your course yet';
|
|||
$string['nomorecourses'] = 'No more matching courses could be found';
|
||||
$string['nomoreidnumber'] = 'Not using an idnumber to avoid collisions';
|
||||
$string['none'] = 'None';
|
||||
$string['noneditingteacher'] = 'Non-editing teacher';
|
||||
$string['noneditingteacherdescription'] = 'Non-editing teachers can teach in courses and grade students, but may not alter activities.';
|
||||
$string['nopendingcourses'] = 'There are no courses pending approval';
|
||||
$string['nopotentialadmins'] = 'No potential admins';
|
||||
$string['nopotentialcreators'] = 'No potential course creators';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue