Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / po / zh_HK.po
1 # Chinese (Hong Kong) translation of gettext-examples.
2 # Copyright (C) 2006 Yoyodyne, Inc.
3 # Abel Cheung <abelcheung@gmail.com>, 2006.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: gettext-examples 0.15-pre5\n"
8 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
9 "POT-Creation-Date: 2015-12-28 08:28+0900\n"
10 "PO-Revision-Date: 2006-07-05 15:40+0800\n"
11 "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
12 "Language-Team: Chinese (Hong Kong) <community@linuxhall.org>\n"
13 "Language: zh_HK\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: hello-c/hello.c:30 hello-c-gnome/hello.c:46
19 #: hello-c-gnome3/hello.desktop.in.in:5 hello-c++/hello.cc:39
20 #: hello-c++-qt/hello.cc:45 hello-c++-kde/hellowindow.cc:42
21 #: hello-c++-gnome/hello.cc:50 hello-c++-wxwidgets/hello.cc:68
22 #: hello-objc/hello.m:30 hello-objc-gnustep/Hello.m:49
23 #: hello-objc-gnome/hello.m:47 hello-sh/hello.sh:14 hello-python/hello.py.in:12
24 #: hello-clisp/hello.lisp.in:11 hello-librep/hello.jl.in:12
25 #: hello-guile/hello.scm:15 hello-smalltalk/hello.st.in:31
26 #: hello-java/Hello.java:14 hello-java-awt/Hello.java:23
27 #: hello-java-swing/Hello.java:20 hello-java-qtjambi/Hello.java:27
28 #: hello-csharp/hello.cs:14 hello-csharp-forms/hello.cs:29
29 #: hello-gawk/hello.awk:11 hello-pascal/hello.hello_world
30 #: hello-ycp/hello.ycp:15 hello-tcl/hello.tcl:11 hello-tcl-tk/hello.tcl:13
31 #: hello-perl/hello-1.pl.in:17 hello-perl/hello-2.pl.in:12
32 #: hello-php/hello.php:12
33 msgid "Hello, world!"
34 msgstr "你好!"
35
36 #: hello-c/hello.c:31 hello-c-gnome/hello.c:51 hello-c++/hello.cc:40
37 #: hello-c++-gnome/hello.cc:55 hello-c++-wxwidgets/hello.cc:71
38 #: hello-objc/hello.m:31 hello-objc-gnustep/Hello.m:58
39 #: hello-objc-gnome/hello.m:52 hello-librep/hello.jl.in:14
40 #: hello-gawk/hello.awk:12 hello-pascal/hello.running_as hello-tcl/hello.tcl:12
41 #: hello-tcl-tk/hello.tcl:16 hello-perl/hello-1.pl.in:19 hello-php/hello.php:14
42 #, php-format
43 msgid "This program is running as process number %d."
44 msgstr "本程式正在執行中,進程編號為 %d。"
45
46 #: hello-c-gnome3/hello.c:79
47 #, fuzzy, c-format
48 msgid ""
49 "<big>Hello world!</big>\n"
50 "This program is running as process number <b>%d</b>."
51 msgstr "本程式正在執行中,進程編號為 %d。"
52
53 #: hello-c-gnome3/hello.c:84
54 msgid "<big><u>This is another text</u></big>"
55 msgstr ""
56
57 #: hello-c-gnome3/hello.c:86
58 msgid "<big><i>This is yet another text</i></big>"
59 msgstr ""
60
61 #: hello-c-gnome3/hello.desktop.in.in:4
62 msgid "Hello"
63 msgstr ""
64
65 #: hello-c-gnome3/hello.ui:5
66 msgid "Example Application"
67 msgstr ""
68
69 #: hello-c-gnome3/hello.ui:33
70 msgid "Update text"
71 msgstr ""
72
73 #: hello-c-gnome3/hello.gschema.xml:7
74 msgid "Use XML markup"
75 msgstr ""
76
77 #: hello-c-gnome3/hello.gschema.xml:8
78 msgid "Whether to use XML markup in the text."
79 msgstr ""
80
81 #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49
82 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19
83 #, ycp-format
84 msgid "This program is running as process number %1."
85 msgstr "本程式正在執行中,進程編號為 %1。"
86
87 #: hello-c++-kde/hello.cc:46
88 msgid "Hello example"
89 msgstr "測試範例"
90
91 #: hello-c++-kde/hello.cc:48
92 msgid "Hello world example"
93 msgstr "訊息測試範例"
94
95 #: hello-sh/hello.sh:17
96 #, sh-format
97 msgid "This program is running as process number $pid."
98 msgstr "本程式正在執行中,進程編號為 $pid。"
99
100 #: hello-python/hello.py.in:13
101 #, python-format
102 msgid "This program is running as process number %(pid)d."
103 msgstr "本程式正在執行中,進程編號為 %(pid)d。"
104
105 #: hello-clisp/hello.lisp.in:13 hello-guile/hello.scm:17
106 #, scheme-format
107 msgid "This program is running as process number ~D."
108 msgstr "本程式正在執行中,進程編號為 ~D。"
109
110 #: hello-java/Hello.java:18 hello-java-awt/Hello.java:28
111 #: hello-java-swing/Hello.java:25 hello-java-qtjambi/Hello.java:34
112 #: hello-csharp/hello.cs:17 hello-csharp-forms/hello.cs:36
113 #, csharp-format
114 msgid "This program is running as process number {0}."
115 msgstr "本程式正在執行中,進程編號為 {0}。"
116
117 #: hello-perl/hello-2.pl.in:14
118 #, perl-brace-format
119 msgid "This program is running as process number {pid}."
120 msgstr "本程式正在執行中,進程編號為 {pid}。"