moodle/lang/en_utf8/block_html.php

12 lines
304 B
PHP
Raw Normal View History

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