mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Added lang string
This commit is contained in:
parent
9250203ff5
commit
7654b2bb08
@ -148,7 +148,7 @@
|
||||
include_once('override.html');
|
||||
print_simple_box_end();
|
||||
} else {
|
||||
notice(get_string('nocapabilitiesincontext', 'moodle'),
|
||||
notice(get_string('nocapabilitiesincontext', 'role'),
|
||||
$CFG->wwwroot.'/admin/roles/override.php?contextid='.$contextid);
|
||||
}
|
||||
}
|
||||
|
@ -8,6 +8,7 @@ $string['currentrole'] = 'Current role';
|
||||
$string['currentcontext'] = 'Current context';
|
||||
$string['existingusers'] = '$a existing users';
|
||||
$string['inherit'] = 'Inherit';
|
||||
$string['nocapabilitiesincontext'] = 'No capabilities available in this context';
|
||||
$string['overrideroles'] = 'Override roles';
|
||||
$string['potentialusers'] = '$a potential users';
|
||||
$string['prevent'] = 'Prevent';
|
||||
@ -58,4 +59,4 @@ $string['course:viewscales'] = 'View scales';
|
||||
$string['course:managescales'] = 'Manage scales';
|
||||
$string['course:managegroups'] = 'Manage groups';
|
||||
|
||||
?>
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user