mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
7 lines
No EOL
268 B
PHP
Executable file
7 lines
No EOL
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)';
|
|
?>
|