From 8871caf0ac9735b67200a6bdcae3477701077e63 Mon Sep 17 00:00:00 2001
From: moodler
For example, a student has two roles in a course, one that allows them to start new discussions, one that prevents them. In this case, - we check the categories and the site contexts, looking for another + we check the categories and the system contexts, looking for another defined permission to help us decide. If we don't find one, then permission is PREVENT by default (because the two settings cancelled each other out, and thus you have no permission). diff --git a/lang/en_utf8/help/roles.html b/lang/en_utf8/help/roles.html index dd645810d8..e133454e00 100644 --- a/lang/en_utf8/help/roles.html +++ b/lang/en_utf8/help/roles.html @@ -1,7 +1,7 @@
-A role is a collection of permissions defined for the whole site +A role is a collection of permissions defined for the whole system that you can assign to specific users in specific contexts.
diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 9e33db48c4..19c9f224d1 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -249,7 +249,7 @@ $string['copyingsitefiles'] = 'Copying site files used in course'; $string['copyinguserfiles'] = 'Copying user files'; $string['copyingzipfile'] = 'Copying zip file'; $string['copyrightnotice'] = 'Copyright notice'; -$string['coresystem'] = 'Core system'; +$string['coresystem'] = 'System'; $string['cost'] = 'Cost'; $string['costdefault'] = 'Default cost'; $string['counteditems'] = '$a->count $a->items'; diff --git a/lang/en_utf8/role.php b/lang/en_utf8/role.php index 023d342c1d..914701079a 100644 --- a/lang/en_utf8/role.php +++ b/lang/en_utf8/role.php @@ -8,7 +8,7 @@ $string['allowassign'] = 'Allow role assignments'; $string['allowoverride'] = 'Allow role overrides'; $string['assignroles'] = 'Assign roles'; $string['assignrolesin'] = 'Assign roles in $a'; -$string['assignglobalroles'] = 'Assign global roles'; +$string['assignglobalroles'] = 'Assign system roles'; $string['blog:create'] = 'Create new blog entries'; $string['blog:manageentries'] = 'Edit and manage entries'; $string['blog:manageofficialtags'] = 'Manage official tags'; @@ -74,8 +74,12 @@ $string['errorbadroleshortname'] = 'Incorrect role name'; $string['errorexistsrolename'] = 'Role name already exists'; $string['errorexistsroleshortname'] = 'Role name already exists'; $string['existingusers'] = '$a existing users'; +<<<<<<< role.php $string['globalrole'] = 'Global role'; $string['globalroleswarning'] = 'WARNING! Any roles you assign from this page will apply to the assigned users throughout the entire site, including the front page and all the courses.'; +======= +$string['globalroleswarning'] = 'WARNING! Any roles you assign from this page will apply to the assigned users throughout the entire system, including the front page and all the courses.'; +>>>>>>> 1.23.2.11 $string['inherit'] = 'Inherit'; $string['legacy:admin'] = 'LEGACY ROLE: Administrator'; $string['legacy:coursecreator'] = 'LEGACY ROLE: Course Creator'; -- 2.39.5