diff --git a/Chanban/cmgmt_langs/it.msg b/Chanban/cmgmt_langs/it.msg new file mode 100644 index 0000000..e115c62 --- /dev/null +++ b/Chanban/cmgmt_langs/it.msg @@ -0,0 +1,109 @@ +# =========================================================================== +# Channel Management - Language File (it) +# =========================================================================== +# Substitutions are done via %s placeholders, in the order they appear. +# The available variables for each message are listed above it. +# =========================================================================== + +# ---------------- # +# General messages # +# ---------------- # +### Ban reason +::msgcat::mcset it ban.reason "L'utente è stato bannato dal canale." + +### Temporary ban reason +::msgcat::mcset it temp.ban.reason "L'utente è stato temporaneamente bannato dal canale." + +### Kick reason +::msgcat::mcset it kick.reason "Il tuo comportamento non è adeguato all'ambiente del canale." + +### Revenge kick when someone tries to kick the bot +::msgcat::mcset it revenge.kick "Molto divertente... NO!" + +### No access error message ($nick) +::msgcat::mcset it error.no.access "Non hai accesso, %s." + +### Target not on channel error message ($target, $chan) +::msgcat::mcset it not.on.chan "ERRORE! %s non è in %s." + +### Error message when we try to ban/kick a protected nick ($target) +::msgcat::mcset it protected.user "ERRORE! %s è un nick protetto e non può essere bannato/kickato." + +### Message to be displayed when a ban is added to the bot ban list ($banmask, $chan) +::msgcat::mcset it ban.added "%s aggiunto alla lista ban di %s." + +### Message to be displayed when a temp ban is added to the bot ban list ($banmask, $chan) +::msgcat::mcset it tmp.ban.added "%s temporaneamente aggiunto alla lista ban di %s." + +### Message to be displayed when channel bot ban list is empty ($chan) +::msgcat::mcset it banlist.empty "ERRORE! La lista ban di %s è vuota." + +### Opening message for the ban list file ($chan, $bancount) +::msgcat::mcset it banlist.open "-= Inizio della lista ban di %s. %s ban visualizzati." + +### Message for bans on the file ($banmask, $freason, $creator, $date) +::msgcat::mcset it banlist.format "Banmask: %s :: Motivo: %s :: Aggiunto da: %s :: Data: %s" + +### Message for the end of the ban list file ($chan) +::msgcat::mcset it banlist.end "-= Fine della lista ban di %s. =-" + +### Message to be displayed when a ban is removed from the bot banlist ($banmask, $chan) +::msgcat::mcset it ban.removed "%s rimosso dalla lista ban di %s." + +### Message to be displayed when the mask doesn't exist ($banmask, $chan) +::msgcat::mcset it not.ban.mask "ERRORE! %s non esiste nella lista ban di %s." + +### Message for ban list upload failure ($err) +::msgcat::mcset it banlist.upload.fail "ERRORE! Caricamento della lista ban fallito: (%s)." + +### Message with the URL to check the ban list ($chan, $result) +::msgcat::mcset it banlist.url "La lista ban di %s può essere consultata qui: %s" + +### Auto adding bans messages +# Message to display when auto add is already enabled ($chan) +::msgcat::mcset it autoadd.enabled "ERRORE! L'aggiunta automatica di ban è già attiva su %s" + +# Message to display when auto add is enabled for the first time ($chan) +::msgcat::mcset it autoadd.enable "SUCCESSO! Aggiunta automatica di ban attivata su %s" + +# Message to display when auto add is already disabled ($chan) +::msgcat::mcset it autoadd.disabled "ERRORE! L'aggiunta automatica di ban è già disattivata su %s" + +# Message to be displayed when auto add is disabled for the first time ($chan) +::msgcat::mcset it autoadd.disable "SUCCESSO! Aggiunta automatica di ban disattivata su %s" + +# Message to be displayed when we check the auto add status ($turned, $chan) +::msgcat::mcset it autoadd.status "STATO: L'aggiunta automatica di ban è %s su %s" + +### Message to display when a ban is auto added to the bot ban list ($target, $chan) +::msgcat::mcset it auto.added "%s aggiunto automaticamente alla lista ban di %s." + +### Message to display when a ban is auto removed from the bot ban list ($target, $chan) +::msgcat::mcset it auto.removed "%s rimosso automaticamente dalla lista ban di %s." + +# ------------ # +# Public procs # +# ------------ # +### Syntax error message ($::cmgmt::trigger) +::msgcat::mcset it error.syntax "ERRORE! Sintassi: %s" + +### Message to display on the ban list file explaining how to remove a ban ($::cmgmt::trigger) +::msgcat::mcset it banlist.explain "*** Per rimuovere un ban, scrivi: %s" + +### Message to be displayed when we check the available commands ($::cmgmt::trigger) +::msgcat::mcset it cmgmt.cmds "Comandi disponibili (aggiungere come prefisso %s): ban, tban, kick, unban, banlist, autoadd" + +# ------------- # +# Private procs # +#-------------- # +### Syntax error message +::msgcat::mcset it pm.error.syntax "ERRORE! Sintassi:" + +### Bot not on chan error message ($chan) +::msgcat::mcset it bot.not.onchan "ERRORE! Non sono in %s" + +### Message to display on the ban list file explaining to remove bans ($::botnick) +::msgcat::mcset it pm.banlist.explain "*** Per rimuovere un ban, scrivi: /msg %s" + +### Message to be displayed when we check the available commands +::msgcat::mcset it msg.cmgmt.cmds "Comandi disponibili: ban, tban, kick, unban, banlist, autoadd"