mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
12 lines
311 B
PHP
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';
|
||
|
|
||
|
?>
|