mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
10 lines
No EOL
394 B
PHP
10 lines
No EOL
394 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.';
|
|
$string['usersselected'] = '$a user(s) selected.'; |