This commit is contained in:
Matthias Clasen
2004-08-01 03:51:21 +00:00
parent 1d6aada2a8
commit 5b1c38b0b3
74 changed files with 2513 additions and 2466 deletions

View File

@@ -5,14 +5,14 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"POT-Creation-Date: 2004-07-18 18:16+0200\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-31 23:40-0400\n"
"PO-Revision-Date: 2003-05-27 20:23+0800\n"
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Report-Msgid-Bugs-To: \n"
#: glib/gconvert.c:402
#, c-format
@@ -165,22 +165,22 @@ msgstr "在字元未完整之前,輸入管道已經結束"
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
#: glib/gmarkup.c:223
#: glib/gmarkup.c:225
#, c-format
msgid "Error on line %d char %d: %s"
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
#: glib/gmarkup.c:307
#: glib/gmarkup.c:309
#, c-format
msgid "Error on line %d: %s"
msgstr "第 %d 行發生錯誤:%s"
#: glib/gmarkup.c:412
#: glib/gmarkup.c:414
msgid ""
"Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
msgstr "出現空白的實體‘&;’;可用的實體為:&amp; &quot; &lt; &gt; &apos;"
#: glib/gmarkup.c:422
#: glib/gmarkup.c:424
#, c-format
msgid ""
"Character '%s' is not valid at the start of an entity name; the & character "
@@ -190,17 +190,17 @@ msgstr ""
"實體名稱不應以‘%s開始應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
"將 & 轉換為 &amp;"
#: glib/gmarkup.c:458
#: glib/gmarkup.c:460
#, c-format
msgid "Character '%s' is not valid inside an entity name"
msgstr "實體名稱中不應含有字元‘%s"
#: glib/gmarkup.c:502
#: glib/gmarkup.c:504
#, c-format
msgid "Entity name '%s' is not known"
msgstr "實體名稱‘%s意義不明"
#: glib/gmarkup.c:512
#: glib/gmarkup.c:514
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &amp;"
@@ -208,23 +208,23 @@ msgstr ""
"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
"為 &amp;"
#: glib/gmarkup.c:558
#: glib/gmarkup.c:560
#, c-format
msgid ""
"Failed to parse '%s', which should have been a digit inside a character "
"reference (&#234; for example) - perhaps the digit is too large"
msgstr "無法理解‘%s字元參引內應該含有數字(例如 &#234;) ─ 可能是數字太大"
#: glib/gmarkup.c:583
#: glib/gmarkup.c:585
#, c-format
msgid "Character reference '%s' does not encode a permitted character"
msgstr "字元參引‘%s含有不正當的字元"
#: glib/gmarkup.c:600
#: glib/gmarkup.c:602
msgid "Empty character reference; should include a digit such as &#454;"
msgstr "字元參引是空白的;它應該包括數字,像 &#454;"
#: glib/gmarkup.c:610
#: glib/gmarkup.c:612
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -233,43 +233,43 @@ msgstr ""
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
"換為 &amp;"
#: glib/gmarkup.c:636
#: glib/gmarkup.c:638
msgid "Unfinished entity reference"
msgstr "未完成的實體參引"
#: glib/gmarkup.c:642
#: glib/gmarkup.c:644
msgid "Unfinished character reference"
msgstr "未完成的字元參引"
#: glib/gmarkup.c:893 glib/gmarkup.c:921 glib/gmarkup.c:952
#: glib/gmarkup.c:895 glib/gmarkup.c:923 glib/gmarkup.c:954
msgid "Invalid UTF-8 encoded text"
msgstr "無效的 UTF-8 編碼文字"
#: glib/gmarkup.c:988
#: glib/gmarkup.c:990
msgid "Document must begin with an element (e.g. <book>)"
msgstr "文件開始必須為一元素 (例如 <book>)"
#: glib/gmarkup.c:1027
#: glib/gmarkup.c:1029
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
"element name"
msgstr "<’字元後的‘%s不是有效的字元這樣不可能是元素名稱的開始部份"
#: glib/gmarkup.c:1090
#: glib/gmarkup.c:1092
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the start tag of element "
"'%s'"
msgstr "字元‘%s不尋常元素%s的開始標籤應該以>’字元結束"
#: glib/gmarkup.c:1177
#: glib/gmarkup.c:1180
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "不尋常的字元‘%s屬性名稱%s(屬於元素‘%s) 後應該是‘=’字元"
#: glib/gmarkup.c:1218
#: glib/gmarkup.c:1221
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -279,7 +279,7 @@ msgstr ""
"不尋常的字元‘%s元素%s的開始標籤應該以>’或‘/’字元終結,也可以是屬性;或"
"許您在屬性名稱中使用了無效的字元"
#: glib/gmarkup.c:1301
#: glib/gmarkup.c:1309
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -287,80 +287,80 @@ msgid ""
msgstr ""
"不尋常的字元‘%s當指定屬性%s的值 (屬於元素‘%s) 時,等號後應該出現開引號"
#: glib/gmarkup.c:1441
#: glib/gmarkup.c:1450
#, 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:1479
#: glib/gmarkup.c:1489
#, 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:1490
#: glib/gmarkup.c:1500
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "元素‘%s已關閉沒有開啟中的元素"
#: glib/gmarkup.c:1499
#: glib/gmarkup.c:1509
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "元素‘%s已關閉但開啟中的元素是%s"
#: glib/gmarkup.c:1646
#: glib/gmarkup.c:1656
msgid "Document was empty or contained only whitespace"
msgstr "文件完全空白或只含有空白字元"
#: glib/gmarkup.c:1660
#: glib/gmarkup.c:1670
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
#: glib/gmarkup.c:1668 glib/gmarkup.c:1712
#: glib/gmarkup.c:1678 glib/gmarkup.c:1722
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
"element opened"
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s是最後一個開啟的元素"
#: glib/gmarkup.c:1676
#: glib/gmarkup.c:1686
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
#: glib/gmarkup.c:1682
#: glib/gmarkup.c:1692
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
#: glib/gmarkup.c:1687
#: glib/gmarkup.c:1697
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: glib/gmarkup.c:1692
#: glib/gmarkup.c:1702
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
#: glib/gmarkup.c:1698
#: glib/gmarkup.c:1708
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
#: glib/gmarkup.c:1705
#: glib/gmarkup.c:1715
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
#: glib/gmarkup.c:1720
#: glib/gmarkup.c:1730
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s的關閉標籤內文件突然結束"
#: glib/gmarkup.c:1726
#: glib/gmarkup.c:1736
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"
@@ -372,17 +372,17 @@ msgstr "應該用引號括起來的文字不是以括號為開始"
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "指令列或其它標為指令的字串內有不對稱的引號"
#: glib/gshell.c:530
#: glib/gshell.c:540
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "文字在‘\\’字元後就終止了。(文字為‘%s)"
#: glib/gshell.c:537
#: glib/gshell.c:547
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "字串完結前仍沒有對應於 %c 的引號 (字串為‘%s)"
#: glib/gshell.c:549
#: glib/gshell.c:559
msgid "Text was empty (or contained only whitespace)"
msgstr "文字是空白的 (或只含有空白字元)"