summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples/hello-csharp-forms
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-07-25 11:13:11 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:40 +0200
commitbf62d6ac1e2f5a02b348aa797f44ffaa12b83b23 (patch)
tree53d048861ffe14a4f560f4ddaa4727ac5fb9d0de /gettext-tools/examples/hello-csharp-forms
parentdb5400f04911a0926463330af170881fbd8accf4 (diff)
downloadexternal_gettext-bf62d6ac1e2f5a02b348aa797f44ffaa12b83b23.zip
external_gettext-bf62d6ac1e2f5a02b348aa797f44ffaa12b83b23.tar.gz
external_gettext-bf62d6ac1e2f5a02b348aa797f44ffaa12b83b23.tar.bz2
Derived translations for Chinese.
Diffstat (limited to 'gettext-tools/examples/hello-csharp-forms')
-rw-r--r--gettext-tools/examples/hello-csharp-forms/po/zh_TW.po23
1 files changed, 23 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-csharp-forms/po/zh_TW.po b/gettext-tools/examples/hello-csharp-forms/po/zh_TW.po
new file mode 100644
index 0000000..d0ff609
--- /dev/null
+++ b/gettext-tools/examples/hello-csharp-forms/po/zh_TW.po
@@ -0,0 +1,23 @@
+# traditional Chinese translation of hello-csharp-forms.
+# Copyright (C) 2005 Yoyodyne, Inc.
+# Abel Cheung <abelcheung@gmail.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: hello-csharp-forms 0.14.3\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2005-04-17 17:08+0800\n"
+"Last-Translator: Abel Cheung <abelcheung@gmail.com>\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"
+
+#: hello.cs:30
+msgid "Hello, world!"
+msgstr "您好!"
+
+#: hello.cs:37
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "本程式正在執行中,進程編號為 {0}。"