|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00027 $string['addall'] = 'Add all'; 00028 $string['addsel'] = 'Add to selection'; 00029 $string['allfilteredusers'] = 'All filtered ({$a->count}/{$a->total})'; 00030 $string['allselectedusers'] = 'All selected ({$a->count}/{$a->total})'; 00031 $string['allusers'] = 'All users ({$a})'; 00032 $string['available'] = 'Available'; 00033 $string['confirmmessage'] = 'Do you really want to send the message above to all these users?<br />{$a}'; 00034 $string['nofilteredusers'] = 'No users found (0/{$a})'; 00035 $string['noselectedusers'] = 'No users selected'; 00036 $string['removeall'] = 'Remove all'; 00037 $string['removesel'] = 'Remove from selection'; 00038 $string['selected'] = 'Selected'; 00039 $string['selectedlist'] = 'Selected user list...'; 00040 $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.'; 00041 $string['users'] = 'Users'; 00042 $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.'; 00043 $string['usersfound'] = '{$a} user(s) found.'; 00044 $string['usersinlist'] = 'Users in list'; 00045 $string['usersselected'] = '{$a} user(s) selected.';