diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-zh_TW/messages/tdeaddons/kmathapplet.po | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-zh_TW/messages/tdeaddons/kmathapplet.po')
-rw-r--r-- | tde-i18n-zh_TW/messages/tdeaddons/kmathapplet.po | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/tde-i18n-zh_TW/messages/tdeaddons/kmathapplet.po b/tde-i18n-zh_TW/messages/tdeaddons/kmathapplet.po new file mode 100644 index 00000000000..3b68c4e70f8 --- /dev/null +++ b/tde-i18n-zh_TW/messages/tdeaddons/kmathapplet.po @@ -0,0 +1,125 @@ +# traditional Chinese translation of kmathapplet. +# Copyright (C) 2005 Free Software Foundation, Inc. +# Abel Cheung <maddog@linuxhall.org>, 2005. +# +msgid "" +msgstr "" +"Project-Id-Version: kmathapplet\n" +"POT-Creation-Date: 2004-12-17 01:25+0100\n" +"PO-Revision-Date: 2005-08-17 10:28+0800\n" +"Last-Translator: Abel Cheung <maddog@linuxhall.org>\n" +"Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: mathapplet.cpp:67 +msgid "Evaluate:" +msgstr "計算:" + +#: mathapplet.cpp:115 +msgid "Use &Degrees" +msgstr "使用角度(&D)" + +#: mathapplet.cpp:116 +msgid "Use &Radians" +msgstr "使用弧度(&R)" + +#: mathapplet.cpp:206 +msgid "< Eval" +msgstr "< 計算" + +#: mathapplet.cpp:213 +msgid "Eval >" +msgstr "計算 >" + +#: mathapplet.cpp:258 +msgid "You have to enter an expression to be evaluated first." +msgstr "請輸入要計算的算式。" + +#: parser.cpp:658 +msgid "" +"Parser error at position %1:\n" +"Syntax error" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"語法錯誤" + +#: parser.cpp:659 parser.cpp:663 parser.cpp:667 parser.cpp:671 parser.cpp:675 +#: parser.cpp:679 parser.cpp:683 parser.cpp:687 parser.cpp:691 parser.cpp:694 +#: parser.cpp:696 +msgid "Math Expression Evaluator" +msgstr "數學算式計算器" + +#: parser.cpp:662 +msgid "" +"Parser error at position %1:\n" +"Missing parenthesis" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"缺少了括號" + +#: parser.cpp:666 +msgid "" +"Parser error at position %1:\n" +"Function name unknown" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"函數名稱不明" + +#: parser.cpp:670 +msgid "" +"Parser error at position %1:\n" +"Void function variable" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"函數沒有變數" + +#: parser.cpp:674 +msgid "" +"Parser error at position %1:\n" +"Too many functions" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"函數太多" + +#: parser.cpp:678 +msgid "" +"Parser error at position %1:\n" +"Token-memory overflow" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"關鍵字記憶用盡" + +#: parser.cpp:682 +msgid "" +"Parser error at position %1:\n" +"Stack overflow" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"堆叠溢位" + +#: parser.cpp:686 +msgid "" +"Parser error at position %1:\n" +"Name of function not free" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"函數名稱已經使用了" + +#: parser.cpp:690 +msgid "" +"Parser error at position %1:\n" +"recursive function not allowed" +msgstr "" +"在位置 %1 出現分析錯誤:\n" +"不允許使用遞歸定義函數" + +#: parser.cpp:693 +#, c-format +msgid "Could not find a defined constant at position %1" +msgstr "在位置 %1 找不到有定義過的常數" + +#: parser.cpp:696 +msgid "Empty function" +msgstr "沒有函數內容" |