~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/ko_utf8/questionnaire.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

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