msgstr "Determina quale comando verrà richiamato tramite \"wtf\"."
#: plugin.py:75
#, docstring
msgid ""
"<error number or code>\n"
"\n"
" Returns the number of an errno code, or the errno code of a number.\n"
" "
msgstr ""
"<numero errore o codice>\n"
"\n"
" Restituisce il numero di un codice di errore (errno) o il codice di errore di un numero.\n"
" "
#: plugin.py:87
msgid "I can't find the errno number for that code."
msgstr "Non trovo un numero di errore per quel codice."
#: plugin.py:90
msgid "(unknown)"
msgstr "(sconosciuto)"
#: plugin.py:91
msgid "%s (#%i): %s"
msgstr "%s (#%i): %s"
#: plugin.py:96
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns various unix-y information on the running supybot process.\n"
" "
msgstr ""
"non necessita argomenti\n"
"\n"
" Riporta varie informazioni unix-y sul processo supybot in esecuzione.\n"
" "
#: plugin.py:104
#, docstring
msgid ""
"takes no arguments\n"
"\n"
" Returns the current pid of the process for this Supybot.\n"
" "
msgstr ""
"non necessita argomenti\n"
"\n"
" Riporta l'attuale PID del processo per questo Supybot.\n"
" "
#: plugin.py:114
#, docstring
msgid ""
"<password> [<salt>]\n"
"\n"
" Returns the resulting of doing a crypt() on <password>. If <salt> is\n"
" not given, uses a random salt. If running on a glibc2 system,\n"
" prepending '$1$' to your salt will cause crypt to return an MD5sum\n"
" based crypt rather than the standard DES based crypt.\n"
" "
msgstr ""
"<password> [<sale>]\n"
"\n"
" Riporta il risultato di crypt() su <password>. Se <sale> non è specificato,\n"
" ne utilizza uno casuale. Se eseguito su un sistema glibc2, preporre '$1$' al\n"
" sale restituirà una cifratura basata su MD5sum piuttosto che la standard DES.\n"
" "
#: plugin.py:133
#, docstring
msgid ""
"<word>\n"
"\n"
" Returns the result of passing <word> to aspell/ispell. The results\n"
" shown are sorted from best to worst in terms of being a likely match\n"
" for the spelling of <word>.\n"
" "
msgstr ""
"<parola>\n"
"\n"
" Riporta il risultato di passare <parola> ad aspell/ispell. I risultati\n"
" mostrati sono ordinati dal migliore al peggiore in termini di essere una\n"
" potenziale ortografia corretta di <parola>.\n"
" "
#: plugin.py:142
msgid "The spell checking command is not configured. If one is installed, reconfigure supybot.plugins.Unix.spell.command appropriately."
msgstr "Il comando di correzione ortografica non è configurato. Se ve n'è uno installato, configurare la variabile supybot.plugins.Unix.spell.command in modo appropriato."
msgid "The fortune command is not configured. If fortune is installed on this system, reconfigure the supybot.plugins.Unix.fortune.command configuration variable appropriately."
msgstr "Il comando fortune non è configurato. Se ve n'è uno installato, configurare la variabile supybot.plugins.Unix.fortune.command in modo appropriato."
msgid "The wtf command is not configured. If it is installed on this system, reconfigure the supybot.plugins.Unix.wtf.command configuration variable appropriately."
msgstr "Il comando wtf non è configurato. Se ve n'è uno installato, configurare la variabile supybot.plugins.Unix.wtf.command in modo appropriato."