mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Added lang string
This commit is contained in:
parent
9250203ff5
commit
7654b2bb08
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue