moodle/lang/zh_cn_utf8/block_section_links.php
2005-02-15 16:21:40 +00:00

12 lines
319 B
PHP

<?PHP // $Id$
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005021000)
$string['blockname'] = '区段链接';
$string['jumptocurrenttopic'] = '跳转到当前主题';
$string['jumptocurrentweek'] = '跳转到当前周';
$string['topics'] = '主题';
$string['weeks'] = '周';
?>