2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00
Files
CATI_Tool/include/limesurvey/classes/adodb/lang/adodb-cn.inc.php
T

35 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
// Chinese language file contributed by "Cuiyan (cysoft)" cysoft#php.net.
// Encode by GB2312
// Simplified Chinese
$ADODB_LANG_ARRAY = array (
'LANG' => 'cn',
DB_ERROR => 'δ֪',
DB_ERROR_ALREADY_EXISTS => 'Ѿ',
DB_ERROR_CANNOT_CREATE => 'ܴ',
DB_ERROR_CANNOT_DELETE => 'ɾ',
DB_ERROR_CANNOT_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 => кʵȨ'
);
?>