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

« back to all changes in this revision

Viewing changes to lang/ar/install.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
 
      // install.php - created with Moodle 1.4 development (2004081200)
 
2
      // install.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005011000)
3
3
 
4
4
 
5
5
$string['admindirerror'] = '���� ������� ������ ��� ����';
6
6
$string['admindirname'] = '���� �������';
 
7
$string['caution'] = '�����';
7
8
$string['chooselanguage'] = '���� �����';
 
9
$string['compatibilitysettings'] = '���� ������� ��� PHP';
8
10
$string['configfilewritten'] = '�� ����� ��� config.php �����';
9
11
$string['configurationcomplete'] = '�� ����� �������';
10
12
$string['database'] = '����� ������';
11
13
$string['dataroot'] = '�������';
12
14
$string['datarooterror'] = '����� ��������� ��� ����';
 
15
$string['dbconnectionerror'] = '�� ��� ������� ������ �������� �������. ���� �� ������� ����� ��������.';
 
16
$string['dbcreationerror'] = '���� �� ����� ����� ��������. �� �� ����� ����� �������� ������� �� ��������� �������.';
13
17
$string['dbhost'] = '������ ������';
14
 
$string['dbpass'] = '���� ��';
 
18
$string['dbpass'] = '���� ����';
15
19
$string['dbprefix'] = '����� �������';
16
20
$string['dbtype'] = '���';
17
21
$string['dirroot'] = '����';
18
22
$string['dirrooterror'] = '��������\"������\" ��� ����. ���� ����� �������';
 
23
$string['download'] = '�����';
 
24
$string['fail'] = '���';
 
25
$string['fileuploads'] = '����� ���';
 
26
$string['fileuploadserror'] = '��� ��� �� ���� ���';
 
27
$string['gdversion'] = '����� �� ��';
 
28
$string['installation'] = '�����';
 
29
$string['magicquotesruntimeerror'] = '��� ��� �� ���� ����';
 
30
$string['memorylimit'] = '�� �������';
 
31
$string['memorylimiterror'] = '����� ��� PHP ����� ����... �� ������ ������ ��� ������� ������';
 
32
$string['pass'] = '������';
 
33
$string['phpversion'] = '����� PHP';
 
34
$string['phpversionerror'] = '��� �� ���� ����� PHP 4.1.0 ��� ����� ';
 
35
$string['phpversionhelp'] = '<p> ����� ���� ��� ����� ������� 4.1.0 �� PHP </p>
 
36
<p> ��� ������ ������� $a </p>
 
37
<p> ��� ���� ����� PHP �� �������� ��� ������ ��� ���� ����� ��� �� PHP.</p>';
 
38
$string['safemode'] = '��� ������';
 
39
$string['safemodeerror'] = '�� ������ �� ���� ����� ����� ����� ���� ��� ������ ���';
 
40
$string['sessionautostart'] = '����� ����� ������';
 
41
$string['sessionautostarterror'] = '��� �� ���� ��� ����';
 
42
$string['sessionautostarthelp'] = '<p> ����� ���� ���� ������� ������� �� ����� �����.</p>
 
43
<p>.���� ����� ������� �� ���� ��� php.in ...���� �� session.auto_start  </p>';
19
44
$string['wwwroot'] = 'WWW';
20
45
$string['wwwrooterror'] = '����� \'WWW\' ��� ����';
21
46