moodle/lang/ko_utf8/questionnaire.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

17 lines
768 B
PHP

<?PHP // $Id$
// questionnaire.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
$string['alreadyfilled'] = '이 설문지를 이미 제출했습니다. 감사합니다.';
$string['modulename'] = '설문지';
$string['modulenameplural'] = '설문';
$string['mustcomplete'] = '결과를 저장하기 위해서는 설문을 완료해야 합니다. 다음에 완료할 수 있도록 설정되어 있지 않습니다.';
$string['notavail'] = '그 설문은 아직 가능하지 않습니다. 다음에 다시 시도해 보세요.';
$string['qmanage'] = '설문 관리하기';
$string['qmanagetitle'] = '설문 관리 phpESP';
$string['qtype'] = '유형';
$string['questionnaireid'] = '설문 결과';
$string['respondenttype'] = '답변 유형';
?>