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

34 lines
1.6 KiB
PHP

<?PHP // $Id$
// choice.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
$string['allowupdate'] = '선택한 것을 수정할 수 있도록 허용합니다.';
$string['answered'] = '응답함';
$string['choice'] = '선택지 $a';
$string['choiceclose'] = '까지';
$string['choicename'] = '조사명';
$string['choiceopen'] = '열기';
$string['choicetext'] = '선택지 내용';
$string['havetologin'] = '선택을 제출하기 전에 로그인해야 합니다.';
$string['modulename'] = '선택';
$string['modulenameplural'] = '선택지';
$string['mustchooseone'] = '저장하기전에 답을 선택하여야 합니다. 저장되지 않았습니다.';
$string['notanswered'] = '아직 답을 제출하지 않았습니다';
$string['notopenyet'] = '죄송합니다만, 이 활동은 $a까지 활용될 수 없습니다.';
$string['privacy'] = '결과의 정보보호';
$string['publish'] = '결과를 공개합니다';
$string['publishafteranswer'] = '학생들이 응답한 후 학생들에게 결과를 공개한다.';
$string['publishafterclose'] = '선택이 종료된 후에 학생들에게 결과를 공개한다.';
$string['publishalways'] = '언제나 학생들에게 결과를 공개합니다.';
$string['publishanonymous'] = '학생이름을 제시하지 말고 익명으로 결과를 공개합니다.';
$string['publishnames'] = '이름과 학생의 선택을 공개하고 완전한 결과를 공개합니다.';
$string['publishnot'] = '학생들에게 결과를 공개하지 않습니다.';
$string['responses'] = '응답';
$string['responsesto'] = '$a에 응답하다';
$string['savemychoice'] = '나의 선택을 컴퓨터에 저장합니다';
$string['showunanswered'] = '응답이 없는 항목을 보여라';
$string['timerestrict'] = '이 기간중에 답하는 것을 제한합니다.';
$string['viewallresponses'] = '학생들의 응답 보고 피드백 쓰기';
?>