# Chinese, Traditional translation of Drupal 7 driver for SQL Server (6.x-1.0-alpha1)
# Copyright (c) 2010 by the Chinese, Traditional translation team
#
msgid ""
msgstr ""
"Project-Id-Version: Drupal 7 driver for SQL Server (6.x-1.0-alpha1)\n"
"POT-Creation-Date: 2010-08-20 17:35+0000\n"
"PO-Revision-Date: 2010-05-15 05:37+0000\n"
"Language-Team: Chinese, Traditional\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=1;\n"

msgid "php"
msgstr "php"
msgid "%type: %message in %function (line %line of %file)."
msgstr "%type：%message 在 %function (%file 行數 %line)。"
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 ：資料表不存在。"
msgid "Cannot add field %table.%field: field already exists."
msgstr "無法新增欄位 %table.%field ：欄位已存在。"
msgid "Cannot set default value of field %table.%field: field doesn't exist."
msgstr ""
"無法設定 %table.%field "
"欄位的預設值：這個欄位不存在。"
msgid ""
"Cannot remove default value of field %table.%field: field doesn't "
"exist."
msgstr ""
"無法移除 %table.%field "
"欄位的預設值：這個欄位不存在。"
msgid "Cannot add primary key to table %table: table doesn't exist."
msgstr "無法加入主鍵到 %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 ""
"無法加入唯一值 %name 到 %table 資料表: "
"資料表不存在。"
msgid ""
"Cannot add unique key %name to table %table: unique key already "
"exists."
msgstr ""
"無法加入唯一值 %name 到 %table 資料表: "
"這個欄位已經是唯一值。"
msgid "Cannot add index %name to table %table: table doesn't exist."
msgstr "無法增加索引 %name 到 %table 資料表：資料表不存在。"
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 ︰新名稱已經存在"
