diff options
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 92 |
1 files changed, 45 insertions, 47 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index a0d3bbd98..9091e2089 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: glib 2.17.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-17 19:21-0400\n" +"POT-Creation-Date: 2008-10-16 17:07-0400\n" "PO-Revision-Date: 2007-02-27 09:08+0800\n" "Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n" "Language-Team: Chinese (Taiwan) <community@linuxhall.org>\n" @@ -375,36 +375,36 @@ msgstr "無效的 UTF-8 編碼文字 - 序列過長" msgid "Invalid UTF-8 encoded text - not a start char" msgstr "無效的 UTF-8 編碼文字 - 非開始字元" -#: glib/gmarkup.c:1117 +#: glib/gmarkup.c:1120 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "無效的 UTF-8 編碼文字 - 不是合法的「%s」" -#: glib/gmarkup.c:1155 +#: glib/gmarkup.c:1158 msgid "Document must begin with an element (e.g. <book>)" msgstr "文件開始必須為一元素(例如 <book>)" -#: glib/gmarkup.c:1195 +#: glib/gmarkup.c:1198 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1263 +#: glib/gmarkup.c:1266 #, fuzzy, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" "s'" msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束" -#: glib/gmarkup.c:1352 +#: glib/gmarkup.c:1355 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元" -#: glib/gmarkup.c:1394 +#: glib/gmarkup.c:1397 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -414,7 +414,7 @@ msgstr "" "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或" "許您在屬性名稱中使用了無效的字元" -#: glib/gmarkup.c:1480 +#: glib/gmarkup.c:1483 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -422,80 +422,80 @@ msgid "" msgstr "" "不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: glib/gmarkup.c:1622 +#: glib/gmarkup.c:1625 #, c-format msgid "" "'%s' is not a valid character following the characters '</'; '%s' may not " "begin an element name" msgstr "‘</’字元後的‘%s’不是有效的字元;‘%s’不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1662 +#: glib/gmarkup.c:1665 #, c-format msgid "" "'%s' is not a valid character following the close element name '%s'; the " "allowed character is '>'" msgstr "字元‘%s’是無效的(位置在關閉元素‘%s’末端);允許的字元為「>」" -#: glib/gmarkup.c:1673 +#: glib/gmarkup.c:1676 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: glib/gmarkup.c:1682 +#: glib/gmarkup.c:1685 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: glib/gmarkup.c:1845 +#: glib/gmarkup.c:1848 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字元" -#: glib/gmarkup.c:1859 +#: glib/gmarkup.c:1862 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: glib/gmarkup.c:1867 glib/gmarkup.c:1912 +#: glib/gmarkup.c:1870 glib/gmarkup.c:1915 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: glib/gmarkup.c:1875 +#: glib/gmarkup.c:1878 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: glib/gmarkup.c:1881 +#: glib/gmarkup.c:1884 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: glib/gmarkup.c:1887 +#: glib/gmarkup.c:1890 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: glib/gmarkup.c:1892 +#: glib/gmarkup.c:1895 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: glib/gmarkup.c:1898 +#: glib/gmarkup.c:1901 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: glib/gmarkup.c:1905 +#: glib/gmarkup.c:1908 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: glib/gmarkup.c:1921 +#: glib/gmarkup.c:1924 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: glib/gmarkup.c:1927 +#: glib/gmarkup.c:1930 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" @@ -1125,34 +1125,34 @@ msgstr "%s 類型" msgid "Unexpected early end-of-stream" msgstr "未預期的串流過早結束" -#: gio/gdesktopappinfo.c:435 gio/gwin32appinfo.c:222 +#: gio/gdesktopappinfo.c:436 gio/gwin32appinfo.c:222 msgid "Unnamed" msgstr "未命名的" -#: gio/gdesktopappinfo.c:612 +#: gio/gdesktopappinfo.c:621 msgid "Desktop file didn't specify Exec field" msgstr "桌面(Desktop)檔案未指定 Exec 欄位" -#: gio/gdesktopappinfo.c:906 +#: gio/gdesktopappinfo.c:915 msgid "Unable to find terminal required for application" msgstr "無法找到應用程式要求的終端機" -#: gio/gdesktopappinfo.c:1138 +#: gio/gdesktopappinfo.c:1147 #, c-format msgid "Can't create user application configuration folder %s: %s" msgstr "不能建立使用者應用程式組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1142 +#: gio/gdesktopappinfo.c:1151 #, c-format msgid "Can't create user MIME configuration folder %s: %s" msgstr "不能建立使用者 MIME 組態資料夾 %s:%s" -#: gio/gdesktopappinfo.c:1481 +#: gio/gdesktopappinfo.c:1520 #, c-format msgid "Can't create user desktop file %s" msgstr "不能建立使用者桌面檔案 %s" -#: gio/gdesktopappinfo.c:1556 +#: gio/gdesktopappinfo.c:1595 #, c-format msgid "Custom definition for %s" msgstr "自訂 %s 的定義" @@ -1411,64 +1411,62 @@ msgstr "取得檔案「%s」狀態時發生錯誤:%s" msgid " (invalid encoding)" msgstr "(無效的編碼)" -#: gio/glocalfileinfo.c:1696 +#: gio/glocalfileinfo.c:1698 #, c-format msgid "Error stating file descriptor: %s" msgstr "取得檔案描述狀態時發生錯誤:%s" -#: gio/glocalfileinfo.c:1741 +#: gio/glocalfileinfo.c:1743 msgid "Invalid attribute type (uint32 expected)" msgstr "無效的屬性類型(應為 uint32 值)" -#: gio/glocalfileinfo.c:1759 +#: gio/glocalfileinfo.c:1761 msgid "Invalid attribute type (uint64 expected)" msgstr "無效的屬性類型(應為 uint64 值)" -#: gio/glocalfileinfo.c:1778 gio/glocalfileinfo.c:1796 -#, c-format +#: gio/glocalfileinfo.c:1780 gio/glocalfileinfo.c:1799 msgid "Invalid attribute type (byte string expected)" msgstr "無效的屬性類型(應為 byte string 值)" -#: gio/glocalfileinfo.c:1822 +#: gio/glocalfileinfo.c:1825 #, c-format msgid "Error setting permissions: %s" msgstr "設定權限時發生錯誤:%s" -#: gio/glocalfileinfo.c:1873 gio/glocalfileinfo.c:2041 +#: gio/glocalfileinfo.c:1876 gio/glocalfileinfo.c:2044 #, c-format msgid "Error setting owner: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:1896 +#: gio/glocalfileinfo.c:1899 msgid "symlink must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:1906 gio/glocalfileinfo.c:1925 -#: gio/glocalfileinfo.c:1936 +#: gio/glocalfileinfo.c:1909 gio/glocalfileinfo.c:1928 +#: gio/glocalfileinfo.c:1939 #, c-format msgid "Error setting symlink: %s" msgstr "設定符號連結時發生錯誤:%s" -#: gio/glocalfileinfo.c:1915 +#: gio/glocalfileinfo.c:1918 msgid "Error setting symlink: file is not a symlink" msgstr "設定符號連結時發生錯誤:檔案不是符號連結" -#: gio/glocalfileinfo.c:2063 -#, fuzzy, c-format +#: gio/glocalfileinfo.c:2067 +#, fuzzy msgid "SELinux context must be non-NULL" msgstr "符號連結必須為非-NULL" -#: gio/glocalfileinfo.c:2079 +#: gio/glocalfileinfo.c:2082 #, fuzzy, c-format msgid "Error setting SELinux context: %s" msgstr "設定擁有者時發生錯誤:%s" -#: gio/glocalfileinfo.c:2086 -#, c-format +#: gio/glocalfileinfo.c:2089 msgid "SELinux is not enabled on this system" msgstr "" -#: gio/glocalfileinfo.c:2147 +#: gio/glocalfileinfo.c:2150 #, c-format msgid "Setting attribute %s not supported" msgstr "不支援設定屬性 %s" |