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');
|
include_once('override.html');
|
||||||
print_simple_box_end();
|
print_simple_box_end();
|
||||||
} else {
|
} else {
|
||||||
notice(get_string('nocapabilitiesincontext', 'moodle'),
|
notice(get_string('nocapabilitiesincontext', 'role'),
|
||||||
$CFG->wwwroot.'/admin/roles/override.php?contextid='.$contextid);
|
$CFG->wwwroot.'/admin/roles/override.php?contextid='.$contextid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@ $string['currentrole'] = 'Current role';
|
||||||
$string['currentcontext'] = 'Current context';
|
$string['currentcontext'] = 'Current context';
|
||||||
$string['existingusers'] = '$a existing users';
|
$string['existingusers'] = '$a existing users';
|
||||||
$string['inherit'] = 'Inherit';
|
$string['inherit'] = 'Inherit';
|
||||||
|
$string['nocapabilitiesincontext'] = 'No capabilities available in this context';
|
||||||
$string['overrideroles'] = 'Override roles';
|
$string['overrideroles'] = 'Override roles';
|
||||||
$string['potentialusers'] = '$a potential users';
|
$string['potentialusers'] = '$a potential users';
|
||||||
$string['prevent'] = 'Prevent';
|
$string['prevent'] = 'Prevent';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue