Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/adodb/lang/adodb-bg.inc.php
Go to the documentation of this file.
00001 <?php
00002 /*
00003         Bulgarian language, v1.0, 25.03.2004, encoding by Windows-1251 charset
00004         contributed by Valentin Sheiretsky <valio#valio.eu.org>
00005 */
00006 
00007 $ADODB_LANG_ARRAY = array (
00008                         'LANG'                      => 'bg',
00009             DB_ERROR                    => '���������� ������',
00010             DB_ERROR_ALREADY_EXISTS     => '���� ����������',
00011             DB_ERROR_CANNOT_CREATE      => '�� ���� �� ���� ���������',
00012             DB_ERROR_CANNOT_DELETE      => '�� ���� �� ���� �������',
00013             DB_ERROR_CANNOT_DROP        => '�� ���� �� ���� ���������',
00014             DB_ERROR_CONSTRAINT         => '�������� �������',
00015             DB_ERROR_DIVZERO            => '������� �� ����',
00016             DB_ERROR_INVALID            => '����������',
00017             DB_ERROR_INVALID_DATE       => '���������� ���� ��� ���',
00018             DB_ERROR_INVALID_NUMBER     => '��������� �����',
00019             DB_ERROR_MISMATCH           => '�������� ��������',
00020             DB_ERROR_NODBSELECTED       => '�� � ������� ���� �����',
00021             DB_ERROR_NOSUCHFIELD        => '�������������� ����',
00022             DB_ERROR_NOSUCHTABLE        => '�������������� �������',
00023             DB_ERROR_NOT_CAPABLE        => 'DB backend not capable',
00024             DB_ERROR_NOT_FOUND          => '�� � ��������',
00025             DB_ERROR_NOT_LOCKED         => '�� � ���������',
00026             DB_ERROR_SYNTAX             => '������ ���������',
00027             DB_ERROR_UNSUPPORTED        => '�� �� ��������',
00028             DB_ERROR_VALUE_COUNT_ON_ROW => '���������� ���� ������ � ����',
00029             DB_ERROR_INVALID_DSN        => '��������� DSN',
00030             DB_ERROR_CONNECT_FAILED     => '�������� �� ���� �� ���� �����������',
00031             0                           => '���� ������', // DB_OK
00032             DB_ERROR_NEED_MORE_DATA     => '�������������� ����� �� ������������',
00033             DB_ERROR_EXTENSION_NOT_FOUND=> '������������ �� � ��������',
00034             DB_ERROR_NOSUCHDB           => '�������������� ���� �����',
00035             DB_ERROR_ACCESS_VIOLATION   => '������ ���������� �����'
00036 );
00037 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations