diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 02:23:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-21 02:23:03 -0600 |
commit | 9b58d35185905f8334142bf4988cb784e993aea7 (patch) | |
tree | f83ec30722464f6e4d23d6e7a40201d7ef5b6bf4 /tde-i18n-zh_CN/messages/kdeaddons/katemake.po | |
download | tde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.tar.gz tde-i18n-9b58d35185905f8334142bf4988cb784e993aea7.zip |
Initial import of extracted KDE i18n tarballs
Diffstat (limited to 'tde-i18n-zh_CN/messages/kdeaddons/katemake.po')
-rw-r--r-- | tde-i18n-zh_CN/messages/kdeaddons/katemake.po | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/tde-i18n-zh_CN/messages/kdeaddons/katemake.po b/tde-i18n-zh_CN/messages/kdeaddons/katemake.po new file mode 100644 index 00000000000..0b3cf3c7e92 --- /dev/null +++ b/tde-i18n-zh_CN/messages/kdeaddons/katemake.po @@ -0,0 +1,86 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) 2003 Free Software Foundation, Inc. +# Sun Fang <sun_xp@msn.com>, 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: katemake\n" +"POT-Creation-Date: 2006-08-18 04:13+0200\n" +"PO-Revision-Date: 2004-06-20 12:19+0800\n" +"Last-Translator: Sun Fang <sun_xp@msn.com>\n" +"Language-Team: zh_CN <i18n-translation@lists.linux.net.cn>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: plugin_katemake.cpp:86 +msgid "Make Output" +msgstr "Make 输出" + +#: plugin_katemake.cpp:159 +msgid "Running make..." +msgstr "正在运行 make..." + +#: plugin_katemake.cpp:160 plugin_katemake.cpp:509 +msgid "No Errors." +msgstr "没有错误。" + +#: plugin_katemake.cpp:336 +msgid "Next Error" +msgstr "下一个错误" + +#: plugin_katemake.cpp:340 +msgid "Previous Error" +msgstr "上一个错误" + +#: plugin_katemake.cpp:344 +msgid "Make" +msgstr "编译" + +#: plugin_katemake.cpp:348 +msgid "Configure..." +msgstr "配置..." + +#: plugin_katemake.cpp:360 +msgid "Line" +msgstr "行" + +#: plugin_katemake.cpp:362 +msgid "Message" +msgstr "消息" + +#: plugin_katemake.cpp:502 +msgid "Make Results" +msgstr "Make 结果" + +#: plugin_katemake.cpp:503 +msgid "No errors." +msgstr "没有错误。" + +#: plugin_katemake.cpp:645 +msgid "" +"The file <i>%1</i> is not a local file. Non-local files cannot be compiled." +msgstr "文件 <i>%1</i> 不是本地文件,非本地文件无法进行编译。" + +#: plugin_katemake.cpp:665 +#, fuzzy, c-format +msgid "<b>Error:</b> Failed to run %1." +msgstr "<b>错误:</b> 无法运行 gmake。" + +#: plugin_katemake.cpp:687 +msgid "Directories" +msgstr "目录" + +#: plugin_katemake.cpp:692 +msgid "Source prefix:" +msgstr "源文件前缀:" + +#: plugin_katemake.cpp:697 +msgid "Build prefix:" +msgstr "创建前缀:" + +#. i18n: file ui.rc line 4 +#: rc.cpp:3 +#, no-c-format +msgid "&Make" +msgstr "&Make" |