MDL-10181, adding subtracting mechanism for bulk user opertaions, and add some help

This commit is contained in:
toyomoyo 2007-08-28 02:23:10 +00:00
parent 07aa205712
commit dc155ceb57
5 changed files with 49 additions and 10 deletions

View file

@ -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.';