diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-18 13:17:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-18 13:17:39 +0000 |
commit | e17c805ce49b68fc9166819114be575c6e33f11a (patch) | |
tree | a67caa4fceb57af3270249ed9fc30db87cc17ca9 /po/zh_TW.po | |
parent | 6889e86ae4dbf9a684df19c371d372880a684b4b (diff) |
2.17.7GLIB_2_17_7
svn path=/trunk/; revision=7367
Diffstat (limited to 'po/zh_TW.po')
-rw-r--r-- | po/zh_TW.po | 137 |
1 files changed, 73 insertions, 64 deletions
diff --git a/po/zh_TW.po b/po/zh_TW.po index 0ca7f187f..c2efb97da 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-08-04 13:30-0400\n" +"POT-Creation-Date: 2008-08-18 00:50-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" @@ -101,8 +101,8 @@ msgid "Could not open converter from '%s' to '%s'" msgstr "無法將‘%s’轉換至‘%s’" #: glib/gconvert.c:632 glib/gconvert.c:1017 glib/giochannel.c:1330 -#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:956 -#: glib/gutf8.c:1405 +#: glib/giochannel.c:1372 glib/giochannel.c:2216 glib/gutf8.c:955 +#: glib/gutf8.c:1404 msgid "Invalid byte sequence in conversion input" msgstr "轉換輸入資料時遇到不正確的位元組組合" @@ -112,8 +112,8 @@ msgstr "轉換輸入資料時遇到不正確的位元組組合" msgid "Error during conversion: %s" msgstr "轉換時發生錯誤:%s" -#: glib/gconvert.c:669 glib/gutf8.c:952 glib/gutf8.c:1156 glib/gutf8.c:1297 -#: glib/gutf8.c:1401 +#: glib/gconvert.c:669 glib/gutf8.c:951 glib/gutf8.c:1155 glib/gutf8.c:1296 +#: glib/gutf8.c:1400 msgid "Partial character sequence at end of input" msgstr "輸入資料結束時字元仍未完整" @@ -342,16 +342,16 @@ msgid "" "reference (ê for example) - perhaps the digit is too large" msgstr "無法解析‘%-.*s’,字元參引內應該含有數字(例如 ê)─ 可能是數字太大" -#: glib/gmarkup.c:653 +#: glib/gmarkup.c:650 #, c-format msgid "Character reference '%-.*s' does not encode a permitted character" msgstr "字元參引‘%-.*s’無法表示任何能接受的字元" -#: glib/gmarkup.c:668 +#: glib/gmarkup.c:665 msgid "Empty character reference; should include a digit such as dž" msgstr "字元參引是空白的;它應該包括數字,像 dž" -#: glib/gmarkup.c:678 +#: glib/gmarkup.c:675 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -360,52 +360,52 @@ msgstr "" "字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉" "換為 &" -#: glib/gmarkup.c:764 +#: glib/gmarkup.c:761 msgid "Unfinished entity reference" msgstr "未完成的實體參引" -#: glib/gmarkup.c:770 +#: glib/gmarkup.c:767 msgid "Unfinished character reference" msgstr "未完成的字元參引" -#: glib/gmarkup.c:1056 +#: glib/gmarkup.c:1053 msgid "Invalid UTF-8 encoded text - overlong sequence" msgstr "無效的 UTF-8 編碼文字 - 序列過長" -#: glib/gmarkup.c:1084 +#: glib/gmarkup.c:1081 msgid "Invalid UTF-8 encoded text - not a start char" msgstr "無效的 UTF-8 編碼文字 - 非開始字元" -#: glib/gmarkup.c:1120 +#: glib/gmarkup.c:1117 #, c-format msgid "Invalid UTF-8 encoded text - not valid '%s'" msgstr "無效的 UTF-8 編碼文字 - 不是合法的「%s」" -#: glib/gmarkup.c:1158 +#: glib/gmarkup.c:1155 msgid "Document must begin with an element (e.g. <book>)" msgstr "文件開始必須為一元素(例如 <book>)" -#: glib/gmarkup.c:1198 +#: glib/gmarkup.c:1195 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份" -#: glib/gmarkup.c:1266 +#: glib/gmarkup.c:1263 #, fuzzy, c-format msgid "" "Odd character '%s', expected a '>' character to end the empty-element tag '%" "s'" msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束" -#: glib/gmarkup.c:1355 +#: glib/gmarkup.c:1352 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’)後應該是‘=’字元" -#: glib/gmarkup.c:1397 +#: glib/gmarkup.c:1394 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -415,7 +415,7 @@ msgstr "" "不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或" "許您在屬性名稱中使用了無效的字元" -#: glib/gmarkup.c:1483 +#: glib/gmarkup.c:1480 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " @@ -423,80 +423,80 @@ msgid "" msgstr "" "不尋常的字元‘%s’,當指定屬性‘%s’的值(屬於元素‘%s’)時,等號後應該出現開引號" -#: glib/gmarkup.c:1625 +#: glib/gmarkup.c:1622 #, 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:1665 +#: glib/gmarkup.c:1662 #, 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:1676 +#: glib/gmarkup.c:1673 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素‘%s’已關閉,沒有開啟中的元素" -#: glib/gmarkup.c:1685 +#: glib/gmarkup.c:1682 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’" -#: glib/gmarkup.c:1848 +#: glib/gmarkup.c:1845 msgid "Document was empty or contained only whitespace" msgstr "文件完全空白或只含有空白字元" -#: glib/gmarkup.c:1862 +#: glib/gmarkup.c:1859 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文件在尖角括號‘<’後突然終止" -#: glib/gmarkup.c:1870 glib/gmarkup.c:1915 +#: glib/gmarkup.c:1867 glib/gmarkup.c:1912 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素" -#: glib/gmarkup.c:1878 +#: glib/gmarkup.c:1875 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號" -#: glib/gmarkup.c:1884 +#: glib/gmarkup.c:1881 msgid "Document ended unexpectedly inside an element name" msgstr "在元素的名稱內,文件突然結束" -#: glib/gmarkup.c:1890 +#: glib/gmarkup.c:1887 msgid "Document ended unexpectedly inside an attribute name" msgstr "在屬性名稱內,文件突然結束" -#: glib/gmarkup.c:1895 +#: glib/gmarkup.c:1892 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "在元素的開啟標籤內,文件突然結束" -#: glib/gmarkup.c:1901 +#: glib/gmarkup.c:1898 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值" -#: glib/gmarkup.c:1908 +#: glib/gmarkup.c:1905 msgid "Document ended unexpectedly while inside an attribute value" msgstr "在屬性值內,文件突然結束" -#: glib/gmarkup.c:1924 +#: glib/gmarkup.c:1921 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "在元素‘%s’的關閉標籤內,文件突然結束" -#: glib/gmarkup.c:1930 +#: glib/gmarkup.c:1927 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "在註解或處理指示內,文件突然結束" @@ -920,16 +920,16 @@ msgstr "執行副進程“%s”時發生不明的錯誤" msgid "Failed to read enough data from child pid pipe (%s)" msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)" -#: glib/gutf8.c:1030 +#: glib/gutf8.c:1029 msgid "Character out of range for UTF-8" msgstr "字元不在 UTF-8 範圍之內" -#: glib/gutf8.c:1124 glib/gutf8.c:1133 glib/gutf8.c:1265 glib/gutf8.c:1274 -#: glib/gutf8.c:1415 glib/gutf8.c:1511 +#: glib/gutf8.c:1123 glib/gutf8.c:1132 glib/gutf8.c:1264 glib/gutf8.c:1273 +#: glib/gutf8.c:1414 glib/gutf8.c:1510 msgid "Invalid sequence in conversion input" msgstr "轉換輸入資料時出現無效的字元次序" -#: glib/gutf8.c:1426 glib/gutf8.c:1522 +#: glib/gutf8.c:1425 glib/gutf8.c:1521 msgid "Character out of range for UTF-16" msgstr "字元不在 UTF-16 範圍之內" @@ -1092,15 +1092,15 @@ msgstr "數值‘%s’不能被解譯為浮點數。" msgid "Value '%s' cannot be interpreted as a boolean." msgstr "數值‘%s’不能被解譯為邏輯值。" -#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:187 -#: gio/ginputstream.c:319 gio/ginputstream.c:560 gio/ginputstream.c:685 -#: gio/goutputstream.c:195 gio/goutputstream.c:649 +#: gio/gbufferedinputstream.c:485 gio/ginputstream.c:193 +#: gio/ginputstream.c:325 gio/ginputstream.c:566 gio/ginputstream.c:691 +#: gio/goutputstream.c:202 gio/goutputstream.c:656 #, c-format msgid "Too large count value passed to %s" msgstr "傳給 %s 的計數值太大" -#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:895 -#: gio/goutputstream.c:1078 +#: gio/gbufferedinputstream.c:872 gio/ginputstream.c:901 +#: gio/goutputstream.c:1085 msgid "Stream is already closed" msgstr "串流已經關閉" @@ -1167,10 +1167,10 @@ msgid "drive doesn't implement polling for media" msgstr "裝置無法實作媒體的輪詢" #: gio/gfile.c:825 gio/gfile.c:1055 gio/gfile.c:1190 gio/gfile.c:1426 -#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2682 -#: gio/gfile.c:2733 gio/gfile.c:2861 gio/gfile.c:2901 gio/gfile.c:3228 -#: gio/gfile.c:3630 gio/gfile.c:3714 gio/gfile.c:3797 gio/gfile.c:3877 -#: gio/gfile.c:4207 +#: gio/gfile.c:1480 gio/gfile.c:1537 gio/gfile.c:1620 gio/gfile.c:2686 +#: gio/gfile.c:2740 gio/gfile.c:2871 gio/gfile.c:2911 gio/gfile.c:3238 +#: gio/gfile.c:3640 gio/gfile.c:3724 gio/gfile.c:3807 gio/gfile.c:3887 +#: gio/gfile.c:4217 gio/win32/gwinhttpfile.c:427 msgid "Operation not supported" msgstr "不支援操作" @@ -1203,24 +1203,24 @@ msgstr "目標檔案已存在" msgid "Can't recursively copy directory" msgstr "不能遞廻複製目錄" -#: gio/gfile.c:2851 +#: gio/gfile.c:2861 msgid "Invalid symlink value given" msgstr "提供了無效的符號連結值" -#: gio/gfile.c:2944 +#: gio/gfile.c:2954 msgid "Trash not supported" msgstr "不支援回收筒" -#: gio/gfile.c:2993 +#: gio/gfile.c:3003 #, c-format msgid "File names cannot contain '%c'" msgstr "檔案名稱不能包含「%c」" -#: gio/gfile.c:4975 gio/gvolume.c:370 +#: gio/gfile.c:4985 gio/gvolume.c:370 msgid "volume doesn't implement mount" msgstr "儲存裝置尚未實作掛載功能" -#: gio/gfile.c:5083 +#: gio/gfile.c:5093 msgid "No application is registered as handling this file" msgstr "沒有應用程式註冊為用以處理這個檔案" @@ -1237,6 +1237,15 @@ msgstr "檔案列舉器(enumerator)有異常操作" msgid "File enumerator is already closed" msgstr "檔案列舉器(enumerator)已經關閉" +#: gio/gfileicon.c:144 +msgid "file" +msgstr "" + +#: gio/gfileicon.c:145 +#, fuzzy +msgid "The file containing the icon" +msgstr "包含圖示名稱的陣列" + #: gio/gfileinputstream.c:157 gio/gfileinputstream.c:424 #: gio/gfileoutputstream.c:171 gio/gfileoutputstream.c:526 msgid "Stream doesn't support query_info" @@ -1254,7 +1263,7 @@ msgstr "在輸入串流中不允許截短(truncate)" msgid "Truncate not supported on stream" msgstr "在串流中不支援截短(truncate)" -#: gio/ginputstream.c:196 +#: gio/ginputstream.c:202 msgid "Input stream doesn't implement read" msgstr "輸入串流尚未實作讀取" @@ -1264,7 +1273,7 @@ msgstr "輸入串流尚未實作讀取" #. Translators: This is an error you get if there is #. * already an operation running against this stream when #. * you try to start one -#: gio/ginputstream.c:905 gio/goutputstream.c:1088 +#: gio/ginputstream.c:911 gio/goutputstream.c:1095 msgid "Stream has outstanding operation" msgstr "串流有異常操作" @@ -1272,7 +1281,7 @@ msgstr "串流有異常操作" msgid "Unable to find default local directory monitor type" msgstr "無法找到預設的本地端目錄監視器類型" -#: gio/glocalfile.c:601 +#: gio/glocalfile.c:601 gio/win32/gwinhttpfile.c:410 #, c-format msgid "Invalid filename %s" msgstr "無效的檔案名稱 %s" @@ -1590,35 +1599,35 @@ msgstr "掛載點尚未實作卸載" msgid "mount doesn't implement synchronous content type guessing" msgstr "掛載點尚未實作卸載" -#: gio/goutputstream.c:204 gio/goutputstream.c:405 +#: gio/goutputstream.c:211 gio/goutputstream.c:412 msgid "Output stream doesn't implement write" msgstr "輸出串流尚未實作寫入" -#: gio/goutputstream.c:365 gio/goutputstream.c:773 +#: gio/goutputstream.c:372 gio/goutputstream.c:780 msgid "Source stream is already closed" msgstr "來源串流已經關閉" -#: gio/gthemedicon.c:206 +#: gio/gthemedicon.c:210 msgid "name" msgstr "名稱" -#: gio/gthemedicon.c:207 +#: gio/gthemedicon.c:211 msgid "The name of the icon" msgstr "圖示的名稱" -#: gio/gthemedicon.c:218 +#: gio/gthemedicon.c:222 msgid "names" msgstr "名稱" -#: gio/gthemedicon.c:219 +#: gio/gthemedicon.c:223 msgid "An array containing the icon names" msgstr "包含圖示名稱的陣列" -#: gio/gthemedicon.c:244 +#: gio/gthemedicon.c:248 msgid "use default fallbacks" msgstr "使用預設的回饋" -#: gio/gthemedicon.c:245 +#: gio/gthemedicon.c:249 msgid "" "Whether to use default fallbacks found by shortening the name at '-' " "characters. Ignores names after the first if multiple names are given." @@ -1638,7 +1647,7 @@ msgstr "從 unix 讀取時發生錯誤:%s" msgid "Error closing unix: %s" msgstr "關閉 unix 時發生錯誤:%s" -#: gio/gunixmounts.c:1778 gio/gunixmounts.c:1815 +#: gio/gunixmounts.c:1779 gio/gunixmounts.c:1816 msgid "Filesystem root" msgstr "根檔案系統" |