Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:add634f9773a9c20eb637eea1a50b61503eb440f
Author...:karl <>
Committer:karl <>
Date.....:Mon Jun 6 17:58:13 2005 +0000
Parents..:61e5d92e373aaaa709a05b4b539eb779a48a984b

Message
[project @ 2005-06-06 17:58:12 by karl]
zh_TW

Changes
diff --git a/po/LINGUAS b/po/LINGUAS
line changes: +1/-1
index 93c44b7..a82c31f
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,2 @@
 # Set of available languages.
-ca da de de_DE el eo es es_AR et eu fa fi fr ga gl he hr hu id it ja ka ko lv nb nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN
+ca da de de_DE el eo es es_AR et eu fa fi fr ga gl he hr hu id it ja ka ko lv nb nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW

diff --git a/po/zh_TW.po b/po/zh_TW.po
line changes: +186/-0
index 0000000..96dab07
--- /dev/null
+++ b/po/zh_TW.po
@@ -0,0 +1,186 @@
+# Traditional Chinese Messages for hello
+# Copyright (C) 2005 Free Software Foundation, Inc.
+# Wei-Lun Chao <chaoweilun@pcmail.com.tw>, 2005
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello 2.1.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2002-05-22 19:23+0200\n"
+"PO-Revision-Date: 2005-04-28 16:39+0800\n"
+"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n"
+"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: src/getopt.c:693
+#, c-format
+msgid "%s: option `%s' is ambiguous\n"
+msgstr "%s:選項‘%s’不明確\n"
+
+#: src/getopt.c:718
+#, c-format
+msgid "%s: option `--%s' doesn't allow an argument\n"
+msgstr "%s:選項‘--%s’不可配合引數使用\n"
+
+#: src/getopt.c:723
+#, c-format
+msgid "%s: option `%c%s' doesn't allow an argument\n"
+msgstr "%s:選項‘%c%s’不可配合引數使用\n"
+
+#: src/getopt.c:741 src/getopt.c:914
+#, c-format
+msgid "%s: option `%s' requires an argument\n"
+msgstr "%s:選項‘%s’需要引數\n"
+
+#: src/getopt.c:770
+#, c-format
+msgid "%s: unrecognized option `--%s'\n"
+msgstr "%s:無法識別的選項‘--%s’\n"
+
+#: src/getopt.c:774
+#, c-format
+msgid "%s: unrecognized option `%c%s'\n"
+msgstr "%s:無法識別的選項‘%c%s’\n"
+
+#: src/getopt.c:800
+#, c-format
+msgid "%s: illegal option -- %c\n"
+msgstr "%s:不合法的選項 ─ %c\n"
+
+#: src/getopt.c:803
+#, c-format
+msgid "%s: invalid option -- %c\n"
+msgstr "%s:無效的選項 ─ %c\n"
+
+#: src/getopt.c:833 src/getopt.c:963
+#, c-format
+msgid "%s: option requires an argument -- %c\n"
+msgstr "%s:選項需要引數 ─ %c\n"
+
+#: src/getopt.c:880
+#, c-format
+msgid "%s: option `-W %s' is ambiguous\n"
+msgstr "%s:選項‘-W %s’不明確\n"
+
+#: src/getopt.c:898
+#, c-format
+msgid "%s: option `-W %s' doesn't allow an argument\n"
+msgstr "%s:選項‘-W %s’不可配合引數使用\n"
+
+#: src/hello.c:164
+msgid "Too many arguments\n"
+msgstr "引數過多\n"
+
+#: src/hello.c:165
+#, c-format
+msgid "Try `%s --help' for more information.\n"
+msgstr "請嘗試執行‘%s --help’來獲取更多資訊。\n"
+
+#. TRANSLATORS: --help output 1
+#. no-wrap
+#: src/hello.c:177
+msgid "GNU hello, THE greeting printing program.\n"
+msgstr "GNU hello,問候印出程式。\n"
+
+#. TRANSLATORS: --help output 2
+#. no-wrap
+#: src/hello.c:182
+#, c-format
+msgid "Usage: %s [OPTION]\n"
+msgstr "用法:%s [選項]\n"
+
+#. TRANSLATORS: --help output 3 : options 1/2
+#. no-wrap
+#: src/hello.c:188
+msgid ""
+"  -h, --help          display this help and exit\n"
+"  -v, --version       display version information and exit\n"
+msgstr ""
+"  -h, --help          顯示此輔助訊息並離開\n"
+"  -v, --version       顯示版本資訊並離開\n"
+
+#. TRANSLATORS: --help output 4 : options 2/2
+#. no-wrap
+#: src/hello.c:195
+msgid ""
+"  -t, --traditional       use traditional greeting format\n"
+"  -n, --next-generation   use next-generation greeting format\n"
+"  -m, --mail              print your mail\n"
+msgstr ""
+"  -t, --traditional       使用傳統問候格式\n"
+"  -n, --next-generation   使用下一代問候格式\n"
+"  -m, --mail              印出您的電子郵件\n"
+
+#. TRANSLATORS: --help output 5 (end)
+#. TRANSLATORS, please don't forget to add the contact address for
+#. your translation!
+#. no-wrap
+#: src/hello.c:205
+#, c-format
+msgid "Report bugs to <%s>.\n"
+msgstr "請向 <%s> 回報錯誤。\n"
+
+#: src/hello.c:217
+#, c-format
+msgid ""
+"Copyright (C) %s Free Software Foundation, Inc.\n"
+"There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n"
+"PARTICULAR PURPOSE.  You may redistribute copies of GNU %s under the terms\n"
+"of the GNU General Public License.\n"
+"For more information about these matters, see the file named COPYING.\n"
+msgstr ""
+"版權所有 (C) %s 自由軟體基金會 (Free Software Foundation, Inc.)\n"
+"本軟體不提供任何保證,甚至不會包括可售性和適用於任何特定目的的保證。\n"
+"您可在 GNU 公共授權 (GNU General Public License) 的條款下散佈 GNU %s。\n"
+"欲知更多的詳情, 請看檔名為 COPYING 的檔案。\n"
+
+#: src/hello.c:228
+#, c-format
+msgid "%s: Incompatible flags: -m and -t\n"
+msgstr "%s: 不相容的旗標: -m 與 -t\n"
+
+#: src/hello.c:260
+#, c-format
+msgid "%s: Who are you?\n"
+msgstr "%s: 您是哪位?\n"
+
+#: src/hello.c:282
+#, c-format
+msgid "%s: Cannot find your mail spool file.\n"
+msgstr "%s:無法找到您的郵件排程檔案。\n"
+
+#: src/hello.c:326
+msgid "Nothing happens here."
+msgstr "這兒什麼也沒發生。"
+
+#: src/hello.c:332
+msgid "hello, world\n"
+msgstr "哈囉,大家好\n"
+
+#. TRANSLATORS: Use box drawing characters or other fancy stuff
+#. if your encoding (e.g., UTF-8) allows it.  If done so add the
+#. following note, please:
+#.
+#. [Note: For best viewing results use a UTF-8 locale, please.]
+#.
+#: src/hello.c:340
+msgid ""
+"+---------------+\n"
+"| Hello, world! |\n"
+"+---------------+\n"
+msgstr ""
+"┌───────┐\n"
+"│哈囉,大家好!│\n"
+"└───────┘\n"
+
+#: src/hello.c:346
+msgid "Hello, world!"
+msgstr "哈囉,大家好!"
+
+#: src/hello.c:361
+#, c-format
+msgid "%s: Virtual memory exhausted\n"
+msgstr "%s: 虛擬記憶體已耗盡\n"

This website is licensed under AGPL-3.0. Feel free to copy!