[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 3 // Ukrainian language file contributed by Alex Rootoff rootoff{AT}pisem.net. 4 5 $ADODB_LANG_ARRAY = array ( 6 'LANG' => 'uk1251', 7 DB_ERROR => '������� �������', 8 DB_ERROR_ALREADY_EXISTS => '��� ����', 9 DB_ERROR_CANNOT_CREATE => '��������� ��������', 10 DB_ERROR_CANNOT_DELETE => '��������� ��������', 11 DB_ERROR_CANNOT_DROP => '��������� ������� (drop)', 12 DB_ERROR_CONSTRAINT => '��������� ���� ��������', 13 DB_ERROR_DIVZERO => '������ �� 0', 14 DB_ERROR_INVALID => '�����������', 15 DB_ERROR_INVALID_DATE => '����������� ���� �� ���', 16 DB_ERROR_INVALID_NUMBER => '����������� �����', 17 DB_ERROR_MISMATCH => '�������', 18 DB_ERROR_NODBSELECTED => '�� ������� ��', 19 DB_ERROR_NOSUCHFIELD => '�� ���� ����', 20 DB_ERROR_NOSUCHTABLE => '�� ���� �������', 21 DB_ERROR_NOT_CAPABLE => '���� �� � �����', 22 DB_ERROR_NOT_FOUND => '�� ��������', 23 DB_ERROR_NOT_LOCKED => '�� �����������', 24 DB_ERROR_SYNTAX => '����������� �������', 25 DB_ERROR_UNSUPPORTED => '�� �����������', 26 DB_ERROR_VALUE_COUNT_ON_ROW => '�������� ������� � ������', 27 DB_ERROR_INVALID_DSN => '����������� DSN', 28 DB_ERROR_CONNECT_FAILED => '�\'������� ��������', 29 0 => '��� ������', // DB_OK 30 DB_ERROR_NEED_MORE_DATA => '������ ����������� �����', 31 DB_ERROR_EXTENSION_NOT_FOUND=> '���������� �� ��������', 32 DB_ERROR_NOSUCHDB => '�� ���� ��', 33 DB_ERROR_ACCESS_VIOLATION => '����������� ���� �������' 34 );
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 |