From: Chao-Hsiung Liao Date: Tue, 25 Jan 2011 11:04:06 +0000 (+0800) Subject: Added Traditional Chinese translation (Hong Kong and Taiwan) X-Git-Tag: AT_SPI2_CORE_1_91_6~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b354277dba0aca3384cfe0233caf5bde77267cb3;p=platform%2Fupstream%2Fat-spi2-core.git Added Traditional Chinese translation (Hong Kong and Taiwan) --- diff --git a/po/LINGUAS b/po/LINGUAS index ee70b02..34b19da 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -7,3 +7,5 @@ nb pa sl sv +zh_HK +zh_TW diff --git a/po/zh_HK.po b/po/zh_HK.po new file mode 100644 index 0000000..a2ea85d --- /dev/null +++ b/po/zh_HK.po @@ -0,0 +1,106 @@ +# Chinese (Hong Kong) translation for at-spi2-core. +# Copyright (C) 2011 at-spi2-core's COPYRIGHT HOLDER +# This file is distributed under the same license as the at-spi2-core package. +# Chao-Hsiung Liao , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: at-spi2-core 1.91.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-01-25 19:02+0800\n" +"PO-Revision-Date: 2011-01-25 19:02+0800\n" +"Last-Translator: Chao-Hsiung Liao \n" +"Language-Team: Chinese (Hong Kong) \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../atspi/atspi-misc.c:292 +#, c-format +msgid "AT-SPI: Unknown signature %s for RemoveAccessible" +msgstr "AT-SPI: RemoveAccessible 有不明的簽署 %s" + +#: ../atspi/atspi-misc.c:330 +#, c-format +msgid "AT-SPI: Error calling getRoot for %s: %s" +msgstr "AT-SPI:呼叫 %s 的 getRoot 時發生錯誤:%s" + +#: ../atspi/atspi-misc.c:490 +#, c-format +msgid "AT-SPI: Error in GetItems, sender=%s, error=%s" +msgstr "AT-SPI: GetItems 中有錯誤,sender=%s,error=%s" + +#: ../atspi/atspi-misc.c:595 +#, c-format +msgid "" +"AT-SPI: Called _atspi_dbus_return_accessible_from_message with strange " +"signature %s" +msgstr "AT-SPI:以奇怪的簽署 %s 呼叫了 _atspi_dbus_return_accessible_from_message" + +#: ../atspi/atspi-misc.c:624 +#, c-format +msgid "" +"AT-SPI: Called _atspi_dbus_return_hyperlink_from_message with strange " +"signature %s" +msgstr "AT-SPI:以奇怪的簽署 %s 呼叫了 _atspi_dbus_return_hyperlink_from_message" + +#: ../atspi/atspi-misc.c:651 +#, c-format +msgid "AT-SPI: AddAccessible with unknown signature %s\n" +msgstr "AT-SPI:AddAccessible 有不明的簽署 %s\n" + +#: ../atspi/atspi-misc.c:841 +msgid "AT-SPI: Could not get the display\n" +msgstr "AT-SPI:無法取回畫面\n" + +#: ../atspi/atspi-misc.c:859 +msgid "AT-SPI: Accessibility bus not found - Using session bus.\n" +msgstr "AT-SPI:找不到無障礙匯流排 - 使用作業階段匯流排。\n" + +#: ../atspi/atspi-misc.c:863 ../atspi/atspi-misc.c:872 +#, c-format +msgid "AT-SPI: Couldn't connect to bus: %s\n" +msgstr "AT-SPI:無法連線至匯流排:%s\n" + +#: ../atspi/atspi-misc.c:879 +#, c-format +msgid "AT-SPI: Couldn't register with bus: %s\n" +msgstr "AT-SPI:無法註冊匯流排:%s\n" + +#: ../atspi/atspi-misc.c:1018 ../atspi/atspi-misc.c:1070 +#: ../atspi/atspi-misc.c:1111 +msgid "The application no longer exists" +msgstr "應用程式已不存在" + +#: ../atspi/atspi-misc.c:1147 +#, c-format +msgid "AT-SPI: expected a variant when fetching %s from interface %s; got %s\n" +msgstr "AT-SPI:當從介面 %2$s 取回 %1$s 時預期有一個變數;卻得到 %3$s\n" + +#: ../atspi/atspi-misc.c:1153 +#, c-format +msgid "atspi_dbus_get_property: Wrong type: expected %s, got %c\n" +msgstr "atspi_dbus_get_property:錯誤的類型:預期為 %s,卻得到 %c\n" + +#: ../atspi/atspi-misc.c:1297 +#, c-format +msgid "AT-SPI: Unknown interface %s" +msgstr "AT-SPI:不明的介面 %s" + +#: ../atspi/atspi-misc.c:1317 +#, c-format +msgid "AT-SPI: expected 2 values in states array; got %d\n" +msgstr "AT-SPI:預期在狀態陣列中有 2 個數值,卻得到 %d\n" + +#: ../atspi/atspi-accessible.c:966 +msgid "Streamable content not implemented" +msgstr "可串流內容沒有實作" + +#: ../atspi/atspi-event-listener.c:770 +#, c-format +msgid "Got invalid signature %s for signal %s from interface %s\n" +msgstr "從介面 %3$s 取得信號 %2$s 的無效簽署 %1$s\n" + +#~ msgid "AT-SPI: Got error: %s\n" +#~ msgstr "AT-SPI:得到錯誤:%s\n" diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..1296650 --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,108 @@ +# Chinese (Taiwan) translation for at-spi2-core. +# Copyright (C) 2011 at-spi2-core's COPYRIGHT HOLDER +# This file is distributed under the same license as the at-spi2-core package. +# Chao-Hsiung Liao , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: at-spi2-core 1.91.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-01-25 19:02+0800\n" +"PO-Revision-Date: 2011-01-23 20:22+0800\n" +"Last-Translator: Chao-Hsiung Liao \n" +"Language-Team: Chinese (Taiwan) \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ../atspi/atspi-misc.c:292 +#, c-format +msgid "AT-SPI: Unknown signature %s for RemoveAccessible" +msgstr "AT-SPI: RemoveAccessible 有不明的簽章 %s" + +#: ../atspi/atspi-misc.c:330 +#, c-format +msgid "AT-SPI: Error calling getRoot for %s: %s" +msgstr "AT-SPI:呼叫 %s 的 getRoot 時發生錯誤:%s" + +#: ../atspi/atspi-misc.c:490 +#, c-format +msgid "AT-SPI: Error in GetItems, sender=%s, error=%s" +msgstr "AT-SPI: GetItems 中有錯誤,sender=%s,error=%s" + +#: ../atspi/atspi-misc.c:595 +#, c-format +msgid "" +"AT-SPI: Called _atspi_dbus_return_accessible_from_message with strange " +"signature %s" +msgstr "" +"AT-SPI:以奇怪的簽章 %s 呼叫了 _atspi_dbus_return_accessible_from_message" + +#: ../atspi/atspi-misc.c:624 +#, c-format +msgid "" +"AT-SPI: Called _atspi_dbus_return_hyperlink_from_message with strange " +"signature %s" +msgstr "" +"AT-SPI:以奇怪的簽章 %s 呼叫了 _atspi_dbus_return_hyperlink_from_message" + +#: ../atspi/atspi-misc.c:651 +#, c-format +msgid "AT-SPI: AddAccessible with unknown signature %s\n" +msgstr "AT-SPI:AddAccessible 有不明的簽章 %s\n" + +#: ../atspi/atspi-misc.c:841 +msgid "AT-SPI: Could not get the display\n" +msgstr "AT-SPI:無法取回畫面\n" + +#: ../atspi/atspi-misc.c:859 +msgid "AT-SPI: Accessibility bus not found - Using session bus.\n" +msgstr "AT-SPI:找不到無障礙匯流排 - 使用作業階段匯流排。\n" + +#: ../atspi/atspi-misc.c:863 ../atspi/atspi-misc.c:872 +#, c-format +msgid "AT-SPI: Couldn't connect to bus: %s\n" +msgstr "AT-SPI:無法連線至匯流排:%s\n" + +#: ../atspi/atspi-misc.c:879 +#, c-format +msgid "AT-SPI: Couldn't register with bus: %s\n" +msgstr "AT-SPI:無法註冊匯流排:%s\n" + +#: ../atspi/atspi-misc.c:1018 ../atspi/atspi-misc.c:1070 +#: ../atspi/atspi-misc.c:1111 +msgid "The application no longer exists" +msgstr "應用程式已不存在" + +#: ../atspi/atspi-misc.c:1147 +#, c-format +msgid "AT-SPI: expected a variant when fetching %s from interface %s; got %s\n" +msgstr "AT-SPI:當從介面 %2$s 取回 %1$s 時預期有一個變數;卻得到 %3$s\n" + +#: ../atspi/atspi-misc.c:1153 +#, c-format +msgid "atspi_dbus_get_property: Wrong type: expected %s, got %c\n" +msgstr "atspi_dbus_get_property:錯誤的類型:預期為 %s,卻得到 %c\n" + +#: ../atspi/atspi-misc.c:1297 +#, c-format +msgid "AT-SPI: Unknown interface %s" +msgstr "AT-SPI:不明的介面 %s" + +#: ../atspi/atspi-misc.c:1317 +#, c-format +msgid "AT-SPI: expected 2 values in states array; got %d\n" +msgstr "AT-SPI:預期在狀態陣列中有 2 個數值,卻得到 %d\n" + +#: ../atspi/atspi-accessible.c:966 +msgid "Streamable content not implemented" +msgstr "可串流內容沒有實作" + +#: ../atspi/atspi-event-listener.c:770 +#, c-format +msgid "Got invalid signature %s for signal %s from interface %s\n" +msgstr "從介面 %3$s 取得信號 %2$s 的無效簽章 %1$s\n" + +#~ msgid "AT-SPI: Got error: %s\n" +#~ msgstr "AT-SPI:得到錯誤:%s\n"