moodle/lang/zh_cn_utf8/block_html.php
2005-03-19 12:55:21 +00:00

12 lines
330 B
PHP

<?PHP // $Id$
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
$string['configcontent'] = '内容';
$string['configtitle'] = '版块标题';
$string['html'] = 'HTML';
$string['leaveblanktohide'] = '若要隐藏标题则保留此处为空白';
$string['newhtmlblock'] = '(新HTML版块)';
?>