| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/php/pear/adodb/lang/ |
Upload File : |
<?php
/*
Bulgarian language, v1.0, 25.03.2004, encoding by Windows-1251 charset
contributed by Valentin Sheiretsky <valio#valio.eu.org>
*/
$ADODB_LANG_ARRAY = array (
'LANG' => 'bg',
DB_ERROR => '���������� �����',
DB_ERROR_ALREADY_EXISTS => '��� ��������',
DB_ERROR_CANNOT_CREATE => '�� ���� �� ��� ��������',
DB_ERROR_CANNOT_DELETE => '�� ���� �� ��� �������',
DB_ERROR_CANNOT_DROP => '�� ���� �� ��� ��������',
DB_ERROR_CONSTRAINT => '������� �������',
DB_ERROR_DIVZERO => '������� �� ����',
DB_ERROR_INVALID => '����������',
DB_ERROR_INVALID_DATE => '���������� ���� ��� ���',
DB_ERROR_INVALID_NUMBER => '��������� �����',
DB_ERROR_MISMATCH => '������� ��������',
DB_ERROR_NODBSELECTED => '�� � ������� ���� �����',
DB_ERROR_NOSUCHFIELD => '����������� ����',
DB_ERROR_NOSUCHTABLE => '����������� ������',
DB_ERROR_NOT_CAPABLE => 'DB backend not capable',
DB_ERROR_NOT_FOUND => '�� � ��������',
DB_ERROR_NOT_LOCKED => '�� � �������',
DB_ERROR_SYNTAX => '����� ���������',
DB_ERROR_UNSUPPORTED => '�� �� �������',
DB_ERROR_VALUE_COUNT_ON_ROW => '���������� ���� ������ � ����',
DB_ERROR_INVALID_DSN => '��������� DSN',
DB_ERROR_CONNECT_FAILED => '������� �� ���� �� ��� ���������',
0 => '��� �����', // DB_OK
DB_ERROR_NEED_MORE_DATA => '�������������� ����� �� ����������',
DB_ERROR_EXTENSION_NOT_FOUND=> '����������� �� � ��������',
DB_ERROR_NOSUCHDB => '����������� ���� �����',
DB_ERROR_ACCESS_VIOLATION => '����� �������� �����'
);
?>