mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-10181, adding subtracting mechanism for bulk user opertaions, and add some help
This commit is contained in:
parent
07aa205712
commit
dc155ceb57
5 changed files with 49 additions and 10 deletions
|
@ -1,10 +1,13 @@
|
|||
<?php //$Id$
|
||||
$string['usersinlist'] = 'Users in list';
|
||||
$string['addall'] = 'Add all to selection';
|
||||
$string['addsel'] = 'Add to selection';
|
||||
$string['removeall'] = 'Clear selection';
|
||||
$string['removesel'] = 'Remove from selection';
|
||||
$string['addall'] = 'Add all available users';
|
||||
$string['addsel'] = 'Add selected available users';
|
||||
$string['removeall'] = 'Remove all available users';
|
||||
$string['removesel'] = 'Remove selected available users';
|
||||
$string['deleteall'] = 'Clear all users';
|
||||
$string['deletesel'] = 'Clear selected users';
|
||||
$string['available'] = 'Available';
|
||||
$string['selected'] = 'Selected';
|
||||
$string['selectedlist'] = 'Selected user list...';
|
||||
$string['usersfound'] = '$a user(s) found.';
|
||||
$string['usersselected'] = '$a user(s) selected.';
|
Loading…
Add table
Add a link
Reference in a new issue