Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/adodb/lang/adodb-cn.inc.php
Go to the documentation of this file.
00001 <?php
00002 // Chinese language file contributed by "Cuiyan (cysoft)" cysoft#php.net.
00003 // Encode by GB2312
00004 // Simplified Chinese
00005 $ADODB_LANG_ARRAY = array (
00006                         'LANG'                      => 'cn',
00007             DB_ERROR                    => 'δ֪����',
00008             DB_ERROR_ALREADY_EXISTS     => '�Ѿ�����',
00009             DB_ERROR_CANNOT_CREATE      => '���ܴ���',
00010             DB_ERROR_CANNOT_DELETE      => '����ɾ��',
00011             DB_ERROR_CANNOT_DROP        => '���ܶ���',
00012             DB_ERROR_CONSTRAINT         => 'Լ������',
00013             DB_ERROR_DIVZERO            => '��0��',
00014             DB_ERROR_INVALID            => '��Ч',
00015             DB_ERROR_INVALID_DATE       => '��Ч�����ڻ���ʱ��',
00016             DB_ERROR_INVALID_NUMBER     => '��������',
00017             DB_ERROR_MISMATCH           => '��ƥ��',
00018             DB_ERROR_NODBSELECTED       => 'û����ݿⱻѡ��',
00019             DB_ERROR_NOSUCHFIELD        => 'û����Ӧ���ֶ�',
00020             DB_ERROR_NOSUCHTABLE        => 'û����Ӧ�ı�',
00021             DB_ERROR_NOT_CAPABLE        => '��ݿ��̨������',
00022             DB_ERROR_NOT_FOUND          => 'û�з���',
00023             DB_ERROR_NOT_LOCKED         => 'û�б���',
00024             DB_ERROR_SYNTAX             => '�﷨����',
00025             DB_ERROR_UNSUPPORTED        => '��֧��',
00026             DB_ERROR_VALUE_COUNT_ON_ROW => '�������ۼ�ֵ',
00027             DB_ERROR_INVALID_DSN        => '��Ч�����Դ (DSN)',
00028             DB_ERROR_CONNECT_FAILED     => '����ʧ��',
00029             0                          => 'û�д���', // DB_OK
00030             DB_ERROR_NEED_MORE_DATA     => '�ṩ����ݲ��ܷ��Ҫ��',
00031             DB_ERROR_EXTENSION_NOT_FOUND=> '��չû�б�����',
00032             DB_ERROR_NOSUCHDB           => 'û����Ӧ����ݿ�',
00033             DB_ERROR_ACCESS_VIOLATION   => 'û�к��ʵ�Ȩ��'
00034 );
00035 ?>
 All Data Structures Namespaces Files Functions Variables Enumerations