mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
a3dec13dab
Some of it is euc-kr ... some of it is Unicode ...
23 lines
1.9 KiB
PHP
23 lines
1.9 KiB
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2004010800)
|
|
|
|
|
|
$string['answered'] = '답';
|
|
$string['choice'] = '기호';
|
|
$string['choicename'] = '기호명';
|
|
$string['choicetext'] = '선택교재';
|
|
$string['modulename'] = '이수단위';
|
|
$string['modulenameplural'] = '이수단위명';
|
|
$string['notanswered'] = '아직답을 제출하지 않았습니다';
|
|
$string['publish'] = '성적을 공고합니다';
|
|
$string['publishanonymous'] = '학생이름을 제시하지 말고 익명으로 성적을 공고합니다';
|
|
$string['publishnames'] = '이름과 그들(학생들)의 이수단위와 이름을 공개하고 완전한 성적을 공고하세요';
|
|
$string['publishnot'] = '학생들에게 성적을 공고하지 마시오';
|
|
$string['responses'] = '(응,대)답들';
|
|
$string['responsesto'] = '~에게 응답하다, 답하다';
|
|
$string['savemychoice'] = '나의 이수단위를 컴퓨터에 저장합니다';
|
|
$string['showunanswered'] = '회답이 안 되는 것을 위해 일람표를 보여라';
|
|
$string['viewallresponses'] = '답을 확인해라';
|
|
|
|
?>
|