mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
MDL-10181, bulk user action and language pack fixes
This commit is contained in:
parent
379eaebde1
commit
68853d0dd3
9 changed files with 30 additions and 14 deletions
|
@ -2,8 +2,8 @@
|
|||
$string['usersinlist'] = 'Users in list';
|
||||
$string['addall'] = 'Add all to selection';
|
||||
$string['addsel'] = 'Add to selection';
|
||||
$string['removeall'] = 'Remove all from selection';
|
||||
$string['removeall'] = 'Clear selection';
|
||||
$string['removesel'] = 'Remove from selection';
|
||||
$string['filtered'] = 'Filtered';
|
||||
$string['available'] = 'Available';
|
||||
$string['selected'] = 'Selected';
|
||||
$string['action'] = 'Action';
|
||||
$string['usersfound'] = '$a user(s) found';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue