PHP Classes

File: adodb/lang/adodb-cn.inc.php

Recommend this page to a friend!
  Classes of Isaac Trenado Mx   PHP MySQL JSON Manager   adodb/lang/adodb-cn.inc.php   Download  
File: adodb/lang/adodb-cn.inc.php
Role: Auxiliary script
Content type: text/plain
Description: ADOBPHP Download for more information
Class: PHP MySQL JSON Manager
Build and Execute SQL queries with results in JSON
Author: By
Last change:
Date: 8 years ago
Size: 1,796 bytes
 

Contents

Class file image Download
<?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 => 'û?????????'
);
?>