Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/adodb/lang/adodb-ar.inc.php
Go to the documentation of this file.
00001 <?php
00002 // by "El-Shamaa, Khaled" <k.el-shamaa#cgiar.org>
00003 $ADODB_LANG_ARRAY = array (
00004                         'LANG'                      => 'ar',
00005             DB_ERROR                    => '��� ��� ����',
00006             DB_ERROR_ALREADY_EXISTS     => '����� �����',
00007             DB_ERROR_CANNOT_CREATE      => '�� ���� �����',
00008             DB_ERROR_CANNOT_DELETE      => '�� ���� ���',
00009             DB_ERROR_CANNOT_DROP        => '�� ���� ���',
00010             DB_ERROR_CONSTRAINT         => '����� ����� ������',
00011             DB_ERROR_DIVZERO            => '����� ������� ��� ���',
00012             DB_ERROR_INVALID            => '��� ����',
00013             DB_ERROR_INVALID_DATE       => '���� ��� �� ����� ��� �����',
00014             DB_ERROR_INVALID_NUMBER     => '���� ��� ��� �����',
00015             DB_ERROR_MISMATCH           => '��� ������',
00016             DB_ERROR_NODBSELECTED       => '�� ��� ������ ����� �������� ���',
00017             DB_ERROR_NOSUCHFIELD        => '��� ����� ��� ���� �����',
00018             DB_ERROR_NOSUCHTABLE        => '��� ����� ���� ���� �����',
00019             DB_ERROR_NOT_CAPABLE        => '����� �������� ������� ��� ��� �����',
00020             DB_ERROR_NOT_FOUND          => '�� ��� ������',
00021             DB_ERROR_NOT_LOCKED         => '��� �����',
00022             DB_ERROR_SYNTAX             => '��� �� ������',
00023             DB_ERROR_UNSUPPORTED        => '��� �����',
00024             DB_ERROR_VALUE_COUNT_ON_ROW => '��� ����� �� �����',
00025             DB_ERROR_INVALID_DSN        => 'DSN ��� ����',
00026             DB_ERROR_CONNECT_FAILED     => '��� ����� �������',
00027             0                          => '��� ����� �����', // DB_OK
00028             DB_ERROR_NEED_MORE_DATA     => '�������� ������� ��� �����',
00029             DB_ERROR_EXTENSION_NOT_FOUND=> '�� ��� ����� ������� ��������',
00030             DB_ERROR_NOSUCHDB           => '��� ����� ����� ������ ���� �����',
00031             DB_ERROR_ACCESS_VIOLATION   => '������� ��� �����'
00032 );
00033 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations