|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 27.73 GB of 70.42 GB (39.38%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
share/
php/
adodb/
lang/
- drwxr-xr-x
|
Viewing file: adodb-cn.inc.php (1.75 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
<?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 => 'ûÓкÏÊʵÄȨÏÞ'
);
?>
|