mirror of
https://github.com/moodle/moodle.git
synced 2025-02-08 00:52:33 +01:00
11 lines
325 B
PHP
11 lines
325 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
$string['blockname'] = '마당 링크';
|
|
$string['jumptocurrenttopic'] = '현재 토픽으로 가기';
|
|
$string['jumptocurrentweek'] = '이번주로 가기';
|
|
$string['topics'] = '토픽';
|
|
$string['weeks'] = '주';
|
|
|
|
?>
|