From f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 11:05:10 -0600 Subject: Second part of prior commit --- tde-i18n-zh_CN/messages/tdeaddons/kmathapplet.po | 121 +++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 tde-i18n-zh_CN/messages/tdeaddons/kmathapplet.po (limited to 'tde-i18n-zh_CN/messages/tdeaddons/kmathapplet.po') diff --git a/tde-i18n-zh_CN/messages/tdeaddons/kmathapplet.po b/tde-i18n-zh_CN/messages/tdeaddons/kmathapplet.po new file mode 100644 index 00000000000..6cfa92c6717 --- /dev/null +++ b/tde-i18n-zh_CN/messages/tdeaddons/kmathapplet.po @@ -0,0 +1,121 @@ +msgid "" +msgstr "" +"Project-Id-Version: kmathapplet\n" +"POT-Creation-Date: 2004-12-17 01:25+0100\n" +"PO-Revision-Date: 2004-06-21 13:52+0800\n" +"Last-Translator: Funda Wang \n" +"Language-Team: zh_CN \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" +"Void 函数变量" + +#: 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 "空函数" -- cgit v1.2.1