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

« back to all changes in this revision

Viewing changes to lang/ko/block_quiz_results.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
 
 
3
 
 
4
 
 
5
$string['bestgrade'] = '���� ���� ����';
 
6
$string['bestgrades'] = '���� $a���� ����';
 
7
$string['bestgroupgrade'] = '���� ���� ����� �׷�';
 
8
$string['bestgroupgrades'] = '���� ���� ����� $a�׷�';
 
9
$string['config_format_absolute'] = '������ ����';
 
10
$string['config_format_fraction'] = '�Һκ�';
 
11
$string['config_format_percentage'] = '�����';
 
12
$string['config_grade_format'] = '���� ǥ��:';
 
13
$string['config_no_quizzes_in_course'] = '���ڽ��� � ���� Ȱ���� �����ϰ� ���� �ʽ��ϴ�.�� ������ �ùٸ��� �̿��ϱ� ���� ��� �ϳ��� ÷���Ͻÿ�.';
 
14
$string['config_select_quiz'] = '� ����� ���� �� ������ ����� ��ġ�ؾ� �մϱ�? ';
 
15
$string['config_show_best'] = '�󸶳� ���� ���� ������ �������� �մϱ�?';
 
16
$string['config_show_worst'] = '�󸶳� ���� ���� ������ �������� �մϱ�?';
 
17
$string['config_use_groups'] = '�л����� �׷��� ���̽ÿ�(��� �׷��� ������ ��쿡��)';
 
18
$string['configuredtoshownothing'] = '�̱����� ��ġ�� ���� � ����� �����ټ� ���ԵǾ��ֽ��ϴ�. ��ġ�ϰų� �װ��� ����⸦ ���Ұ��Դϴ�.  ';
 
19
$string['error_emptyquizid'] = '�� ������ ���� ������ �ֽ��ϴ�. � ����κ��� ����� ��ġ�Ǵ��� �����ؾ� �մϴ�.';
 
20
$string['error_emptyquizrecord'] = '�� ������ ���� ������ �ֽ��ϴ�: ���õ� ����� �� ������ ���̽��� �������� �ʴ°� �����ϴ�.';
 
21
$string['error_nogroupsexist'] = '�� ������ ���� ������ �ֽ��ϴ�:�׷��忡 ������ ��ġ�ϱ� ���� ���̳� �ױ׷��� ��Ȯ�� ������ �׷��� �ƴմϴ�.';
 
22
$string['formaltitle'] = '���� ���';
 
23
$string['worstgrade'] = '���� ���� ����';
 
24
$string['worstgrades'] = '���� $a ���� ����';
 
25
$string['worstgroupgrade'] = '���峷�� ����� �׷�';
 
26
$string['worstgroupgrades'] = '���峷�� �����  $a �׷�';
 
27
?>