mirror of
https://github.com/moodle/moodle.git
synced 2025-02-01 21:54:04 +01:00
12 lines
307 B
PHP
12 lines
307 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.3 (2004052500)
|
|
|
|
|
|
$string['blockname'] = 'ÅÔ§¡ìä»ÊèǹÍ×è¹ æ';
|
|
$string['jumptocurrenttopic'] = 'ä»ÂѧËÑÇ¢éͻѨ¨ØºÑ¹';
|
|
$string['jumptocurrentweek'] = 'ä»ÂѧÊÑ»´ÒËì»Ñ¨¨ØºÑ¹';
|
|
$string['topics'] = 'ËÑÇ¢éÍ';
|
|
$string['weeks'] = 'ÊÑ»´ÒËì';
|
|
|
|
?>
|