moodle/lang/ko_utf8/hotpot.php
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
446 B
PHP

<?PHP // $Id$
// hotpot.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
$string['clearall'] = '모두 깨끗이';
$string['deleteall'] = '모두 지우기';
$string['modulename'] = '뜨거운 감자 퀴즈';
$string['modulenameplural'] = '뜨거운 감자 퀴즈';
$string['really'] = '이 퀴즈에 대한 모든 결과를 지울까요?';
$string['strattemptlabel'] = '시도: 점수, 일시(유지기간),[벌점]';
?>