mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-09 09:28:44 +02:00
2.13.7
svn path=/trunk/; revision=5634
This commit is contained in:
34
po/zh_HK.po
34
po/zh_HK.po
@@ -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 "在註解或處理指示內,文件突然結束"
|
||||
|
||||
|
Reference in New Issue
Block a user