2011-02-26 10:40:50 +01:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
"POT-Creation-Date: 2014-12-20 14:04+EET\n"
|
2011-02-26 10:40:50 +01: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"
|
|
|
|
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:57
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2014-12-20 14:37:27 +01:00
|
|
|
"This plugin provides logic operators and other commands that\n"
|
|
|
|
" enable you to run commands only if a condition is true. Useful for nested\n"
|
|
|
|
" commands and scripting."
|
2011-02-26 10:40:50 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:65
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid "Run a command from message, as if command was sent over IRC."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:74
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<condition> <ifcommand> <elsecommand>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Runs <ifcommand> if <condition> evaluates to true, runs <elsecommand>\n"
|
|
|
|
" if it evaluates to false.\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Use other logical operators defined in this plugin and command nesting\n"
|
|
|
|
" to your advantage here.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:91
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<cond1> [<cond2> ... <condN>]\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if all conditions supplied evaluate to true.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:103
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<cond1> [<cond2> ... <condN>]\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if any one of conditions supplied evaluates to true.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:115
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<cond1> [<cond2> ... <condN>]\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if only one of conditions supplied evaluates to true.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:127
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if they are equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:140
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if they are not equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:153
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is greater than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:166
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:179
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is less than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:192
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is less than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:205
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2013-11-27 00:02:05 +01:00
|
|
|
"[--case-insensitive] <item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Determines if <item1> is a substring of <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is contained in <item2>.\n"
|
2013-11-27 00:02:05 +01:00
|
|
|
"\n"
|
|
|
|
" Will only match case if --case-insensitive is not given.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:225
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if they are equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:238
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if they are not equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:251
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
2011-07-08 10:41:36 +02:00
|
|
|
" Returns true if <item1> is greater than <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:264
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:277
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is less than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:290
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Returns true if <item1> is less than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|