mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
6 lines
No EOL
198 B
PHP
Executable file
6 lines
No EOL
198 B
PHP
Executable file
<?PHP
|
|
$string['blockname'] = 'Mentees';
|
|
$string['configtitle'] = 'Block title';
|
|
$string['leaveblanktohide'] = 'leave blank to hide the title';
|
|
$string['newmenteesblock'] = '(new Mentees block)';
|
|
?>
|