msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: 2011-07-31 11:51+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:53 msgid "This plugin allows you to schedule commands to execute at a later time." msgstr "" #: plugin.py:143 msgid "Makes a function suitable for scheduling from command." msgstr "" "Rende disponibile una funzione per la programmazione a partire da un comando." #: plugin.py:155 #, fuzzy msgid "Makes a function suitable for scheduling text" msgstr "" "Rende disponibile una funzione per la programmazione a partire da un comando." #: plugin.py:160 msgid "Reminder: %s" msgstr "" #: plugin.py:181 msgid "" " \n" "\n" " Schedules the command string to run seconds in " "the\n" " future. For example, 'scheduler add [seconds 30m] \"echo [cpu]\"' " "will\n" " schedule the command \"cpu\" to be sent to the channel the schedule " "add\n" " command was given in (with no prefixed nick, a consequence of using\n" " echo). Do pay attention to the quotes in that example.\n" " " msgstr "" " \n" "\n" " Programma per essere eseguito entro un certo numero di " ".\n" " Ad esempio, 'scheduler add [seconds 30m] \"echo [cpu]\"' programmerà " "il\n" " comando \"cpu\" per essere inviato in canale (senza il nick come " "prefisso,\n" " come utilizzare echo). Presta attenzione alle virgolette usate " "nell'esempio.\n" " " #: plugin.py:191 msgid "Event #%i added." msgstr "Aggiunto l'evento #%i." #: plugin.py:196 msgid "" " \n" "\n" " Sets a reminder with string to run seconds in the\n" " future. For example, 'scheduler remind [seconds 30m] \"Hello World" "\"'\n" " will return ' Reminder: Hello World' 30 minutes after being " "set.\n" " " msgstr "" #: plugin.py:204 #, fuzzy msgid "Reminder Event #%i added." msgstr "Aggiunto l'evento #%i." #: plugin.py:209 msgid "" "\n" "\n" " Removes the event scheduled with id from the schedule.\n" " " msgstr "" "\n" "\n" " Rimuove l'evento programmato tramite l' fornito.\n" " " #: plugin.py:223 plugin.py:225 msgid "Invalid event id." msgstr "Id di evento non valido." #: plugin.py:244 #, fuzzy msgid "" "[--delay ] \n" "\n" " Schedules the command to run every seconds,\n" " starting now (i.e., the command runs now, and every " "seconds\n" " thereafter). is a name by which the command can be\n" " unscheduled.\n" " If --delay is given, starts in seconds instead of now.\n" " " msgstr "" " \n" "\n" " Programma il per essere eseguito ogni certo numero di " "\n" " a partire da subito (il comando viene eseguito ora e successivamente " "ogni\n" " tot ). è il nome secondo il quale il comando può " "essere\n" " rimosso dalla programmazione.\n" " " #: plugin.py:255 msgid "There is already an event with that name, please choose another name." msgstr "C'è già un evento con quel nome, scegline un altro." #: plugin.py:270 msgid "" "takes no arguments\n" "\n" " Lists the currently scheduled events.\n" " " msgstr "" "non necessita argomenti\n" "\n" " Elenca gli eventi attualmente programmati.\n" " " #: plugin.py:290 msgid "There are currently no scheduled commands." msgstr "Al momento non ci sono comandi programmati."