msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: 2011-08-10 14:27+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" #: config.py:46 msgid "" "Determines the maximum number of\n" " messages to be queued for a user. If this value is 0, there is no " "maximum.\n" " " msgstr "" "Determina il numero massimo di messaggi da mettere in coda per un utente.\n" " Se questo valore è uguale a 0, non c'è un limite massimo.\n" " " #: config.py:50 msgid "" "Determines whether users will be notified in\n" " the first place in which they're seen, or in private." msgstr "" "Determina se gli utenti riceveranno una nota nel primo luogo in cui sono " "visti o in privato." #: config.py:53 msgid "" "Determines whether users will be notified upon\n" " joining any channel the bot is in, or only upon sending a message." msgstr "" "Determina se gli utenti riceveranno una nota entrando in qualsiasi canale\n" " in cui è presente il bot o solo dopo aver inviato un messaggio." #: config.py:56 msgid "" "Determines the maximum number of\n" " days that a message will remain queued for a user. After this time " "elapses,\n" " the message will be deleted. If this value is 0, there is no maximum." msgstr "" "Determina il numero massimo di giorni che un messaggio rimarrà in coda per " "un utente. Allo scadere\n" " di questo tempo il messaggio verrà cancellato. Se questo valore è uguale " "a 0, non c'è un limite massimo." #: config.py:62 msgid "" "Determines whether senders' hostname will be\n" " shown in messages (instead of just the nick)." msgstr "" #: plugin.py:51 msgid "" "\n" " Used to do things later; currently, it only allows the sending of\n" " nick-based notes. Do note (haha!) that these notes are *not* private\n" " and don't even pretend to be; if you want such features, consider using " "the\n" " Note plugin.\n" "\n" " Use the ``later tell`` command to leave a message to a user.\n" " If you sent the message by accident or want to cancel it,\n" " you can use the `later undo` command to remove the latest later,\n" " which you have sent.\n" "\n" " You can also see the people who have notes waiting for them by using\n" " the `later notes` command. If you specify a nickname in ``later notes``\n" " command, you will see the notes, which are waiting for the nickname.\n" "\n" " Privacy\n" " -------\n" "\n" " As you probably noticed from above, this plugin isn't private.\n" " Everyone can see notes sent by anyone and the laters are sent on " "channel\n" " by default and as the \"plugin help later\" says::\n" "\n" " Used to do things later; currently, it only allows the sending of " "nick-based notes. Do note (haha!) that these notes are *not* private and " "don't even pretend to be; if you want such features, consider using the Note " "plugin.\n" "\n" " The Note plugin identifies people by username instead of nickname\n" " and allows only users to send notes.\n" " The only people who are able to read notes are the sender, receiver,\n" " and the owner.\n" "\n" " " msgstr "" #: plugin.py:117 msgid "just now" msgstr "proprio ora" #: plugin.py:164 #, fuzzy msgid "" " \n" "\n" " Tells each the next time is seen. " "can\n" " contain wildcard characters, and the first matching nick will be\n" " given the note.\n" " " msgstr "" " \n" "\n" " Riferisce a la prima volta che lo vede. può " "contenere\n" " caratteri jolly, il primo che corrisponde riceverà la notifica.\n" " " #: plugin.py:174 msgid "I can't send notes to myself." msgstr "Non posso inviare note a me stesso." #: plugin.py:185 #, fuzzy msgid "These recipients' message queue are already full: %L" msgstr "La coda dei messaggi di questo utente è già piena." #: plugin.py:193 msgid "" "[]\n" "\n" " If is given, replies with what notes are waiting on ,\n" " otherwise, replies with the nicks that have notes waiting for them.\n" " " msgstr "" "[]\n" "\n" " Se è fornito, risponde con le note in coda per ,\n" " altrimenti con i nick che hanno note in coda.\n" " " #: plugin.py:204 msgid "I have no notes for that nick." msgstr "Non ho note per questo nick." #: plugin.py:209 msgid "I currently have notes waiting for %L." msgstr "Al momento non ho note in coda per %L." #: plugin.py:212 msgid "I have no notes waiting to be delivered." msgstr "Non ho note in attesa di essere consegnate." #: plugin.py:217 msgid "" "\n" "\n" " Removes the notes waiting on .\n" " " msgstr "" "\n" "\n" " Rimuove le note in coda per .\n" " " #: plugin.py:226 msgid "There were no notes for %r" msgstr "Non ci sono note per %r" #: plugin.py:231 msgid "" "\n" "\n" " Removes the latest note you sent to .\n" " " msgstr "" "\n" "\n" " Rimuove l'ultima nota inviata a .\n" " " #: plugin.py:236 msgid "There are no note waiting for %s." msgstr "Non ci sono note in attesa per %s." #: plugin.py:247 msgid "There are no note from you waiting for %s." msgstr "Non ci sono note in attesa per %s da te inviate." #: plugin.py:275 msgid "Sent %s: <%s> %s" msgstr "Inviata %s: <%s> %s" #~ msgid "" #~ "Used to do things later; currently, it only allows the sending of\n" #~ " nick-based notes. Do note (haha!) that these notes are *not* " #~ "private\n" #~ " and don't even pretend to be; if you want such features, consider " #~ "using the\n" #~ " Note plugin." #~ msgstr "" #~ "Utilizzato per fare cose in seguito; attualmente permette solo l'invio di " #~ "note basate\n" #~ " sul nick. Nota (haha!) che queste note *non* sono private e non sono " #~ "state progettate\n" #~ " per esserlo; se vuoi questa caratteristica considera l'utilizzo del " #~ "plugin Note." #~ msgid "%s ago" #~ msgstr "%s fa" #~ msgid "" #~ "Validate nick according to the IRC RFC 2812 spec.\n" #~ "\n" #~ " Reference: http://tools.ietf.org/rfcmarkup?" #~ "doc=2812#section-2.3.1\n" #~ "\n" #~ " Some irc clients' tab-completion feature appends 'address' " #~ "characters\n" #~ " to nick, such as ':' or ','. We try correcting for that by " #~ "trimming\n" #~ " a char off the end.\n" #~ "\n" #~ " If nick incorrigibly invalid, return False, otherwise,\n" #~ " return (possibly trimmed) nick.\n" #~ " " #~ msgstr "" #~ "Convalida il nick secondo la specifica IRC RFC 2812.\n" #~ "\n" #~ " Riferimento: http://tools.ietf.org/rfcmarkup?" #~ "doc=2812#section-2.3.1\n" #~ "\n" #~ " Alcuni client IRC hanno l'autocompletamento del nick che aggiunge " #~ "caratteri di\n" #~ " \"indirizzamento\" come \":\" o \",\" alla fine. Si cerca di " #~ "correggere questo\n" #~ " comportamento tagliando un carattere al fondo.\n" #~ "\n" #~ " Se il nick non è valido restituisce False, altrimenti lo riporta " #~ "(possibilmente tagliato).\n" #~ " "