moodle/lang/zh_cn_utf8/block_html.php

12 lines
330 B
PHP
Raw Normal View History

2005-02-15 16:21:40 +00:00
<?PHP // $Id$
2005-03-19 12:55:21 +00:00
// block_html.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005031000)
2005-02-15 16:21:40 +00:00
$string['configcontent'] = '内容';
$string['configtitle'] = '版块标题';
2005-03-19 12:55:21 +00:00
$string['html'] = 'HTML';
2005-02-15 16:21:40 +00:00
$string['leaveblanktohide'] = '若要隐藏标题则保留此处为空白';
2005-03-19 12:55:21 +00:00
$string['newhtmlblock'] = '(新HTML版块)';
2005-02-15 16:21:40 +00:00
?>