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

« back to all changes in this revision

Viewing changes to lang/ko/appointment.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
 
      // appointment.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2004101900)
 
1
<?PHP // $Id$
 
2
 
3
3
 
4
4
 
5
5
$string['allowresubmit'] = '�� ���� ����ϱ�';
11
11
$string['early'] = '$a ����';
12
12
$string['failedupdatefeedback'] = '����� $a�� ���� �ǵ���� �����ϴµ� ������';
13
13
$string['feedback'] = '�ǵ��';
 
14
$string['feedbackupdated'] = '$a ������� ���� ������Ʈ �� �ǵ���� ����';
14
15
$string['late'] = '$a ����';
15
16
$string['maximumgrade'] = '�ִ� ���';
16
17
$string['maximumsize'] = '�ִ� ũ��';
19
20
$string['newsubmissions'] = '��� ����';
20
21
$string['notgradedyet'] = '���� ��� ����';
21
22
$string['notsubmittedyet'] = '���� ������� ����';
 
23
$string['overwritewarning'] = '��� : �ٽ� �����ϽŴٸ� �ֱ� ������ ���� ������ ������ ��ü�˴ϴ�. ';
22
24
$string['saveallfeedback'] = '���� �ǵ���� ��� �����ϱ�';
23
 
$string['thischarset'] = 'EUC-KR';
24
 
$string['thisdirection'] = 'ltr';
25
 
$string['thislanguage'] = '&#54620;&#44397;&#50612;';
 
25
$string['submissionfeedback'] = '�ǵ��� ����';
 
26
$string['submissions'] = '�����ϱ�';
 
27
$string['submitappointment'] = '����� �� ���Ŀ� �µ��� �����ϼ���';
 
28
$string['submitted'] = '����Ǿ���';
26
29
$string['timeend'] = '��� ��';
27
30
$string['timestart'] = '��� ����';
28
31
$string['typeoffline'] = '�������� Ȱ��';
29
32
$string['typeuploadsingle'] = '�ϳ��� ���� �ø���';
30
 
$string['uploadbadname'] = '�����̸��� �̻��� ���ڸ� �����ϰ� �־� ���ε��� �� �����ϴ�.';
 
33
$string['uploadbadname'] = '�����̸��� �̻��� ���ڸ� �����ϰ� �־� ������ �� �����ϴ�.';
31
34
$string['uploadedfiles'] = '���ε�� ���ϵ�';
32
 
 
 
35
$string['uploaderror'] = '�������� ������ �����ϴ� ���� ������ �Ͼ���ϴ�.';
 
36
$string['uploadfailnoupdate'] = '������ ���� �Ǿ����� ����� ���⹰�� ������Ʈ(����) ���� �ʾҽ��ϴ�.';
 
37
$string['uploadfiletoobig'] = '�˼��մϴ�. ������ �ʹ� Ů�ϴ�.(���ѿ뷮�� $a ����Ʈ�Դϴ�)';
 
38
$string['uploadnofilefound'] = '������ ã�� ���� �����ϴ�. - ���ε�� ���� �����ߴ��� Ȯ���� �ֽʽÿ�.';
 
39
$string['uploadnotregistered'] = '\'$a\'�� ���������� ���۵Ǿ����� ���⹰�� ��ϵ��� �ʾҽ��ϴ�.';
 
40
$string['uploadsuccess'] = '$a �� ���������� ���۵Ǿ����ϴ�.';
 
41
$string['viewfeedback'] = '��� ������ �ǵ�� ����';
 
42
$string['viewsubmissions'] = '���� ������  $a ���� ��� ����';
 
43
$string['yoursubmission'] = '����� ����';
33
44
?>