This commit is contained in:
nicolasconnault
2007-03-27 07:28:20 +00:00
parent b5a5a482bd
commit 0428d11d76
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -197,6 +197,7 @@
print_heading_with_help(get_string('assignroles', 'role'), 'assignroles');
print_simple_box(get_string('globalroleswarning', 'role'), 'center', '700');
if ($roleid) { /// prints a form to swap roles
+1
View File
@@ -55,6 +55,7 @@ $string['errorbadroleshortname'] = 'Incorrect role name';
$string['errorexistsrolename'] = 'Role name already exists';
$string['errorexistsroleshortname'] = 'Role name already exists';
$string['existingusers'] = '$a existing users';
$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['inherit'] = 'Inherit';
$string['legacy:admin'] = 'LEGACY ROLE: Administrator';
$string['legacy:coursecreator'] = 'LEGACY ROLE: Course Creator';