moodle/lang/en_utf8/block_html.php
2006-11-01 09:44:01 +00:00

12 lines
304 B
PHP

<?PHP // $Id$
// block_html.php - created with Moodle 1.7 beta + (2006101003)
$string['configcontent'] = 'Content';
$string['configtitle'] = 'Block Title';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = 'leave blank to hide the title';
$string['newhtmlblock'] = '(new HTML block)';
?>