" Restituisce i canali dove è presente il bot. Per preservare la segretezza\n"
" dei canali privati, deve essere richiesto in privato.\n"
" "
#: plugin.py:166
msgid "I'm not currently in any channels."
msgstr "Al momento non sono in nessun canale."
#: plugin.py:172
msgid "My connection is restricted, I can't change nicks."
msgstr "La mia connessione è limitata, non posso cambiare nick."
#: plugin.py:179
msgid "Someone else is already using that nick."
msgstr "Qualcun altro sta utilizzando quel nick."
#: plugin.py:186
msgid "That nick is currently banned."
msgstr "Il nick è attualmente bannato."
#: plugin.py:193
msgid "I can't change nicks, the server said %q."
msgstr "Non posso cambiare nick, il server ha detto %q."
#: plugin.py:207
#, docstring
msgid ""
"[<nick>]\n"
"\n"
" Changes the bot's nick to <nick>. If no nick is given, returns the\n"
" bot's current nick.\n"
" "
msgstr ""
"[<nick>]\n"
"\n"
" Cambia il nicke del bot in <nick>. Se non ne viene fornito uno, restituisce\n"
" quello attuale.\n"
" "
#: plugin.py:222
#, docstring
msgid ""
"[<channel>] [<reason>]\n"
"\n"
" Tells the bot to part the list of channels you give it. <channel> is\n"
" only necessary if you want the bot to part a channel other than the\n"
" current channel. If <reason> is specified, use it as the part\n"
" message.\n"
" "
msgstr ""
"[<canale>] [<motivo>]\n"
"\n"
" Fornisce al bot l'elenco dei canali da cui uscire. <canale> è\n"
" necessario solo se si vuole far uscire il bot da un canale diverso da\n"
" quello attuale. Se <motivo> viene specificato, verrà usato come messaggio\n"
" di uscita.\n"
" "
#: plugin.py:240
msgid "I'm not in %s."
msgstr "Non sono in %s."
#: plugin.py:252
#, docstring
msgid ""
"<name|hostmask> <capability>\n"
"\n"
" Gives the user specified by <name> (or the user to whom <hostmask>\n"
" currently maps) the specified capability <capability>\n"
" "
msgstr ""
"<nome|hostmask> <capacità>\n"
"\n"
" Dà all'utente specificato da <nome> (o quello a cui corrisponde <hostmask>\n"
" attualmente) la capacità <capacità> specificata\n"
" "
#: plugin.py:272
msgid "The \"owner\" capability can't be added in the bot. Use the supybot-adduser program (or edit the users.conf file yourself) to add an owner capability."
msgstr "La capacità \"owner\" non può essere aggiunta al bot. Utilizzare il programma supybot-adduser (o modificare il file users.conf) per aggiungerla."