summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/po/zh_HK.po
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/po/zh_HK.po')
-rw-r--r--gettext-tools/examples/po/zh_HK.po104
1 files changed, 104 insertions, 0 deletions
diff --git a/gettext-tools/examples/po/zh_HK.po b/gettext-tools/examples/po/zh_HK.po
new file mode 100644
index 0000000..2286912
--- /dev/null
+++ b/gettext-tools/examples/po/zh_HK.po
@@ -0,0 +1,104 @@
+# Chinese (Hong Kong) translation of gettext-examples.
+# Copyright (C) 2006 Yoyodyne, Inc.
+# Abel Cheung <abelcheung@gmail.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2014-12-24 16:29+0900\n"
+"PO-Revision-Date: 2006-07-05 15:40+0800\n"
+"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
+"Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
+"Language: zh_HK\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello-c/hello.c:30 hello-c-gnome/hello.c:46
+#: hello-c-gnome3/hello.desktop.in.in:5 hello-c-gnome3/hello.ui:22
+#: hello-c++/hello.cc:39 hello-c++-qt/hello.cc:45
+#: hello-c++-kde/hellowindow.cc:42 hello-c++-gnome/hello.cc:50
+#: hello-c++-wxwidgets/hello.cc:68 hello-objc/hello.m:30
+#: hello-objc-gnustep/Hello.m:49 hello-objc-gnome/hello.m:47
+#: hello-sh/hello.sh:14 hello-python/hello.py.in:12
+#: hello-clisp/hello.lisp.in:11 hello-librep/hello.jl.in:12
+#: hello-guile/hello.scm:15 hello-smalltalk/hello.st.in:31
+#: hello-java/Hello.java:14 hello-java-awt/Hello.java:23
+#: hello-java-swing/Hello.java:20 hello-java-qtjambi/Hello.java:27
+#: hello-csharp/hello.cs:14 hello-csharp-forms/hello.cs:29
+#: hello-gawk/hello.awk:11 hello-pascal/hello.hello_world
+#: hello-ycp/hello.ycp:15 hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
+#: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
+#: hello-php/hello.php:12
+msgid "Hello, world!"
+msgstr "你好!"
+
+#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c-gnome3/hello.c:70
+#: hello-c++/hello.cc:40 hello-c++-gnome/hello.cc:55
+#: hello-c++-wxwidgets/hello.cc:71 hello-objc/hello.m:31
+#: hello-objc-gnustep/Hello.m:58 hello-objc-gnome/hello.m:52
+#: hello-librep/hello.jl.in:14 hello-gawk/hello.awk:12
+#: hello-pascal/hello.running_as hello-tcl/hello.tcl:12
+#: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19
+#: hello-php/hello.php:14
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "本程式正在執行中,進程編號為 %d。"
+
+#: hello-c-gnome3/hello.desktop.in.in:4
+msgid "Hello"
+msgstr ""
+
+#: hello-c-gnome3/hello.ui:5
+msgid "Example Application"
+msgstr ""
+
+#: hello-c-gnome3/hello.gschema.xml:7
+msgid "Set label sensitive"
+msgstr ""
+
+#: hello-c-gnome3/hello.gschema.xml:8
+msgid "Whether to set the label sensitive."
+msgstr ""
+
+#: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "本程式正在執行中,進程編號為 %1。"
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "測試範例"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "訊息測試範例"
+
+#: hello-sh/hello.sh:17
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "本程式正在執行中,進程編號為 $pid。"
+
+#: hello-python/hello.py.in:13
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "本程式正在執行中,進程編號為 %(pid)d。"
+
+#: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
+#, scheme-format
+msgid "This program is running as process number ~D."
+msgstr "本程式正在執行中,進程編號為 ~D。"
+
+#: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
+#: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
+#: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "本程式正在執行中,進程編號為 {0}。"
+
+#: hello-perl/hello-2.pl.in:14
+#, perl-brace-format
+msgid "This program is running as process number {pid}."
+msgstr "本程式正在執行中,進程編號為 {pid}。"