[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 Bulgarian language, v1.0, 25.03.2004, encoding by Windows-1251 charset 4 contributed by Valentin Sheiretsky <valio#valio.eu.org> 5 */ 6 7 $ADODB_LANG_ARRAY = array ( 8 'LANG' => 'bg', 9 DB_ERROR => '���������� ������', 10 DB_ERROR_ALREADY_EXISTS => '���� ����������', 11 DB_ERROR_CANNOT_CREATE => '�� ���� �� ���� ���������', 12 DB_ERROR_CANNOT_DELETE => '�� ���� �� ���� �������', 13 DB_ERROR_CANNOT_DROP => '�� ���� �� ���� ���������', 14 DB_ERROR_CONSTRAINT => '�������� �������', 15 DB_ERROR_DIVZERO => '������� �� ����', 16 DB_ERROR_INVALID => '����������', 17 DB_ERROR_INVALID_DATE => '���������� ���� ��� ���', 18 DB_ERROR_INVALID_NUMBER => '��������� �����', 19 DB_ERROR_MISMATCH => '�������� ��������', 20 DB_ERROR_NODBSELECTED => '�� � ������� ���� �����', 21 DB_ERROR_NOSUCHFIELD => '�������������� ����', 22 DB_ERROR_NOSUCHTABLE => '�������������� �������', 23 DB_ERROR_NOT_CAPABLE => 'DB backend not capable', 24 DB_ERROR_NOT_FOUND => '�� � ��������', 25 DB_ERROR_NOT_LOCKED => '�� � ���������', 26 DB_ERROR_SYNTAX => '������ ���������', 27 DB_ERROR_UNSUPPORTED => '�� �� ��������', 28 DB_ERROR_VALUE_COUNT_ON_ROW => '���������� ���� ������ � ����', 29 DB_ERROR_INVALID_DSN => '��������� DSN', 30 DB_ERROR_CONNECT_FAILED => '�������� �� ���� �� ���� �����������', 31 0 => '���� ������', // DB_OK 32 DB_ERROR_NEED_MORE_DATA => '�������������� ����� �� ������������', 33 DB_ERROR_EXTENSION_NOT_FOUND=> '������������ �� � ��������', 34 DB_ERROR_NOSUCHDB => '�������������� ���� �����', 35 DB_ERROR_ACCESS_VIOLATION => '������ ���������� �����' 36 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |