moodle/lang/en_utf8/role.php
2006-08-09 05:35:55 +00:00

12 lines
311 B
PHP

<?php // $Id$
// role.php
$string['assignroles'] = 'Assign roles';
$string['currentrole'] = 'Current role';
$string['currentcontext'] = 'Current context';
$string['existingusers'] = '$a existing users';
$string['overrideroles'] = 'Override roles';
$string['potentialusers'] = '$a potential users';
?>