moodle/lang/ko/label.php
moodler a3dec13dab First very rough version of Korean.
Some of it is euc-kr ... some of it is Unicode ...
2004-02-10 06:38:11 +00:00

10 lines
210 B
PHP

<?PHP // $Id$
// label.php - created with Moodle 1.2 development (2004012700)
$string['labeltext'] = '라벨 텍스트';
$string['modulename'] = '라벨';
$string['modulenameplural'] = '라벨들';
?>