summaryrefslogtreecommitdiff
path: root/po/zh_CN.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r--po/zh_CN.po64
1 files changed, 40 insertions, 24 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 94b8af62b..61310e236 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: 2001-11-22 14:08-0500\n"
+"POT-Creation-Date: 2001-12-23 17:50-0500\n"
"PO-Revision-Date: 2001-11-03 22:42+0800\n"
"Last-Translator: He Qiangqiang <carton@263.net>\n"
"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n"
@@ -79,42 +79,52 @@ msgstr "路径名“%s”不是绝对路径"
msgid "Invalid byte sequence in hostname"
msgstr "主机名中包含无效字符序列"
-#: glib/gfileutils.c:309
+#: glib/gdir.c:75
+#, fuzzy, c-format
+msgid "Error opening directory '%s': %s"
+msgstr "读取文件“%s”出错:%s"
+
+#: glib/gfileutils.c:320 glib/gfileutils.c:385
+#, c-format
+msgid "Could not allocate %lu bytes to read file \"%s\""
+msgstr ""
+
+#: glib/gfileutils.c:331
#, c-format
msgid "Error reading file '%s': %s"
msgstr "读取文件“%s”出错:%s"
-#: glib/gfileutils.c:367
+#: glib/gfileutils.c:409
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "无法读取文件“%s”:%s"
-#: glib/gfileutils.c:406 glib/gfileutils.c:474
+#: glib/gfileutils.c:448 glib/gfileutils.c:516
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "无法打开文件“%s”:%s"
-#: glib/gfileutils.c:420
+#: glib/gfileutils.c:462
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "无法获得文件“%s”的属性:fstat() 失败:%s"
-#: glib/gfileutils.c:446
+#: glib/gfileutils.c:488
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "无法打开文件“%s”:fdopen() 失败:%s"
-#: glib/gfileutils.c:655
+#: glib/gfileutils.c:695
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "模板“%s”无效,不应该包含“%s”"
-#: glib/gfileutils.c:667
+#: glib/gfileutils.c:707
#, c-format
msgid "Template '%s' doesn't end with XXXXXX"
msgstr "模板“%s”的结尾不是 XXXXXX"
-#: glib/gfileutils.c:688
+#: glib/gfileutils.c:728
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "无法创建文件“%s”:%s"
@@ -145,15 +155,15 @@ msgstr "通道终止于未尽字符"
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "g_io_channel_read_to_end 函数无法进行原始读取"
-#: glib/giowin32.c:701 glib/giowin32.c:730
+#: glib/giowin32.c:700 glib/giowin32.c:729
msgid "Incorrect message size"
msgstr "不正确的消息大小"
-#: glib/giowin32.c:1024 glib/giowin32.c:1077
+#: glib/giowin32.c:1023 glib/giowin32.c:1076
msgid "Socket error"
msgstr "套接字错误"
-#: glib/giowin32.c:1277
+#: glib/giowin32.c:1276
msgid "Channel set flags unsupported"
msgstr "不支持通道设置标志"
@@ -379,22 +389,22 @@ msgid ""
"process"
msgstr "g_io_channel_win32_poll() 从子进程中读取数据时出现异常错误"
-#: glib/gspawn-win32.c:837 glib/gspawn.c:907
+#: glib/gspawn-win32.c:839 glib/gspawn.c:912
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "无法从子管道中读取 (%s)"
-#: glib/gspawn-win32.c:925 glib/gspawn.c:1112
+#: glib/gspawn-win32.c:927 glib/gspawn.c:1117
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "无法切换到目录“%s” (%s)"
-#: glib/gspawn-win32.c:934 glib/gspawn.c:1122
+#: glib/gspawn-win32.c:936
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "无法执行子进程 (%s)"
-#: glib/gspawn-win32.c:975 glib/gspawn.c:1219
+#: glib/gspawn-win32.c:977 glib/gspawn.c:1226
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "无法创建与子进程通讯的管道 (%s)"
@@ -404,36 +414,42 @@ msgstr "无法创建与子进程通讯的管道 (%s)"
msgid "Failed to read data from child process (%s)"
msgstr "无法从子进程中读取数据 (%s)"
-#: glib/gspawn.c:290
+#: glib/gspawn.c:291
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "select() 在从子进程中读取数据时出现异常错误 (%s)"
-#: glib/gspawn.c:373
+#: glib/gspawn.c:374
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "waitpid() 出现异常错误 (%s)"
-#: glib/gspawn.c:972
+#: glib/gspawn.c:977
#, c-format
msgid "Failed to fork (%s)"
msgstr "无法 fork (%s)"
-#: glib/gspawn.c:1131
+#: glib/gspawn.c:1127
+#, fuzzy, c-format
+msgid "Failed to execute child process \"%s\" (%s)"
+msgstr "无法执行子进程 (%s)"
+
+#: glib/gspawn.c:1137
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "无法重定向子进程(%s)的输入或输出"
-#: glib/gspawn.c:1140
+#: glib/gspawn.c:1146
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "无法 fork 子进程 (%s)"
-#: glib/gspawn.c:1148
-msgid "Unknown error executing child process"
+#: glib/gspawn.c:1154
+#, fuzzy, c-format
+msgid "Unknown error executing child process \"%s\""
msgstr "执行子进程时出现未知错误"
-#: glib/gspawn.c:1169
+#: glib/gspawn.c:1176
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "无法从子进程管道中读取足够的数据(%s)"