mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
15 lines
428 B
PHP
15 lines
428 B
PHP
<?PHP // $Id$
|
|
// block_section_links.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
|
|
|
|
|
|
$string['blockname'] = '마당 링크';
|
|
$string['jumptocurrenttopic'] = '현재 토픽으로 가기';
|
|
$string['jumptocurrentweek'] = '이번주로 가기';
|
|
$string['thischarset'] = 'EUC-KR';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = '한국어';
|
|
$string['topics'] = '토픽';
|
|
$string['weeks'] = '주';
|
|
|
|
?>
|