diff options
Diffstat (limited to 'tde-i18n-en_GB/messages/kdeaddons/kmathapplet.po')
-rw-r--r-- | tde-i18n-en_GB/messages/kdeaddons/kmathapplet.po | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/tde-i18n-en_GB/messages/kdeaddons/kmathapplet.po b/tde-i18n-en_GB/messages/kdeaddons/kmathapplet.po new file mode 100644 index 00000000000..6425a52a583 --- /dev/null +++ b/tde-i18n-en_GB/messages/kdeaddons/kmathapplet.po @@ -0,0 +1,127 @@ +# translation of kmathapplet.po to British English +# Copyright (C) 2004 Free Software Foundation, Inc. +# Malcolm Hunter <malcolm.hunter@gmx.co.uk>, 2004. +# Andrew Coles <andrew_coles@yahoo.co.uk>, 2004. +# +msgid "" +msgstr "" +"Project-Id-Version: kmathapplet\n" +"POT-Creation-Date: 2004-12-17 01:25+0100\n" +"PO-Revision-Date: 2004-05-19 11:16+0100\n" +"Last-Translator: Andrew Coles <andrew_coles@yahoo.co.uk>\n" +"Language-Team: British English <kde-en-gb@kde.me.uk>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.3\n" + +#: mathapplet.cpp:67 +msgid "Evaluate:" +msgstr "Evaluate:" + +#: mathapplet.cpp:115 +msgid "Use &Degrees" +msgstr "Use &Degrees" + +#: mathapplet.cpp:116 +msgid "Use &Radians" +msgstr "Use &Radians" + +#: mathapplet.cpp:206 +msgid "< Eval" +msgstr "< Eval" + +#: mathapplet.cpp:213 +msgid "Eval >" +msgstr "Eval >" + +#: mathapplet.cpp:258 +msgid "You have to enter an expression to be evaluated first." +msgstr "You have to enter an expression to be evaluated first." + +#: parser.cpp:658 +msgid "" +"Parser error at position %1:\n" +"Syntax error" +msgstr "" +"Parser error at position %1:\n" +"Syntax error" + +#: 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 "Maths Expression Evaluator" + +#: parser.cpp:662 +msgid "" +"Parser error at position %1:\n" +"Missing parenthesis" +msgstr "" +"Parser error at position %1:\n" +"Missing bracket" + +#: parser.cpp:666 +msgid "" +"Parser error at position %1:\n" +"Function name unknown" +msgstr "" +"Parser error at position %1:\n" +"Function name unknown" + +#: parser.cpp:670 +msgid "" +"Parser error at position %1:\n" +"Void function variable" +msgstr "" +"Parser error at position %1:\n" +"Void function variable" + +#: parser.cpp:674 +msgid "" +"Parser error at position %1:\n" +"Too many functions" +msgstr "" +"Parser error at position %1:\n" +"Too many functions" + +#: parser.cpp:678 +msgid "" +"Parser error at position %1:\n" +"Token-memory overflow" +msgstr "" +"Parser error at position %1:\n" +"Token-memory overflow" + +#: parser.cpp:682 +msgid "" +"Parser error at position %1:\n" +"Stack overflow" +msgstr "" +"Parser error at position %1:\n" +"Stack overflow" + +#: parser.cpp:686 +msgid "" +"Parser error at position %1:\n" +"Name of function not free" +msgstr "" +"Parser error at position %1:\n" +"Name of function not free" + +#: parser.cpp:690 +msgid "" +"Parser error at position %1:\n" +"recursive function not allowed" +msgstr "" +"Parser error at position %1:\n" +"recursive function not allowed" + +#: parser.cpp:693 +#, c-format +msgid "Could not find a defined constant at position %1" +msgstr "Could not find a defined constant at position %1" + +#: parser.cpp:696 +msgid "Empty function" +msgstr "Empty function" |