Files
moodle/lang/ko/label.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

10 lines
210 B
PHP

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