msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: 2011-07-08 09:05+0200\n" "Last-Translator: skizzhg \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: plugin.py:59 msgid "" "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." msgstr "" #: plugin.py:66 msgid "Run a command from message, as if command was sent over IRC." msgstr "" #: plugin.py:76 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 "" " \n" "\n" " Esegue se analizzata è vera, esegue " " se falsa.\n" "\n" " Utilizza gli altri operatori logici presenti in questo plugin e i " "comandi nidificati a tuo vantaggio.\n" " " #: plugin.py:92 msgid "" " [ ... ]\n" "\n" " Returns true if all conditions supplied evaluate to true.\n" " " msgstr "" " [ ... ]\n" "\n" " Restituisce True se tutte le condizioni fornite sono vere.\n" " " #: plugin.py:104 msgid "" " [ ... ]\n" "\n" " Returns true if any one of conditions supplied evaluates to true.\n" " " msgstr "" " [ ... ]\n" "\n" " Restituisce True se almeno una delle condizioni fornite è vera.\n" " " #: plugin.py:116 msgid "" " [ ... ]\n" "\n" " Returns true if only one of conditions supplied evaluates to true.\n" " " msgstr "" " [ ... ]\n" "\n" " Restituisce True se solo una delle condizioni fornite è vera.\n" " " #: plugin.py:128 msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if they are equal.\n" " " msgstr "" " \n" "\n" " Effettua una comparazione di stringhe tra ed " ".\n" " Restituisce True se sono uguali.\n" " " #: plugin.py:141 msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if they are not equal.\n" " " msgstr "" " \n" "\n" " Effettua una comparazione di stringhe tra ed " ".\n" " Restituisce True se non sono uguali.\n" " " #: plugin.py:154 msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is greater than .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione di stringhe tra ed " ".\n" " Restituisce True se è maggiore di .\n" " " #: plugin.py:167 msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is greater than or equal to .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione di stringhe tra ed " ".\n" " Restituisce True se è maggiore o uguale a .\n" " " #: plugin.py:180 msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is less than .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione di stringhe tra ed " ".\n" " Restituisce True se è minore di .\n" " " #: plugin.py:193 msgid "" " \n" "\n" " Does a string comparison on and .\n" " Returns true if is less than or equal to .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione di stringhe tra ed " ".\n" " Restituisce True se è minore o uguale a .\n" " " #: plugin.py:206 #, fuzzy 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 "" " \n" "\n" " Determina se è una sottostringa di .\n" " Restituisce True se è contenuto in .\n" " " #: plugin.py:226 msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if they are equal.\n" " " msgstr "" " \n" "\n" " Effettua una comparazione numerica tra ed .\n" " Restituisce True se sono uguali.\n" " " #: plugin.py:239 msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if they are not equal.\n" " " msgstr "" " \n" "\n" " Effettua una comparazione numerica tra ed .\n" " Restituisce True se non sono uguali.\n" " " #: plugin.py:252 msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is greater than .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione numerica tra ed .\n" " Restituisce True se è maggiore di .\n" " " #: plugin.py:265 msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is greater than or equal to .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione numerica tra ed .\n" " Restituisce True se è maggiore o uguale a .\n" " " #: plugin.py:278 msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is less than .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione numerica tra ed .\n" " Restituisce True se è minore di .\n" " " #: plugin.py:291 msgid "" " \n" "\n" " Does a numeric comparison on and .\n" " Returns true if is less than or equal to .\n" " " msgstr "" " \n" "\n" " Effettua una comparazione numerica tra ed .\n" " Restituisce True se è minore o uguale a .\n" " " #: plugin.py:303 msgid "" "\n" "\n" " Runs and returns true if it raises an error;\n" " false otherwise.\n" " " msgstr ""