# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR ORGANIZATION # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2014-03-22 16:34+EET\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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" #: plugin.py:57 #, docstring msgid "" "Add the help for \"@plugin help Conditional\" here\n" " This should describe *how* to use this plugin." msgstr "" #: plugin.py:64 #, docstring msgid "Run a command from message, as if command was sent over IRC." msgstr "" #: plugin.py:73 #, docstring msgid "" " \n" "\n" " Runs if evaluates to true, runs \n" " if it evaluates to false.\n" "\n" " Use other logical operators defined in this plugin and command nesting\n" " to your advantage here.\n" " " msgstr "" #: plugin.py:90 #, docstring msgid "" " [ ... ]\n" "\n" " Returns true if all conditions supplied evaluate to true.\n" " " msgstr "" #: plugin.py:102 #, docstring msgid "" " [ ... ]\n" "\n" " Returns true if any one of conditions supplied evaluates to true.\n" " " msgstr "" #: plugin.py:114 #, docstring msgid "" " [ ... ]\n" "\n" " Returns true if only one of conditions supplied evaluates to true.\n" " " msgstr "" #: plugin.py:126 #, docstring msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if they are equal.\n" " " msgstr "" #: plugin.py:139 #, docstring msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if they are not equal.\n" " " msgstr "" #: plugin.py:152 #, docstring msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is greater than .\n" " " msgstr "" #: plugin.py:165 #, docstring msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is greater than or equal to .\n" " " msgstr "" #: plugin.py:178 #, docstring msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is less than .\n" " " msgstr "" #: plugin.py:191 #, docstring msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is less than or equal to .\n" " " msgstr "" #: plugin.py:204 #, docstring msgid "" "[--case-insensitive] \n" "\n" " Determines if is a substring of .\n" " Returns true if is contained in .\n" "\n" " Will only match case if --case-insensitive is not given.\n" " " msgstr "" #: plugin.py:224 #, docstring msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if they are equal.\n" " " msgstr "" #: plugin.py:237 #, docstring msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if they are not equal.\n" " " msgstr "" #: plugin.py:250 #, docstring msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is greater than .\n" " " msgstr "" #: plugin.py:263 #, docstring msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is greater than or equal to .\n" " " msgstr "" #: plugin.py:276 #, docstring msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is less than .\n" " " msgstr "" #: plugin.py:289 #, docstring msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is less than or equal to .\n" " " msgstr ""