2003-05-27 15:33:07 +02:00
|
|
|
|
# traditional Chinese translation for glib 2.x
|
|
|
|
|
# Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
|
2003-01-01 20:44:30 +01:00
|
|
|
|
# Abel Cheung <maddog@linux.org.hk>, 2001-2003.
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#
|
|
|
|
|
msgid ""
|
|
|
|
|
msgstr ""
|
2003-05-27 15:33:07 +02:00
|
|
|
|
"Project-Id-Version: glib 2.3.0\n"
|
2004-08-01 05:51:21 +02:00
|
|
|
|
"Report-Msgid-Bugs-To: \n"
|
2005-06-10 17:48:25 +02:00
|
|
|
|
"POT-Creation-Date: 2005-06-10 11:24-0400\n"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
"PO-Revision-Date: 2003-05-27 20:23+0800\n"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
"Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
"MIME-Version: 1.0\n"
|
2001-08-21 07:20:09 +02:00
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:406
|
2001-11-19 21:31:29 +01:00
|
|
|
|
#, c-format
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "Conversion from character set '%s' to '%s' is not supported"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "不支援將字元集‘%s’轉換成‘%s’"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:410
|
2004-04-30 16:45:14 +02:00
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Could not open converter from '%s' to '%s'"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法將‘%s’轉換至‘%s’:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:618 glib/gconvert.c:908 glib/giochannel.c:1319
|
|
|
|
|
#: glib/giochannel.c:1361 glib/giochannel.c:2203 glib/gutf8.c:911
|
2004-10-27 19:56:33 +02:00
|
|
|
|
#: glib/gutf8.c:1361
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Invalid byte sequence in conversion input"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "轉換輸入資料時遇到不正確的位元組次序"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:624 glib/gconvert.c:841 glib/giochannel.c:1326
|
|
|
|
|
#: glib/giochannel.c:2215
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error during conversion: %s"
|
|
|
|
|
msgstr "轉換時發生錯誤:%s"
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:643 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
|
2004-10-27 19:56:33 +02:00
|
|
|
|
#: glib/gutf8.c:1357
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Partial character sequence at end of input"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "輸入資料結束時出現未完成的字元次序"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:817
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Cannot convert fallback '%s' to codeset '%s'"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "無法將後備字串‘%s’的字元集轉換成‘%s’"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1619
|
2003-05-27 15:33:07 +02:00
|
|
|
|
#, fuzzy, c-format
|
2004-07-18 19:44:23 +02:00
|
|
|
|
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "URI‘%s’不是使用 file 格式的絕對 URI"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1629
|
2001-09-04 08:01:06 +02:00
|
|
|
|
#, c-format
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "The local file URI '%s' may not include a '#'"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "本機檔案的 URI‘%s’不應含有‘#’"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1646
|
2001-09-04 08:01:06 +02:00
|
|
|
|
#, c-format
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "The URI '%s' is invalid"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "URI‘%s’無效"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1658
|
2002-03-30 22:04:02 +01:00
|
|
|
|
#, c-format
|
2002-02-15 18:26:49 +01:00
|
|
|
|
msgid "The hostname of the URI '%s' is invalid"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "URI‘%s’中的主機名稱無效"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1674
|
2001-09-04 08:01:06 +02:00
|
|
|
|
#, c-format
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "The URI '%s' contains invalidly escaped characters"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "URI‘%s’含有不正確的「跳出字元」(escaped characters)"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1768
|
2001-09-04 08:01:06 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "The pathname '%s' is not an absolute path"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "路徑名稱‘%s’不是絕對路徑"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gconvert.c:1778
|
2002-02-15 18:26:49 +01:00
|
|
|
|
msgid "Invalid hostname"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "主機名稱無效"
|
2001-09-04 08:01:06 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gdir.c:121 glib/gdir.c:141
|
2001-12-11 01:45:58 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error opening directory '%s': %s"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "開啟目錄‘%s’時發生錯誤:%s"
|
2001-12-11 01:45:58 +01:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:504 glib/gfileutils.c:577
|
2001-12-24 01:48:58 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Could not allocate %lu bytes to read file \"%s\""
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "無法分配 %lu 位元來讀取檔案“%s”"
|
2001-12-24 01:48:58 +01:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:519
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error reading file '%s': %s"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "讀取檔案‘%s’時發生錯誤:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:601
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to read from file '%s': %s"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "讀取檔案‘%s’失敗:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:652 glib/gfileutils.c:739
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to open file '%s': %s"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "開啟檔案‘%s’失敗:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:669
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "無法獲取檔案‘%s’的屬性:fstat() 失敗:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:703
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to open file '%s': fdopen() failed: %s"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:837
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
|
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:880
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Could not change file mode: fork() failed: %s"
|
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:911
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Could not change file mode: waitpid() failed: %s"
|
|
|
|
|
msgstr "無法分配 %lu 位元來讀取檔案“%s”"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:930
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Could not change file mode: chmod() failed: %s"
|
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:941
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Could not change file mode: Child terminated by signal: %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:952
|
|
|
|
|
msgid "Could not change file mode: Child terminated abnormally"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:986 glib/gfileutils.c:1452
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to create file '%s': %s"
|
|
|
|
|
msgstr "無法建立檔案‘%s’:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:1008
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
|
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:1033
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Failed to write file '%s': fwrite() failed: %s"
|
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:1052
|
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Failed to close file '%s': fclose() failed: %s"
|
|
|
|
|
msgstr "開啟檔案‘%s’失敗:fdopen() 失敗:%s"
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:1170
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: glib/gfileutils.c:1413
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
2001-09-19 04:12:32 +02:00
|
|
|
|
msgid "Template '%s' invalid, should not contain a '%s'"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "樣式‘%s’無效,不應含有‘%s’"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:1427
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Template '%s' doesn't end with XXXXXX"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "樣式‘%s’末端不是 XXXXXX"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:1830
|
2003-10-24 00:42:31 +02:00
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Failed to read the symbolic link '%s': %s"
|
|
|
|
|
msgstr "無法建立檔案‘%s’:%s"
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gfileutils.c:1851
|
2003-10-24 00:42:31 +02:00
|
|
|
|
msgid "Symbolic links not supported"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/giochannel.c:1147
|
2001-10-25 20:51:58 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Conversion from character set `%s' to `%s' is not supported"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "不支援將字元集‘%s’轉換成‘%s’"
|
2001-10-25 20:51:58 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/giochannel.c:1151
|
2001-10-25 20:51:58 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Could not open converter from `%s' to `%s': %s"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法將‘%s’轉換至‘%s’:%s"
|
2001-10-25 20:51:58 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/giochannel.c:1496
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "Can't do a raw read in g_io_channel_read_line_string"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在 g_io_channel_read_line_string 中無法讀取原始資料"
|
2001-10-25 20:51:58 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/giochannel.c:1543 glib/giochannel.c:1800 glib/giochannel.c:1886
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "Leftover unconverted data in read buffer"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "用來讀取資料的緩衝區中仍有未轉換的資料"
|
2001-10-25 20:51:58 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/giochannel.c:1623 glib/giochannel.c:1700
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "Channel terminates in a partial character"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在字元未完整之前,輸入管道已經結束"
|
2001-10-25 20:51:58 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/giochannel.c:1686
|
2001-10-25 20:51:58 +02:00
|
|
|
|
msgid "Can't do a raw read in g_io_channel_read_to_end"
|
2003-01-22 14:15:15 +01:00
|
|
|
|
msgstr "g_io_channel_read_to_end 中無法讀取原始資料"
|
2001-10-25 20:51:58 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:232
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error on line %d char %d: %s"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "第 %d 行第 %d 個字發生錯誤:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:330
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Error on line %d: %s"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "第 %d 行發生錯誤:%s"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:434
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Empty entity '&;' seen; valid entities are: & " < > '"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "出現空白的實體‘&;’;可用的實體為:& " < > '"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:444
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Character '%s' is not valid at the start of an entity name; the & character "
|
|
|
|
|
"begins an entity; if this ampersand isn't supposed to be an entity, escape "
|
|
|
|
|
"it as &"
|
|
|
|
|
msgstr ""
|
2002-03-30 22:04:02 +01:00
|
|
|
|
"實體名稱不應以‘%s’開始,應該使用 & 字元;如果這個 & 字元不是作為實體使用,請"
|
|
|
|
|
"將 & 轉換為 &"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#: glib/gmarkup.c:478
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Character '%s' is not valid inside an entity name"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "實體名稱中不應含有字元‘%s’"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:515
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Entity name '%s' is not known"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "實體名稱‘%s’意義不明"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:526
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Entity did not end with a semicolon; most likely you used an ampersand "
|
|
|
|
|
"character without intending to start an entity - escape ampersand as &"
|
|
|
|
|
msgstr ""
|
2003-05-27 15:33:07 +02:00
|
|
|
|
"實體的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉換"
|
|
|
|
|
"為 &"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:579
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, fuzzy, c-format
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid ""
|
2004-12-02 22:13:05 +01:00
|
|
|
|
"Failed to parse '%-.*s', which should have been a digit inside a character "
|
2001-08-21 07:10:34 +02:00
|
|
|
|
"reference (ê for example) - perhaps the digit is too large"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法理解‘%s’,字元參引內應該含有數字(例如 ê) ─ 可能是數字太大"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:604
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Character reference '%-.*s' does not encode a permitted character"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "字元參引‘%s’含有不正當的字元"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:619
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Empty character reference; should include a digit such as dž"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "字元參引是空白的;它應該包括數字,像 dž"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:629
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Character reference did not end with a semicolon; most likely you used an "
|
|
|
|
|
"ampersand character without intending to start an entity - escape ampersand "
|
|
|
|
|
"as &"
|
|
|
|
|
msgstr ""
|
2003-05-27 15:33:07 +02:00
|
|
|
|
"字元參引的結束部分不是分號;很可能您想使用 & 字元但未將它變為實體 ─ 請將 & 轉"
|
|
|
|
|
"換為 &"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:715
|
2002-12-02 23:04:13 +01:00
|
|
|
|
msgid "Unfinished entity reference"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "未完成的實體參引"
|
2002-12-02 23:04:13 +01:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:721
|
2002-12-02 23:04:13 +01:00
|
|
|
|
msgid "Unfinished character reference"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "未完成的字元參引"
|
2002-12-02 23:04:13 +01:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:964 glib/gmarkup.c:992 glib/gmarkup.c:1023
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Invalid UTF-8 encoded text"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
msgstr "無效的 UTF-8 編碼文字"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1059
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document must begin with an element (e.g. <book>)"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "文件開始必須為一元素 (例如 <book>)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1099
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"'%s' is not a valid character following a '<' character; it may not begin an "
|
|
|
|
|
"element name"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "‘<’字元後的‘%s’不是有效的字元;這樣不可能是元素名稱的開始部份"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1163
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Odd character '%s', expected a '>' character to end the start tag of element "
|
|
|
|
|
"'%s'"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "字元‘%s’不尋常,元素‘%s’的開始標籤應該以‘>’字元結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1252
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "不尋常的字元‘%s’,屬性名稱‘%s’(屬於元素‘%s’) 後應該是‘=’字元"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1294
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
|
|
|
|
|
"element '%s', or optionally an attribute; perhaps you used an invalid "
|
|
|
|
|
"character in an attribute name"
|
|
|
|
|
msgstr ""
|
2002-03-30 22:04:02 +01:00
|
|
|
|
"不尋常的字元‘%s’,元素‘%s’的開始標籤應該以‘>’或‘/’字元終結,也可以是屬性;或"
|
2003-01-01 20:44:30 +01:00
|
|
|
|
"許您在屬性名稱中使用了無效的字元"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1383
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, 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 ""
|
2002-03-30 22:04:02 +01:00
|
|
|
|
"不尋常的字元‘%s’,當指定屬性‘%s’的值 (屬於元素‘%s’) 時,等號後應該出現開引號"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1528
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"'%s' is not a valid character following the characters '</'; '%s' may not "
|
|
|
|
|
"begin an element name"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "‘</’字元後的‘%s’不是有效的字元;‘%s’不可能是元素名稱的開始部份"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1568
|
2002-02-07 01:27:06 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"'%s' is not a valid character following the close element name '%s'; the "
|
|
|
|
|
"allowed character is '>'"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "字元‘%s’是無效的 (位置在關閉元素‘%s’末端);允許的字元為‘>’"
|
2002-02-07 01:27:06 +01:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1579
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Element '%s' was closed, no element is currently open"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "元素‘%s’已關閉,沒有開啟中的元素"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1588
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Element '%s' was closed, but the currently open element is '%s'"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "元素‘%s’已關閉,但開啟中的元素是‘%s’"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1735
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document was empty or contained only whitespace"
|
|
|
|
|
msgstr "文件完全空白或只含有空白字元"
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1749
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document ended unexpectedly just after an open angle bracket '<'"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "文件在尖角括號‘<’後突然終止"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1757 glib/gmarkup.c:1801
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Document ended unexpectedly with elements still open - '%s' was the last "
|
|
|
|
|
"element opened"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在仍然有開啟中的元素時,文件突然結束 ─‘%s’是最後一個開啟的元素"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1765
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Document ended unexpectedly, expected to see a close angle bracket ending "
|
|
|
|
|
"the tag <%s/>"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "文件突然結束,本來應該出現用來關閉標籤 <%s/> 的尖角括號"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1771
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document ended unexpectedly inside an element name"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在元素的名稱內,文件突然結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1776
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document ended unexpectedly inside an attribute name"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在屬性名稱內,文件突然結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1781
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document ended unexpectedly inside an element-opening tag."
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在元素的開啟標籤內,文件突然結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1787
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid ""
|
|
|
|
|
"Document ended unexpectedly after the equals sign following an attribute "
|
|
|
|
|
"name; no attribute value"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在屬性名稱的等號後,文件突然結束;沒有屬性值"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1794
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document ended unexpectedly while inside an attribute value"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在屬性值內,文件突然結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1809
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Document ended unexpectedly inside the close tag for element '%s'"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在元素‘%s’的關閉標籤內,文件突然結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gmarkup.c:1815
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Document ended unexpectedly inside a comment or processing instruction"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "在註解或處理指示內,文件突然結束"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gshell.c:73
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Quoted text doesn't begin with a quotation mark"
|
2001-11-19 21:31:29 +01:00
|
|
|
|
msgstr "應該用引號括起來的文字不是以括號為開始"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gshell.c:163
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Unmatched quotation mark in command line or other shell-quoted text"
|
2001-11-19 21:31:29 +01:00
|
|
|
|
msgstr "指令列或其它標為指令的字串內有不對稱的引號"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gshell.c:541
|
2002-03-30 22:04:02 +01:00
|
|
|
|
#, c-format
|
2002-03-06 01:42:44 +01:00
|
|
|
|
msgid "Text ended just after a '\\' character. (The text was '%s')"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "文字在‘\\’字元後就終止了。(文字為‘%s’)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gshell.c:548
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "字串完結前仍沒有對應於 %c 的引號 (字串為‘%s’)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gshell.c:560
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Text was empty (or contained only whitespace)"
|
2002-03-30 22:04:02 +01:00
|
|
|
|
msgstr "文字是空白的 (或只含有空白字元)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-12-16 06:48:25 +01:00
|
|
|
|
#: glib/gspawn-win32.c:264
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Failed to read data from child process"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法從副進程讀取資料"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn-win32.c:281 glib/gspawn.c:1354
|
2004-12-16 06:48:25 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to create pipe for communicating with child process (%s)"
|
|
|
|
|
msgstr "無法建立管道來和副進程溝通 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn-win32.c:321 glib/gspawn.c:1018
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to read from child pipe (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法從管道讀取資料 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn-win32.c:349 glib/gspawn.c:1223
|
2004-12-16 06:48:25 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to change to directory '%s' (%s)"
|
|
|
|
|
msgstr "無法進入目錄‘%s’(%s)"
|
2002-12-02 23:04:13 +01:00
|
|
|
|
|
2004-12-16 06:48:25 +01:00
|
|
|
|
#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to execute child process (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法執行副進程 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn-win32.c:599
|
2004-12-16 06:48:25 +01:00
|
|
|
|
msgid "Failed to execute helper program"
|
|
|
|
|
msgstr "無法執行助理程式"
|
2003-10-24 00:42:31 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn-win32.c:797
|
2004-12-16 06:48:25 +01:00
|
|
|
|
msgid ""
|
|
|
|
|
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
|
|
|
|
|
"process"
|
|
|
|
|
msgstr "當 g_io_channel_win32_poll() 從副進程讀取資料時發生無法預計的錯誤"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gspawn.c:179
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to read data from child process (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法從副進程讀取資料 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gspawn.c:310
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unexpected error in select() reading data from a child process (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "當 select() 從副進程讀取資料時發生無法預計的錯誤 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gspawn.c:393
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unexpected error in waitpid() (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "waitpid() 發生無法預計的錯誤 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn.c:1083
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to fork (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法衍生進程 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn.c:1233
|
2002-02-07 01:27:06 +01:00
|
|
|
|
#, c-format
|
2001-12-24 01:48:58 +01:00
|
|
|
|
msgid "Failed to execute child process \"%s\" (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法執行副進程“%s”(%s)"
|
2001-12-24 01:48:58 +01:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn.c:1243
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to redirect output or input of child process (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法將副進程的輸出或輸入重新導向 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn.c:1252
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to fork child process (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法衍生副進程 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn.c:1260
|
2002-02-07 01:27:06 +01:00
|
|
|
|
#, c-format
|
2001-12-24 01:48:58 +01:00
|
|
|
|
msgid "Unknown error executing child process \"%s\""
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "執行副進程“%s”時發生不明的錯誤"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gspawn.c:1282
|
2001-08-21 07:10:34 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Failed to read enough data from child pid pipe (%s)"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "無法從 child pid pipe 讀取足夠的資料 (%s)"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-09-18 23:03:46 +02:00
|
|
|
|
#: glib/gutf8.c:986
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Character out of range for UTF-8"
|
|
|
|
|
msgstr "字元不在 UTF-8 範圍之內"
|
|
|
|
|
|
2004-10-27 19:56:33 +02:00
|
|
|
|
#: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
|
|
|
|
|
#: glib/gutf8.c:1371 glib/gutf8.c:1467
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Invalid sequence in conversion input"
|
2003-05-27 15:33:07 +02:00
|
|
|
|
msgstr "轉換輸入資料時出現無效的字元次序"
|
2001-08-21 07:10:34 +02:00
|
|
|
|
|
2004-10-27 19:56:33 +02:00
|
|
|
|
#: glib/gutf8.c:1382 glib/gutf8.c:1478
|
2001-08-21 07:10:34 +02:00
|
|
|
|
msgid "Character out of range for UTF-16"
|
|
|
|
|
msgstr "字元不在 UTF-16 範圍之內"
|
2003-10-24 00:42:31 +02:00
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:461
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgid "Usage:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:461
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgid "[OPTION...]"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:547
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgid "Help Options:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:548
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgid "Show help options"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:553
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgid "Show all help options"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:603
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgid "Application Options:"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:644
|
2004-08-25 07:02:57 +02:00
|
|
|
|
#, c-format
|
2005-06-10 17:48:25 +02:00
|
|
|
|
msgid "Cannot parse integer value '%s' for %s"
|
2004-08-25 07:02:57 +02:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:654
|
2004-08-25 07:02:57 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Integer value '%s' for %s out of range"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/goption.c:920 glib/goption.c:991
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Missing argument for %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: glib/goption.c:1394
|
2004-08-25 07:02:57 +02:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Unknown option %s"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:339
|
2004-12-02 22:13:05 +01:00
|
|
|
|
msgid "Valid key file could not be found in data dirs"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:374
|
2004-12-02 22:13:05 +01:00
|
|
|
|
msgid "Not a regular file"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:382
|
2004-12-02 22:13:05 +01:00
|
|
|
|
msgid "File is empty"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:692
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Key file contains line '%s' which is not a key-value pair, group, or comment"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:760
|
2004-12-02 22:13:05 +01:00
|
|
|
|
msgid "Key file does not start with a group"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:803
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Key file contains unsupported encoding '%s'"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:1012 glib/gkeyfile.c:1158 glib/gkeyfile.c:2159
|
|
|
|
|
#: glib/gkeyfile.c:2224 glib/gkeyfile.c:2342 glib/gkeyfile.c:2410
|
|
|
|
|
#: glib/gkeyfile.c:2594 glib/gkeyfile.c:2768 glib/gkeyfile.c:2825
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Key file does not have group '%s'"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:1170
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Key file does not have key '%s'"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:1271 glib/gkeyfile.c:1380
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:1289 glib/gkeyfile.c:1398 glib/gkeyfile.c:1770
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Key file contains key '%s' which has value that cannot be interpreted."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:1986
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid ""
|
|
|
|
|
"Key file contains key '%s' in group '%s' which has value that cannot be "
|
|
|
|
|
"interpreted."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:2174 glib/gkeyfile.c:2357 glib/gkeyfile.c:2836
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Key file does not have key '%s' in group '%s'"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:3017
|
|
|
|
|
msgid "Key file contains escape character at end of line"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: glib/gkeyfile.c:3039
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, fuzzy, c-format
|
|
|
|
|
msgid "Key file contains invalid escape sequence '%s'"
|
|
|
|
|
msgstr "URI‘%s’含有不正確的「跳出字元」(escaped characters)"
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:3180
|
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Value '%s' cannot be interpreted as a number."
|
2004-12-02 22:13:05 +01:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:3190
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
2005-06-10 17:48:25 +02:00
|
|
|
|
msgid "Integer value '%s' out of range"
|
2004-12-02 22:13:05 +01:00
|
|
|
|
msgstr ""
|
|
|
|
|
|
2005-06-10 17:48:25 +02:00
|
|
|
|
#: glib/gkeyfile.c:3220
|
2004-12-02 22:13:05 +01:00
|
|
|
|
#, c-format
|
|
|
|
|
msgid "Value '%s' cannot be interpreted as a boolean."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
2003-10-24 00:42:31 +02:00
|
|
|
|
#~ msgid "Incorrect message size"
|
|
|
|
|
#~ msgstr "訊息長度不正確"
|
|
|
|
|
|
|
|
|
|
#~ msgid "Socket error"
|
|
|
|
|
#~ msgstr "Socket 發生錯誤"
|