From: moodler Date: Wed, 9 Jan 2008 06:50:42 +0000 (+0000) Subject: Merged MDL-12801 from MOODLE_18_STABLE (improve roles terminology for system) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8871caf0ac9735b67200a6bdcae3477701077e63;p=moodle.git Merged MDL-12801 from MOODLE_18_STABLE (improve roles terminology for system) --- diff --git a/lang/en_utf8/help/assignroles.html b/lang/en_utf8/help/assignroles.html index cbbb98bc69..d9847e37a8 100644 --- a/lang/en_utf8/help/assignroles.html +++ b/lang/en_utf8/help/assignroles.html @@ -11,8 +11,10 @@ in that role, for the current context and all Contexts:

    -
  1. Site/System
  2. +
  3. System (the entire installation)
  4. +
  5. Front page (the "site course")
  6. Course Categories
  7. +
  8. Course Sub-categories
  9. Courses
  10. Blocks and Activities
diff --git a/lang/en_utf8/help/contexts.html b/lang/en_utf8/help/contexts.html index c9dde9d0fd..1825b37f16 100644 --- a/lang/en_utf8/help/contexts.html +++ b/lang/en_utf8/help/contexts.html @@ -7,7 +7,8 @@ inherited from "higher" to "lower" contexts.

    -
  1. Site (System)
  2. +
  3. System (the entire installation)
  4. +
  5. Front page (the "site course")
  6. Course Categories
  7. Course Sub-categories
  8. Courses
  9. diff --git a/lang/en_utf8/help/permissions.html b/lang/en_utf8/help/permissions.html index ab779ee8d5..f1753094c9 100644 --- a/lang/en_utf8/help/permissions.html +++ b/lang/en_utf8/help/permissions.html @@ -18,7 +18,7 @@ to one of four values: gets assigned to someone (eg in a course) that has this permission for a capability, then the actual permission they'll have will just be the same as they already had at higher-level contexts (eg categories - or site level). Ultimately, if permission is never allowed at any + or system level). Ultimately, if permission is never allowed at any level, then the user will have no permission for that capability. @@ -42,9 +42,9 @@ to one of four values: deny permissions to a role in a way that can NOT be overridden at any lower context. A good example of when you might need this is when an admin wants to prohibit one person from starting new - discussions in any forum on the whole site. In this case they + discussions in any forum on the whole system. In this case they can create a role with that capability set to "Prohibit" and then - assign it to that user in the site context. + assign it to that user in the system context. @@ -64,7 +64,7 @@ to one of four values:

    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 @@

    Roles

    -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';