~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/ar/install.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?PHP // $Id$ 
 
2
      // install.php - created with Moodle 1.4 development (2004081200)
 
3
 
 
4
 
 
5
$string['admindirerror'] = '���� ������� ������ ��� ����';
 
6
$string['admindirname'] = '���� �������';
 
7
$string['chooselanguage'] = '���� �����';
 
8
$string['configfilewritten'] = '�� ����� ��� config.php �����';
 
9
$string['configurationcomplete'] = '�� ����� �������';
 
10
$string['database'] = '����� ������';
 
11
$string['dataroot'] = '�������';
 
12
$string['datarooterror'] = '����� ��������� ��� ����';
 
13
$string['dbhost'] = '������ ������';
 
14
$string['dbpass'] = '���� ��';
 
15
$string['dbprefix'] = '����� �������';
 
16
$string['dbtype'] = '���';
 
17
$string['dirroot'] = '����';
 
18
$string['dirrooterror'] = '��������\"������\" ��� ����. ���� ����� �������';
 
19
$string['wwwroot'] = 'WWW';
 
20
$string['wwwrooterror'] = '����� \'WWW\' ��� ����';
 
21
 
 
22
?>