diff options
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index ca4929a65..248b7623b 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-04 17:24-0500\n" +"POT-Creation-Date: 2007-01-14 23:28-0500\n" "PO-Revision-Date: 2006-08-20 17:41+0800\n" "Last-Translator: He Qiangqiang <carton@263.net>\n" "Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" @@ -699,87 +699,86 @@ msgid "" "Key file contains line '%s' which is not a key-value pair, group, or comment" msgstr "键文件中的行“%s”不是键-值对、组或注释" -#: glib/gkeyfile.c:755 glib/gkeyfile.c:1233 glib/gkeyfile.c:2456 -#: glib/gkeyfile.c:2579 glib/gkeyfile.c:2894 +#: glib/gkeyfile.c:758 #, fuzzy, c-format msgid "Invalid group name: %s" msgstr "无效的程序名:%s" -#: glib/gkeyfile.c:774 +#: glib/gkeyfile.c:780 #, c-format msgid "Key file does not start with a group" msgstr "键文件不以组开始" -#: glib/gkeyfile.c:797 glib/gkeyfile.c:1235 +#: glib/gkeyfile.c:806 #, fuzzy, c-format msgid "Invalid key name: %s" msgstr "无效的程序名:%s" -#: glib/gkeyfile.c:821 +#: glib/gkeyfile.c:833 #, c-format msgid "Key file contains unsupported encoding '%s'" msgstr "键文件包含不支持的编码“%s”" -#: glib/gkeyfile.c:1030 glib/gkeyfile.c:1189 glib/gkeyfile.c:2394 -#: glib/gkeyfile.c:2463 glib/gkeyfile.c:2586 glib/gkeyfile.c:2721 -#: glib/gkeyfile.c:2874 glib/gkeyfile.c:3056 glib/gkeyfile.c:3113 +#: glib/gkeyfile.c:1042 glib/gkeyfile.c:1201 glib/gkeyfile.c:2402 +#: glib/gkeyfile.c:2469 glib/gkeyfile.c:2590 glib/gkeyfile.c:2725 +#: glib/gkeyfile.c:2878 glib/gkeyfile.c:3058 glib/gkeyfile.c:3115 #, c-format msgid "Key file does not have group '%s'" msgstr "键文件没有组“%s”" -#: glib/gkeyfile.c:1201 +#: glib/gkeyfile.c:1213 #, c-format msgid "Key file does not have key '%s'" msgstr "键文件没有键“%s”" -#: glib/gkeyfile.c:1307 glib/gkeyfile.c:1417 +#: glib/gkeyfile.c:1315 glib/gkeyfile.c:1425 #, c-format msgid "Key file contains key '%s' with value '%s' which is not UTF-8" msgstr "键文件包含“%s”,其值“%s”不是 UTF-8" -#: glib/gkeyfile.c:1327 glib/gkeyfile.c:1437 glib/gkeyfile.c:1805 +#: glib/gkeyfile.c:1335 glib/gkeyfile.c:1445 glib/gkeyfile.c:1813 #, c-format msgid "Key file contains key '%s' which has value that cannot be interpreted." msgstr "键文件包含键“%s”,其值无法解释。" -#: glib/gkeyfile.c:2017 glib/gkeyfile.c:2226 +#: glib/gkeyfile.c:2025 glib/gkeyfile.c:2234 #, c-format msgid "" "Key file contains key '%s' in group '%s' which has value that cannot be " "interpreted." msgstr "键文件在“%2$s”中包含“%1$s”,其值无法解释。" -#: glib/gkeyfile.c:2409 glib/gkeyfile.c:2601 glib/gkeyfile.c:3124 +#: glib/gkeyfile.c:2417 glib/gkeyfile.c:2605 glib/gkeyfile.c:3126 #, c-format msgid "Key file does not have key '%s' in group '%s'" msgstr "键文件的组“%2$s”中不包含键“%1$s”" -#: glib/gkeyfile.c:3344 +#: glib/gkeyfile.c:3365 #, c-format msgid "Key file contains escape character at end of line" msgstr "键文件在行尾含有转义字符" -#: glib/gkeyfile.c:3366 +#: glib/gkeyfile.c:3387 #, c-format msgid "Key file contains invalid escape sequence '%s'" msgstr "键文件中包含无效的转义序列“%s”" -#: glib/gkeyfile.c:3508 +#: glib/gkeyfile.c:3529 #, c-format msgid "Value '%s' cannot be interpreted as a number." msgstr "无法将值“%s”解释为数值。" -#: glib/gkeyfile.c:3522 +#: glib/gkeyfile.c:3543 #, c-format msgid "Integer value '%s' out of range" msgstr "整数值“%s”超出范围" -#: glib/gkeyfile.c:3555 +#: glib/gkeyfile.c:3576 #, c-format msgid "Value '%s' cannot be interpreted as a float number." msgstr "无法将值“%s”解释为浮点数。" -#: glib/gkeyfile.c:3582 +#: glib/gkeyfile.c:3603 #, c-format msgid "Value '%s' cannot be interpreted as a boolean." msgstr "无法将值“%s”解释为布尔值。" |