diff options
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 2460d72ed..4147ce6b0 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" -"POT-Creation-Date: 2002-07-26 17:56-0400\n" +"POT-Creation-Date: 2002-11-04 15:31-0500\n" "PO-Revision-Date: 2002-03-17 16:34+0800\n" "Last-Translator: He Qiangqiang <carton@263.net>\n" "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" @@ -24,13 +24,13 @@ msgid "Could not open converter from '%s' to '%s': %s" msgstr "无法打开从“%s”到“%s”的转换器:%s" #: glib/gconvert.c:602 glib/gconvert.c:892 glib/giochannel.c:1291 -#: glib/giochannel.c:1333 glib/giochannel.c:2171 glib/gutf8.c:875 +#: glib/giochannel.c:1333 glib/giochannel.c:2175 glib/gutf8.c:875 #: glib/gutf8.c:1320 msgid "Invalid byte sequence in conversion input" msgstr "转换输入中出现无效字符序列" #: glib/gconvert.c:607 glib/gconvert.c:823 glib/giochannel.c:1298 -#: glib/giochannel.c:2183 +#: glib/giochannel.c:2187 #, c-format msgid "Error during conversion: %s" msgstr "转换过程中出错:%s" @@ -143,15 +143,15 @@ msgstr "无法打开从“%s”到“%s”的转换器:%s" msgid "Can't do a raw read in g_io_channel_read_line_string" msgstr "g_io_channel_read_line_string 函数无法进行原始读取" -#: glib/giochannel.c:1515 glib/giochannel.c:1769 glib/giochannel.c:1855 +#: glib/giochannel.c:1515 glib/giochannel.c:1772 glib/giochannel.c:1858 msgid "Leftover unconverted data in read buffer" msgstr "在读缓冲里留有未转换数据" -#: glib/giochannel.c:1595 glib/giochannel.c:1669 +#: glib/giochannel.c:1595 glib/giochannel.c:1672 msgid "Channel terminates in a partial character" msgstr "通道终止于未尽字符" -#: glib/giochannel.c:1655 +#: glib/giochannel.c:1658 msgid "Can't do a raw read in g_io_channel_read_to_end" msgstr "g_io_channel_read_to_end 函数无法进行原始读取" @@ -177,12 +177,12 @@ msgstr "第%d行第%d个字符出错:%s" msgid "Error on line %d: %s" msgstr "第%d行出错:%s" -#: glib/gmarkup.c:423 +#: glib/gmarkup.c:422 msgid "" "Empty entity '&;' seen; valid entities are: & " < > '" msgstr "发现空的实体“&;”。有效的实体为:& " < > '" -#: glib/gmarkup.c:433 +#: glib/gmarkup.c:432 #, c-format msgid "" "Character '%s' is not valid at the start of an entity name; the & character " @@ -192,17 +192,17 @@ msgstr "" "字符“%s”出现在实体名的开头无效。实体都以 & 字符 开头,如果这个 & 不是一个实体" "的开头,把它变为 &" -#: glib/gmarkup.c:469 +#: glib/gmarkup.c:463 #, c-format msgid "Character '%s' is not valid inside an entity name" msgstr "字符“%s”在实体名中无效" -#: glib/gmarkup.c:513 +#: glib/gmarkup.c:498 #, c-format msgid "Entity name '%s' is not known" msgstr "未知的实体名“%s”" -#: glib/gmarkup.c:523 +#: glib/gmarkup.c:509 msgid "" "Entity did not end with a semicolon; most likely you used an ampersand " "character without intending to start an entity - escape ampersand as &" @@ -210,23 +210,23 @@ msgstr "" "实体没有以分号结束。很可能您使用了 & 字符而又不是一个实体-将这个 & 变为 " "&" -#: glib/gmarkup.c:569 +#: glib/gmarkup.c:555 #, c-format msgid "" "Failed to parse '%s', which should have been a digit inside a character " "reference (ê for example) - perhaps the digit is too large" msgstr "无法解析“%s”。它应该是字符引用中的数字(如ê)-可能该数字太大了" -#: glib/gmarkup.c:594 +#: glib/gmarkup.c:580 #, c-format msgid "Character reference '%s' does not encode a permitted character" msgstr "字符引用“%s”不是编码一个被允许的字符" -#: glib/gmarkup.c:611 +#: glib/gmarkup.c:597 msgid "Empty character reference; should include a digit such as dž" msgstr "空的字符引用;应该包括数字,如 dž" -#: glib/gmarkup.c:621 +#: glib/gmarkup.c:607 msgid "" "Character reference did not end with a semicolon; most likely you used an " "ampersand character without intending to start an entity - escape ampersand " @@ -235,43 +235,43 @@ msgstr "" "字符引用没有以分号结束。很可能您使用了 & 字符而又不是一个实体-将这个 & 变为 " "&" -#: glib/gmarkup.c:647 +#: glib/gmarkup.c:633 msgid "Unfinished entity reference" msgstr "" -#: glib/gmarkup.c:653 +#: glib/gmarkup.c:639 msgid "Unfinished character reference" msgstr "" -#: glib/gmarkup.c:896 glib/gmarkup.c:924 glib/gmarkup.c:955 +#: glib/gmarkup.c:880 glib/gmarkup.c:908 glib/gmarkup.c:939 msgid "Invalid UTF-8 encoded text" msgstr "无效的 UTF-8 编码文本" -#: glib/gmarkup.c:991 +#: glib/gmarkup.c:975 msgid "Document must begin with an element (e.g. <book>)" msgstr "文档必须以一个元素开始(例如 <book>)" -#: glib/gmarkup.c:1030 +#: glib/gmarkup.c:1014 #, c-format msgid "" "'%s' is not a valid character following a '<' character; it may not begin an " "element name" msgstr "“%s”出现在字符“<”后是无效字符;它不能作为元素名的开头" -#: glib/gmarkup.c:1093 +#: glib/gmarkup.c:1077 #, c-format msgid "" "Odd character '%s', expected a '>' character to end the start tag of element " "'%s'" msgstr "字符“%s”无效,应该以字符“>”来结束元素“%s”的起始标记" -#: glib/gmarkup.c:1180 +#: glib/gmarkup.c:1164 #, c-format msgid "" "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'" msgstr "字符“%s”无效,在属性名“%s”(元素“%s”)的后应该是字符“=”" -#: glib/gmarkup.c:1221 +#: glib/gmarkup.c:1205 #, c-format msgid "" "Odd character '%s', expected a '>' or '/' character to end the start tag of " @@ -281,87 +281,87 @@ msgstr "" "字符“%s”无效,应该以“>”或“/”结束元素“%s”的起始标记,或紧跟该元素的属性;可能" "您在属性名中使用了无效字符" -#: glib/gmarkup.c:1304 +#: glib/gmarkup.c:1288 #, c-format msgid "" "Odd character '%s', expected an open quote mark after the equals sign when " "giving value for attribute '%s' of element '%s'" msgstr "字符“%s”无效,在给属性“%s”(元素“%s”)赋值时,在等号后应该是引号" -#: glib/gmarkup.c:1444 +#: glib/gmarkup.c:1428 #, 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:1482 +#: glib/gmarkup.c:1466 #, 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:1493 +#: glib/gmarkup.c:1477 #, c-format msgid "Element '%s' was closed, no element is currently open" msgstr "元素“%s”已经结束,没有未结束的元素" -#: glib/gmarkup.c:1502 +#: glib/gmarkup.c:1486 #, c-format msgid "Element '%s' was closed, but the currently open element is '%s'" msgstr "元素“%s”已经结束,当前未结束的元素是“%s”" -#: glib/gmarkup.c:1661 +#: glib/gmarkup.c:1645 msgid "Document was empty or contained only whitespace" msgstr "文档为空或仅含空白字符" -#: glib/gmarkup.c:1675 +#: glib/gmarkup.c:1659 msgid "Document ended unexpectedly just after an open angle bracket '<'" msgstr "文档在一个打开的尖括号“<”后意外结束" -#: glib/gmarkup.c:1683 glib/gmarkup.c:1727 +#: glib/gmarkup.c:1667 glib/gmarkup.c:1711 #, c-format msgid "" "Document ended unexpectedly with elements still open - '%s' was the last " "element opened" msgstr "文档在还存在未结束元素时意外结束-最后的未结束元素是“%s”" -#: glib/gmarkup.c:1691 +#: glib/gmarkup.c:1675 #, c-format msgid "" "Document ended unexpectedly, expected to see a close angle bracket ending " "the tag <%s/>" msgstr "文档意外结束,应该以右尖括号“>”来结束标记 <%s/>" -#: glib/gmarkup.c:1697 +#: glib/gmarkup.c:1681 msgid "Document ended unexpectedly inside an element name" msgstr "文档在元素名中意外结束" -#: glib/gmarkup.c:1702 +#: glib/gmarkup.c:1686 msgid "Document ended unexpectedly inside an attribute name" msgstr "文档在属性名中意外结束" -#: glib/gmarkup.c:1707 +#: glib/gmarkup.c:1691 msgid "Document ended unexpectedly inside an element-opening tag." msgstr "文档在元素起始标记中意外结束" -#: glib/gmarkup.c:1713 +#: glib/gmarkup.c:1697 msgid "" "Document ended unexpectedly after the equals sign following an attribute " "name; no attribute value" msgstr "文档在跟在属性名后的等号后意外结束;没有属性值" -#: glib/gmarkup.c:1720 +#: glib/gmarkup.c:1704 msgid "Document ended unexpectedly while inside an attribute value" msgstr "文档在属性值中意外结束" -#: glib/gmarkup.c:1735 +#: glib/gmarkup.c:1719 #, c-format msgid "Document ended unexpectedly inside the close tag for element '%s'" msgstr "文档在元素“%s”结束标记中意外结束" -#: glib/gmarkup.c:1741 +#: glib/gmarkup.c:1725 msgid "Document ended unexpectedly inside a comment or processing instruction" msgstr "文档在注释或处理指令中意外结束" @@ -412,7 +412,7 @@ msgstr "无法切换到目录“%s” (%s)" msgid "Failed to execute child process (%s)" msgstr "无法执行子进程 (%s)" -#: glib/gspawn-win32.c:828 glib/gspawn.c:1245 +#: glib/gspawn-win32.c:828 glib/gspawn.c:1265 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "无法创建与子进程通讯的管道 (%s)" |