moodle/lang/en_utf8/block_html.php

9 lines
232 B
PHP
Raw Normal View History

<?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)';
?>