svn path=/trunk/; revision=5634
This commit is contained in:
Matthias Clasen
2007-07-12 17:53:42 +00:00
parent 6b3b223646
commit b09c2ff4cd
91 changed files with 3274 additions and 3028 deletions

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12.2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-06-29 13:30-0400\n"
"POT-Creation-Date: 2007-07-12 13:33-0400\n"
"PO-Revision-Date: 2007-02-28 02:10+0800\n"
"Last-Translator: Woodman Tuen <wmtuen@gmail.com>\n"
"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
@@ -199,48 +199,48 @@ msgstr "開啟檔案‘%s失敗fdopen() 失敗:%s"
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "檔案名稱由‘%s改為%s失敗g_rename() 失敗:%s"
#: glib/gfileutils.c:931 glib/gfileutils.c:1389
#: glib/gfileutils.c:932 glib/gfileutils.c:1390
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "建立檔案‘%s失敗%s"
#: glib/gfileutils.c:945
#: glib/gfileutils.c:946
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "開啟檔案‘%s作寫入失敗fdopen() 失敗:%s"
#: glib/gfileutils.c:970
#: glib/gfileutils.c:971
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "寫入檔案‘%s失敗fwrite() 失敗:%s"
#: glib/gfileutils.c:989
#: glib/gfileutils.c:990
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "關閉檔案‘%s失敗fclose() 失敗:%s"
#: glib/gfileutils.c:1107
#: glib/gfileutils.c:1108
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "現存檔案‘%s無法移除g_unlink() 失敗:%s"
#: glib/gfileutils.c:1351
#: glib/gfileutils.c:1352
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "樣式‘%s無效不應含有%s"
# (Abel) this is file template for mktemp/mkstemp
#: glib/gfileutils.c:1364
#: glib/gfileutils.c:1365
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "檔案樣式‘%s沒有包含 XXXXXX"
#: glib/gfileutils.c:1839
#: glib/gfileutils.c:1840
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "讀取符號連結‘%s失敗%s"
#: glib/gfileutils.c:1860
#: glib/gfileutils.c:1861
#, c-format
msgid "Symbolic links not supported"
msgstr "不支援符號連結"
@@ -434,7 +434,7 @@ msgstr "文件完全空白或只含有空白字符"
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "文件在尖角括號‘<’後突然終止"
#: glib/gmarkup.c:1775 glib/gmarkup.c:1819
#: glib/gmarkup.c:1775 glib/gmarkup.c:1820
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -452,30 +452,30 @@ msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖
msgid "Document ended unexpectedly inside an element name"
msgstr "在元素的名稱內,文件突然結束"
#: glib/gmarkup.c:1794
#: glib/gmarkup.c:1795
msgid "Document ended unexpectedly inside an attribute name"
msgstr "在屬性名稱內,文件突然結束"
#: glib/gmarkup.c:1799
#: glib/gmarkup.c:1800
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "在元素的開啟標籤內,文件突然結束"
#: glib/gmarkup.c:1805
#: glib/gmarkup.c:1806
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
#: glib/gmarkup.c:1812
#: glib/gmarkup.c:1813
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "在屬性值內,文件突然結束"
#: glib/gmarkup.c:1827
#: glib/gmarkup.c:1829
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "在元素‘%s的關閉標籤內文件突然結束"
#: glib/gmarkup.c:1833
#: glib/gmarkup.c:1835
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "在註解或處理指示內,文件突然結束"