mirror of
https://github.com/moodle/moodle.git
synced 2025-02-05 15:53:36 +01:00
12 lines
310 B
PHP
12 lines
310 B
PHP
|
<?PHP // $Id$
|
|||
|
// block_section_links.php - created with Moodle 1.3 development (2004050500)
|
|||
|
|
|||
|
|
|||
|
$string['blockname'] = '<27><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>';
|
|||
|
$string['jumptocurrenttopic'] = '<27><><EFBFBD>ߤΥȥԥå<D4A5><C3A5>ذ<EFBFBD>ư';
|
|||
|
$string['jumptocurrentweek'] = '<27><><EFBFBD>ߤν<DFA4><CEBD>ذ<EFBFBD>ư';
|
|||
|
$string['topics'] = '<27>ȥԥå<D4A5>';
|
|||
|
$string['weeks'] = '<27><>';
|
|||
|
|
|||
|
?>
|