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

« back to all changes in this revision

Viewing changes to lang/ar/scorm.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
1
<?PHP // $Id$ 
2
 
      // scorm.php - created with Moodle 1.4 development (2004081200)
 
2
      // scorm.php - created with Moodle 1.6 development (2005052400)
3
3
 
4
4
 
5
5
$string['autocontinue'] = '������� ���';
10
10
$string['completed'] = '��';
11
11
$string['coursepacket'] = '���� ������ �������';
12
12
$string['coursestruct'] = '���� ������ �������';
 
13
$string['datadir'] = '���� �� ��� ������: �� ���� ����� ���� ������ ���� �����';
 
14
$string['details'] = '������ ������ ���� ';
 
15
$string['display'] = '����';
 
16
$string['domxml'] = '����� ������� ��������';
 
17
$string['enablebrowse'] = '��� ��� ��������';
 
18
$string['entercourse'] = '���� ���� �����';
 
19
$string['errorlogs'] = '��� �������';
 
20
$string['exit'] = '���� �� ���� ������ �������';
13
21
$string['failed'] = '���';
 
22
$string['firstaccess'] = '������ �����';
 
23
$string['gradeaverage'] = '�������';
 
24
$string['gradehighest'] = '������ ������';
 
25
$string['grademethod'] = '����� ��� �������';
 
26
$string['gradesum'] = '������ ���������';
 
27
$string['guestsno'] = '�� ������ ������ ������ ����� ������ ��������';
 
28
$string['height'] = '������';
14
29
$string['incomplete'] = '��� �����';
 
30
$string['lastaccess'] = '��� ����';
15
31
$string['mode'] = '���';
16
32
$string['modulename'] = '������';
17
33
$string['modulenameplural'] = '�������';
18
 
$string['newheight'] = '������ ������� ��������� (�������)';
19
 
$string['newresizable'] = '���� �������� ������ ���� �������';
20
 
$string['newscrollbars'] = '���� �������� �������';
21
 
$string['newstatus'] = '���� ���� ������';
22
 
$string['newwidth'] = '��� ������� ��������� (�������)';
23
 
$string['newwindow'] = '����� �����';
24
 
$string['newwindowopen'] = '���� ���� ������� ��� �� ����� �����';
25
34
$string['next'] = '�����';
 
35
$string['noactivity'] = '�� ���� �� ������ ����� ���';
26
36
$string['noreports'] = '�� ���� ����� �����';
27
37
$string['normal'] = '����';
28
38
$string['notattempted'] = '�� ��� �������';
 
39
$string['organization'] = '�����';
29
40
$string['organizations'] = '�������';
30
41
$string['passed'] = '���';
31
42
$string['prev'] = '������';
33
44
$string['review'] = '������';
34
45
$string['score'] = '����';
35
46
$string['syntax'] = '���� ����';
 
47
$string['totaltime'] = '�����';
36
48
$string['viewallreports'] = '���� ������ ��������� $a';
 
49
$string['width'] = '���';
37
50
 
38
51
?>