2010-10-17 15:36:26 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-03-22 15:38:16 +01:00
|
|
|
"POT-Creation-Date: 2014-03-22 16:34+EET\n"
|
2010-10-17 15:36:26 +02:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:55
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<fromBase> [<toBase>] <number>\n"
|
|
|
|
"\n"
|
|
|
|
" Converts <number> from base <fromBase> to base <toBase>.\n"
|
|
|
|
" If <toBase> is left out, it converts to decimal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:66
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "Invalid <number> for base %s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:72
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid "Convert a decimal number to another base; returns a string."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:93
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Convert a number from any base, 2 through 36, to any other\n"
|
|
|
|
" base, 2 through 36. Returns a string."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:167
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<math expression>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the value of the evaluated <math expression>. The syntax is\n"
|
|
|
|
" Python syntax; the type of arithmetic is floating point. Floating\n"
|
|
|
|
" point arithmetic is used in order to prevent a user from being able to\n"
|
|
|
|
" crash to the bot with something like '10**10**10**10'. One consequence\n"
|
|
|
|
" is that large values such as '10**24' might not be exact.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:178
|
|
|
|
msgid "There's no reason you should have fancy non-ASCII characters in your mathematical expression. Please remove them."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:183 plugin.py:237
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "There's really no reason why you should have underscores or brackets in your mathematical expression. Please remove them."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:189 plugin.py:245
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "You can't use lambda in this command."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:219 plugin.py:253
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "The answer exceeded %s or so."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:221 plugin.py:255
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "Something in there wasn't a valid number."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:223 plugin.py:257
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "%s is not a defined function."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:230
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<math expression>\n"
|
|
|
|
"\n"
|
|
|
|
" This is the same as the calc command except that it allows integer\n"
|
|
|
|
" math, and can thus cause the bot to suck up CPU. Hence it requires\n"
|
|
|
|
" the 'trusted' capability to use.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:267
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<rpn math expression>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the value of an RPN expression.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:292
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "Not enough arguments for %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:305
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "%q is not a defined function."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:312
|
2010-10-17 15:36:26 +02:00
|
|
|
msgid "Stack: [%s]"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:316
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<number>] <unit> to <other unit>\n"
|
|
|
|
"\n"
|
|
|
|
" Converts from <unit> to <other unit>. If number isn't given, it\n"
|
|
|
|
" defaults to 1. For unit information, see 'units' command.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:346
|
2010-10-17 15:36:26 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
" [<type>]\n"
|
|
|
|
"\n"
|
|
|
|
" With no arguments, returns a list of measurement types, which can be\n"
|
|
|
|
" passed as arguments. When called with a type as an argument, returns\n"
|
|
|
|
" the units of that type.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|