mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
20 lines
782 B
PHP
20 lines
782 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'] = '답변 유형';
|
|
$string['thischarset'] = 'EUC-KR';
|
|
$string['thisdirection'] = 'ltr';
|
|
$string['thislanguage'] = '한국어';
|
|
|
|
?>
|