12 lines
319 B
PHP
12 lines
319 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.6 development (2005052400)
|
|
|
|
|
|
$string['blockname'] = 'ÅÔ§¡ìä»ÊèǹÍ×è¹ æ';
|
|
$string['jumptocurrenttopic'] = 'ä»ÂѧËÑÇ¢éͻѨ¨ØºÑ¹';
|
|
$string['jumptocurrentweek'] = 'ä»ÂѧÊÑ»´ÒËì»Ñ¨¨ØºÑ¹';
|
|
$string['topics'] = 'ËÑÇ¢éÍ';
|
|
$string['weeks'] = 'ÊÑ»´ÒËì';
|
|
|
|
?>
|