diff options
Diffstat (limited to 'gettext-tools/examples/po/zh_CN.po')
-rw-r--r-- | gettext-tools/examples/po/zh_CN.po | 71 |
1 files changed, 45 insertions, 26 deletions
diff --git a/gettext-tools/examples/po/zh_CN.po b/gettext-tools/examples/po/zh_CN.po index 6d50541..3b7422e 100644 --- a/gettext-tools/examples/po/zh_CN.po +++ b/gettext-tools/examples/po/zh_CN.po @@ -1,15 +1,16 @@ # zh_CN translation for gettext-examples. -# Copyright (C) 2003 Free Software Foundation, Inc. -# This file is distributed under the same license as the gettext-examples package. +# Copyright (C) 2015 Yoyodyne, Inc. (msgids) +# This file is distributed under the same license as the gettext package. # Funda Wang <fundawang@linux.net.cn>, 2003. +# Ji ZhengYu <zhengyuji@gmail.com>, 2015. # msgid "" msgstr "" -"Project-Id-Version: gettext-examples 0.13.1\n" +"Project-Id-Version: gettext-examples 0.19.4.73\n" "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n" -"POT-Creation-Date: 2014-12-24 16:29+0900\n" -"PO-Revision-Date: 2003-12-18 19:07+0800\n" -"Last-Translator: Funda Wang <fundawang@linux.net.cn>\n" +"POT-Creation-Date: 2015-12-28 08:28+0900\n" +"PO-Revision-Date: 2015-09-01 09:53中国标准时间\n" +"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -17,12 +18,11 @@ msgstr "" "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-c-gnome3/hello.desktop.in.in:5 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 @@ -35,33 +35,52 @@ msgstr "" 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 +#: hello-c/hello.c:31 hello-c-gnome/hello.c:51 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.c:79 +#, c-format +msgid "" +"<big>Hello world!</big>\n" +"This program is running as process number <b>%d</b>." +msgstr "" +"<big>世界你好!</big>\n" +"此程序正以进程号 <b>%d</b> 运行。" + +#: hello-c-gnome3/hello.c:84 +msgid "<big><u>This is another text</u></big>" +msgstr "<big><u>这是另一段文本</u></big>" + +#: hello-c-gnome3/hello.c:86 +msgid "<big><i>This is yet another text</i></big>" +msgstr "<big><i>这还是另一段文本</i></big>" + #: hello-c-gnome3/hello.desktop.in.in:4 msgid "Hello" -msgstr "" +msgstr "世界你好" #: hello-c-gnome3/hello.ui:5 msgid "Example Application" -msgstr "" +msgstr "示例应用" + +#: hello-c-gnome3/hello.ui:33 +msgid "Update text" +msgstr "更新文本" #: hello-c-gnome3/hello.gschema.xml:7 -msgid "Set label sensitive" -msgstr "" +msgid "Use XML markup" +msgstr "使用XML 标记语言" #: hello-c-gnome3/hello.gschema.xml:8 -msgid "Whether to set the label sensitive." -msgstr "" +msgid "Whether to use XML markup in the text." +msgstr "是否在文本中使用XML 标记" #: hello-c++-qt/hello.cc:52 hello-c++-kde/hellowindow.cc:49 #: hello-smalltalk/hello.st.in:32 hello-ycp/hello.ycp:19 |