Files
moodle/lang/ko/block_section_links.php
T
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

12 lines
305 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'] = '주';
?>