File: adodb-ru1251.inc.php

package info (click to toggle)
movabletype-opensource 5.1.4%2Bdfsg-4%2Bdeb7u3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 32,996 kB
  • sloc: perl: 197,285; php: 62,405; sh: 166; xml: 117; makefile: 83; sql: 32
file content (35 lines) | stat: -rw-r--r-- 1,988 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php

// Russian language file contributed by "Cyrill Malevanov" cyrill#malevanov.spb.ru.

$ADODB_LANG_ARRAY = array (
             'LANG'                      => 'ru1251',
            DB_ERROR                    => ' ',
            DB_ERROR_ALREADY_EXISTS     => ' ',
            DB_ERROR_CANNOT_CREATE      => ' ',
            DB_ERROR_CANNOT_DELETE      => ' ',
            DB_ERROR_CANNOT_DROP        => '  (drop)',
            DB_ERROR_CONSTRAINT         => '  ',
            DB_ERROR_DIVZERO            => '  0',
            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_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   => '  '
);
?>