mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
9 lines
343 B
PHP
9 lines
343 B
PHP
<?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['available'] = 'Available';
|
|
$string['selected'] = 'Selected';
|
|
$string['usersfound'] = '$a user(s) found';
|