mirror of
https://github.com/moodle/moodle.git
synced 2025-02-11 03:03:43 +01:00
12 lines
308 B
PHP
12 lines
308 B
PHP
|
<?PHP // $Id$
|
|||
|
// block_section_links.php - created with Moodle 1.3 (2004052500)
|
|||
|
|
|||
|
|
|||
|
$string['blockname'] = '<27><>駤<EFBFBD><E9A7A4><EFBFBD><EFBFBD><EFBFBD>ǹ<EFBFBD><C7B9><EFBFBD><EFBFBD> <20>';
|
|||
|
$string['jumptocurrenttopic'] = '<27><><EFBFBD>ѧ<EFBFBD><D1A7>Ǣ<EFBFBD>ͻѨ<CDBB>غѹ';
|
|||
|
$string['jumptocurrentweek'] = '<27><><EFBFBD>ѧ<EFBFBD>ѻ<EFBFBD><D1BB><EFBFBD><EFBFBD><EFBFBD>Ѩ<EFBFBD>غѹ';
|
|||
|
$string['topics'] = '<27><>Ǣ<EFBFBD><C7A2>';
|
|||
|
$string['weeks'] = '<27>ѻ<EFBFBD><D1BB><EFBFBD><EFBFBD>';
|
|||
|
|
|||
|
?>
|