mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
7 lines
268 B
PHP
Executable File
7 lines
268 B
PHP
Executable File
<?PHP
|
|
$string['blockname'] = 'Mentees';
|
|
$string['configtitle'] = 'Block title';
|
|
$string['configtitleblankhides'] = 'Block title (no title if blank)';
|
|
$string['leaveblanktohide'] = 'leave blank to hide the title';
|
|
$string['newmenteesblock'] = '(new Mentees block)';
|
|
?>
|