"MDL-12304, fix double text"
[moodle-linuxchix.git] / lang / en_utf8 / bulkusers.php
blobda28d16a55180b43a7e12eca50bdef30248893e9
1 <?php //$Id$
2 $string['allfilteredusers'] = 'All filtered ($a->count/$a->total)';
3 $string['allselectedusers'] = 'All selected ($a->count/$a->total)';
4 $string['allusers'] = 'All users ($a)';
5 $string['available'] = 'Available';
6 $string['addall'] = 'Add all';
7 $string['addsel'] = 'Add to selection';
8 $string['confirmmessage'] = 'Do you really want to send the message above to all these users?<br />$a' ;
9 $string['noselectedusers'] = 'No users selected';
10 $string['nofilteredusers'] = 'No users found (0/$a)';
11 $string['removesel'] = 'Remove from selection';
12 $string['removeall'] = 'Remove all';
13 $string['selected'] = 'Selected';
14 $string['selectedlist'] = 'Selected user list...';
15 $string['usersfound'] = '$a user(s) found.';
16 $string['usersinlist'] = 'Users in list';
17 $string['usersselected'] = '$a user(s) selected.';