~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/lib/adodb/lang/adodb-cn.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Nigel McNie
  • Date: 2008-04-29 11:15:39 UTC
  • Revision ID: james.westby@ubuntu.com-20080429111539-b28eqkagavaub2zr
Tags: upstream-1.0.2
Import upstream version 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
// Chinese language file contributed by "Cuiyan (cysoft)" cysoft#php.net.
 
3
// Encode by GB2312
 
4
// Simplified Chinese
 
5
$ADODB_LANG_ARRAY = array (
 
6
                        'LANG'                      => 'cn',
 
7
            DB_ERROR                    => 'δ֪����',
 
8
            DB_ERROR_ALREADY_EXISTS     => '�Ѿ�����',
 
9
            DB_ERROR_CANNOT_CREATE      => '���ܴ���',
 
10
            DB_ERROR_CANNOT_DELETE      => '����ɾ��',
 
11
            DB_ERROR_CANNOT_DROP        => '���ܶ���',
 
12
            DB_ERROR_CONSTRAINT         => 'Լ������',
 
13
            DB_ERROR_DIVZERO            => '��0��',
 
14
            DB_ERROR_INVALID            => '��Ч',
 
15
            DB_ERROR_INVALID_DATE       => '��Ч�����ڻ���ʱ��',
 
16
            DB_ERROR_INVALID_NUMBER     => '��Ч������',
 
17
            DB_ERROR_MISMATCH           => '��ƥ��',
 
18
            DB_ERROR_NODBSELECTED       => 'û�����ݿⱻѡ��',
 
19
            DB_ERROR_NOSUCHFIELD        => 'û����Ӧ���ֶ�',
 
20
            DB_ERROR_NOSUCHTABLE        => 'û����Ӧ�ı�',
 
21
            DB_ERROR_NOT_CAPABLE        => '���ݿ��̨������',
 
22
            DB_ERROR_NOT_FOUND          => 'û�з���',
 
23
            DB_ERROR_NOT_LOCKED         => 'û�б�����',
 
24
            DB_ERROR_SYNTAX             => '�﷨����',
 
25
            DB_ERROR_UNSUPPORTED        => '��֧��',
 
26
            DB_ERROR_VALUE_COUNT_ON_ROW => '�������ۼ�ֵ',
 
27
            DB_ERROR_INVALID_DSN        => '��Ч������Դ (DSN)',
 
28
            DB_ERROR_CONNECT_FAILED     => '����ʧ��',
 
29
            0                          => 'û�д���', // DB_OK
 
30
            DB_ERROR_NEED_MORE_DATA     => '�ṩ�����ݲ��ܷ���Ҫ��',
 
31
            DB_ERROR_EXTENSION_NOT_FOUND=> '��չû�б�����',
 
32
            DB_ERROR_NOSUCHDB           => 'û����Ӧ�����ݿ�',
 
33
            DB_ERROR_ACCESS_VIOLATION   => 'û�к��ʵ�Ȩ��'
 
34
);
 
35
?>
 
 
b'\\ No newline at end of file'