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