moodle/lang/en_utf8/bulkusers.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';