mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 11:27:51 +01:00
6 lines
198 B
PHP
6 lines
198 B
PHP
|
<?PHP
|
||
|
$string['blockname'] = 'Mentees';
|
||
|
$string['configtitle'] = 'Block title';
|
||
|
$string['leaveblanktohide'] = 'leave blank to hide the title';
|
||
|
$string['newmenteesblock'] = '(new Mentees block)';
|
||
|
?>
|