diff options
Diffstat (limited to 'tde-i18n-zh_CN/messages/kdeaddons/kmathapplet.po')
-rw-r--r-- | tde-i18n-zh_CN/messages/kdeaddons/kmathapplet.po | 121 |
1 files changed, 0 insertions, 121 deletions
diff --git a/tde-i18n-zh_CN/messages/kdeaddons/kmathapplet.po b/tde-i18n-zh_CN/messages/kdeaddons/kmathapplet.po deleted file mode 100644 index 6cfa92c6717..00000000000 --- a/tde-i18n-zh_CN/messages/kdeaddons/kmathapplet.po +++ /dev/null @@ -1,121 +0,0 @@ -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 <fundawang@linux.net.cn>\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" - -#: 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 "空函数" |