mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
9 lines
232 B
PHP
9 lines
232 B
PHP
|
<?php // $Id$
|
||
|
|
||
|
$string['html'] = 'HTML';
|
||
|
$string['configtitle'] = 'Block Title';
|
||
|
$string['configcontent'] = 'Content';
|
||
|
$string['leaveblanktohide'] = 'leave blank to hide the title';
|
||
|
$string['newhtmlblock'] = '(new HTML block)';
|
||
|
|
||
|
?>
|