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