2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2012-03-16 18:28:05 +01:00
|
|
|
"Project-Id-Version: Limnoria\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
"PO-Revision-Date: 2011-07-08 09:05+0200\n"
|
|
|
|
"Last-Translator: skizzhg <skizzhg@gmx.com>\n"
|
|
|
|
"Language-Team: Italian <skizzhg@gmx.com>\n"
|
|
|
|
"Language: it\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:59
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
2022-02-06 00:14:47 +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-07-12 15:04:13 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:66
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid "Run a command from message, as if command was sent over IRC."
|
|
|
|
msgstr ""
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:76
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<condition> <ifcommand> <elsecommand>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Runs <ifcommand> if <condition> evaluates to true, runs "
|
|
|
|
"<elsecommand>\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" if it evaluates to false.\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Use other logical operators defined in this plugin and command "
|
|
|
|
"nesting\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" to your advantage here.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<condizione> <comando_if> <comando_else>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Esegue <comando_if> se <la condizione> analizzata è vera, esegue "
|
|
|
|
"<comando_else> se falsa.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Utilizza gli altri operatori logici presenti in questo plugin e i "
|
|
|
|
"comandi nidificati a tuo vantaggio.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:92
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<cond1> [<cond2> ... <condN>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns true if all conditions supplied evaluate to true.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<condizione1> [<condizione2> ... <condizioneN>]\n"
|
|
|
|
"\n"
|
|
|
|
" Restituisce True se tutte le condizioni fornite sono vere.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:104
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<cond1> [<cond2> ... <condN>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns true if any one of conditions supplied evaluates to true.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<condizione1> [<condizione2> ... <condizioneN>]\n"
|
|
|
|
"\n"
|
|
|
|
" Restituisce True se almeno una delle condizioni fornite è vera.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:116
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<cond1> [<cond2> ... <condN>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns true if only one of conditions supplied evaluates to true.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<condizione1> [<condizione2> ... <condizioneN>]\n"
|
|
|
|
"\n"
|
|
|
|
" Restituisce True se solo una delle condizioni fornite è vera.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:128
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if they are equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Effettua una comparazione di stringhe tra <elemento1> ed "
|
|
|
|
"<elemento2>.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" Restituisce True se sono uguali.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:141
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if they are not equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Effettua una comparazione di stringhe tra <elemento1> ed "
|
|
|
|
"<elemento2>.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" Restituisce True se non sono uguali.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:154
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is greater than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Effettua una comparazione di stringhe tra <elemento1> ed "
|
|
|
|
"<elemento2>.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" Restituisce True se <elemento1> è maggiore di <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:167
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Effettua una comparazione di stringhe tra <elemento1> ed "
|
|
|
|
"<elemento2>.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" Restituisce True se <elemento1> è maggiore o uguale a <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:180
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is less than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Effettua una comparazione di stringhe tra <elemento1> ed "
|
|
|
|
"<elemento2>.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" Restituisce True se <elemento1> è minore di <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:193
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a string comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is less than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Effettua una comparazione di stringhe tra <elemento1> ed "
|
|
|
|
"<elemento2>.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" Restituisce True se <elemento1> è minore o uguale a <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:206
|
|
|
|
#, fuzzy
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
2022-02-06 00:14:47 +01:00
|
|
|
"[--case-insensitive] <item1> <item2>\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
"\n"
|
|
|
|
" Determines if <item1> is a substring of <item2>.\n"
|
|
|
|
" Returns true if <item1> is contained in <item2>.\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"\n"
|
|
|
|
" Will only match case if --case-insensitive is not given.\n"
|
2011-07-12 15:04:13 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Determina se <elemento1> è una sottostringa di <elemento2>.\n"
|
|
|
|
" Restituisce True se <elemento1> è contenuto in <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:226
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if they are equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Effettua una comparazione numerica tra <elemento1> ed <elemento2>.\n"
|
|
|
|
" Restituisce True se sono uguali.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:239
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if they are not equal.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Effettua una comparazione numerica tra <elemento1> ed <elemento2>.\n"
|
|
|
|
" Restituisce True se non sono uguali.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:252
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is greater than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Effettua una comparazione numerica tra <elemento1> ed <elemento2>.\n"
|
|
|
|
" Restituisce True se <elemento1> è maggiore di <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:265
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Effettua una comparazione numerica tra <elemento1> ed <elemento2>.\n"
|
|
|
|
" Restituisce True se <elemento1> è maggiore o uguale a <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:278
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is less than <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Effettua una comparazione numerica tra <elemento1> ed <elemento2>.\n"
|
|
|
|
" Restituisce True se <elemento1> è minore di <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:291
|
2011-07-12 15:04:13 +02:00
|
|
|
msgid ""
|
|
|
|
"<item1> <item2>\n"
|
|
|
|
"\n"
|
|
|
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
|
|
|
" Returns true if <item1> is less than or equal to <item2>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"<elemento1> <elemento2>\n"
|
|
|
|
"\n"
|
|
|
|
" Effettua una comparazione numerica tra <elemento1> ed <elemento2>.\n"
|
|
|
|
" Restituisce True se <elemento1> è minore o uguale a <elemento2>.\n"
|
|
|
|
" "
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:303
|
|
|
|
msgid ""
|
|
|
|
"<testcommand>\n"
|
|
|
|
"\n"
|
|
|
|
" Runs <testcommand> and returns true if it raises an error;\n"
|
|
|
|
" false otherwise.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|