# Chinese, Simplified translation of DBTNG (6.x-1.0-alpha7)
# Copyright (c) 2011 by the Chinese, Simplified translation team
#
msgid ""
msgstr ""
"Project-Id-Version: DBTNG (6.x-1.0-alpha7)\n"
"POT-Creation-Date: 2011-01-18 20:32+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Chinese, Simplified\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Database is encoded in UTF-8"
msgstr "数据库编码为UTF-8"
msgid ""
"Drupal could not determine the encoding of the database was set to "
"UTF-8"
msgstr "Drupal无法确定数据库的编码已被设为UTF-8"
msgid "PostgreSQL has initialized itself."
msgstr "PostgreSQL已经自行初始化。"
msgid ""
"Drupal could not be correctly setup with the existing database. Revise "
"any errors."
msgstr "Drupal不能正确配置当前的数据库。请修正所有错误。"
msgid "Table %name already exists."
msgstr "表 %name 已经存在。"
msgid "Cannot rename %table to %table_new: table %table doesn't exist."
msgstr "无法将 %table 重命名为 %table_new: 表 %table 不存在。"
msgid "Cannot rename %table to %table_new: table %table_new already exists."
msgstr ""
"无法将 %table 重命名为 %table_new: 表 %table_new "
"已经存在。"
msgid "Cannot add field %table.%field: table doesn't exist."
msgstr "无法添加字段 %table.%field: 表 %table 不存在。"
msgid "Cannot add field %table.%field: field already exists."
msgstr "无法添加字段 %table.%field: 字段 %field 已经存在。"
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"无法为字段 %table.%field 设置默认值: 字段 %field "
"不存在。"
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"无法删除字段 %table.%field 的默认值: 字段 %field "
"不存在。"
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr "无法为表 %table 添加主键: 表 %table 不存在。"
msgid "Cannot add primary key to table %table: primary key already exists."
msgstr "无法为表 %table 添加主键: 主键已存在。"
msgid "Cannot add unique key %name to table %table: table doesn't exist."
msgstr "未能在表 %table 上添加唯一键 %name：表不存在。"
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr "未能在表 %table 上添加唯一键 %name：唯一键已存在。"
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr "未能在表 %table 上添加索引 %name：表不存在。"
msgid "Cannot add index %name to table %table: index already exists."
msgstr "未能在表 %table 上添加索引 %name：索引已存在。"
msgid ""
"Cannot change the definition of field %table.%name: field doesn't "
"exist."
msgstr "未能更改字段 %table.%name 的定义：表不存在。"
msgid ""
"Cannot rename field %table.%name to %name_new: target field already "
"exists."
msgstr ""
"未能将字段 %table.%name 重命名为 "
"%name_new：目标字段已存在。"
msgid ""
"The version of PHP you are using has known issues with PostgreSQL. You "
"need to upgrade PHP to 5.2.11, 5.3.1 or greater."
msgstr "您现在使用的PHP版本与PostgreSQL之间存在问题。您需要将PHP版本升级至5.2.11、5.3.1或更高。"
