Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/adodb/lang/adodb-uk1251.inc.php
Go to the documentation of this file.
00001 <?php
00002 
00003 // Ukrainian language file contributed by  Alex Rootoff rootoff{AT}pisem.net.
00004 
00005 $ADODB_LANG_ARRAY = array (
00006              'LANG'                      => 'uk1251',
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