~ubuntu-branches/ubuntu/edgy/torrentflux/edgy-security

« back to all changes in this revision

Viewing changes to html/adodb/lang/adodb-ru1251.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Cameron Dale
  • Date: 2006-04-14 15:13:06 UTC
  • Revision ID: james.westby@ubuntu.com-20060414151306-dwc5yc3hof3l2kmf
Tags: upstream-2.1
Import upstream version 2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
// Russian language file contributed by "Cyrill Malevanov" cyrill#malevanov.spb.ru.
 
4
 
 
5
$ADODB_LANG_ARRAY = array (
 
6
             'LANG'                      => 'ru1251',
 
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
);
 
35
?>
 
 
b'\\ No newline at end of file'