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

« back to all changes in this revision

Viewing changes to lang/ar/error.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: error.php,v 1.5 2004/04/27 05:13:37 moodler Exp $ 
2
 
      // error.php - created with Moodle 1.3 development (2004041800)
 
1
<?PHP // $Id$ 
 
2
      // error.php - created with Moodle 1.4 development (2004081200)
3
3
 
4
4
 
5
5
$string['coursegroupunknown'] = '������ �������� �� �������� $a �� ����';
7
7
$string['fieldrequired'] = '\"$a\" ��� �����';
8
8
$string['groupalready'] = '�������� ����� �������� $a';
9
9
$string['groupunknown'] = '�������� $a  �� ����� ��� ���� ����� ����';
10
 
$string['invalidfieldname'] = '\"$a\"  ��� ����� ��� ����';
 
10
$string['invalidfieldname'] = '\"$a\" ��� ����� ��� ����';
11
11
$string['missingfield'] = '����� \"$a\" ��� �����';
12
12
$string['modulerequirementsnotmet'] = '����� \" $a->modulename\" ($a->moduleversion) ������ ������ ����. ���� ����� ����� ���� ����� 
13
 
(��� ������ ���� $a->currentmoodle, ������ $a ->requiremoodle)
14
 
';
 
13
(��� ������ ���� $a->currentmoodle, ������ $a ->requiremoodle)';
15
14
$string['notavailable'] = '��� ����� �����';
16
 
$string['restricteduser'] = '���ǡ ��� ��� ����� ������ ���� ������';
17
 
$string['unknowncourse'] = '��� ������ ������� ��� �����\"$a\"';
18
 
$string['usernotaddederror'] = '��������\"$a\" �� ��� �����- ���� ��� �����';
19
 
$string['usernotaddedregistered'] = '��������\"$a\" �� ��� �����- �� ������ �� ���';
 
15
$string['restricteduser'] = '���ǡ ����� ������ \"$a\" �� ����� ������ ����';
 
16
$string['unknowncourse'] = '��� ������ ������� ��� ����� \"$a\"';
 
17
$string['usernotaddederror'] = '�������� \"$a\" �� ��� ������ - ���� ��� �����';
 
18
$string['usernotaddedregistered'] = '�������� \"$a\" - ��� ������ ������';
 
19
$string['usernotavailable'] = '��� ����� �� ������ ��������� ������� ���� ��������';
20
20
 
21
21
?>