role assign: MDL-17323 Show users from parent contexts ... Refine group labels.

This commit is contained in:
tjhunt 2008-11-21 06:19:52 +00:00
parent a792ac1d7a
commit 490740d6cb
3 changed files with 30 additions and 8 deletions

View file

@ -134,8 +134,8 @@ $string['morethan'] = 'More than $a';
$string['multipleroles'] = 'Multiple roles';
$string['my:manageblocks'] = 'Manage myMoodle page blocks';
$string['nocapabilitiesincontext'] = 'No capabilities available in this context';
$string['noneinthiscontext'] = 'None in this context';
$string['noneinthiscontextmatching'] = 'No users matching \'$a\' in this context';
$string['noneinthisx'] = 'None in this $a';
$string['noneinthisxmatching'] = 'No users matching \'$a->search\' in this $a->contexttype';
$string['notabletoassignroleshere'] = 'You are not able to assign any roles here';
$string['notabletooverrideroleshere'] = 'You are not able to override the permissions on any roles here';
$string['notset'] = 'Not set';
@ -230,8 +230,8 @@ $string['user:viewuseractivitiesreport'] = 'See user activity reports';
$string['userhashiddenassignments'] = 'This user has one or more hidden role assignments in this course';
$string['usersfrom'] = 'Users from $a';
$string['usersfrommatching'] = 'Users from $a->contextname matching \'$a->search\'';
$string['usersinthiscontext'] = 'Users in this context';
$string['usersinthiscontextmatching'] = 'Users in this context matching \'$a\'';
$string['usersinthisx'] = 'Users in this $a';
$string['usersinthisxmatching'] = 'Users in this $a->contexttype matching \'$a->search\'';
$string['userswiththisrole'] = 'Users with role';
$string['userswithrole'] = 'All users with a role';
$string['useshowadvancedtochange'] = 'Use \'Show advanced\' to change';