moodle/lang/en_utf8/role.php

12 lines
311 B
PHP
Raw Normal View History

2006-08-09 05:35:55 +00:00
<?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';
?>