MDL-21695 adding help strings

This commit is contained in:
Helen Foster 2010-05-20 12:15:59 +00:00
parent da12126322
commit 7a4b8aebb0

View File

@ -36,6 +36,9 @@ $string['removeall'] = 'Remove all';
$string['removesel'] = 'Remove from selection';
$string['selected'] = 'Selected';
$string['selectedlist'] = 'Selected user list...';
$string['selectedlist_help'] = 'Users can be added or removed from the selected users list by clicking on the users\' names then clicking on an appropriate button. Multiple users may be selected by holding down the Apple or Ctrl key whilst clicking on the users\' names.';
$string['users'] = 'Users';
$string['users_help'] = 'All users who passed the active filters are listed in the available box. If no filter is set, all site users are listed.';
$string['usersfound'] = '{$a} user(s) found.';
$string['usersinlist'] = 'Users in list';
$string['usersselected'] = '{$a} user(s) selected.';