[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/adodb/lang/ -> adodb-cn.inc.php (source)

   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  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1