# =========================================================================== # Channel Management - Language File (en) # =========================================================================== # Substitutions are done via positional %1$s placeholders, in the order they # appear. The available variables for each message are listed above it. # =========================================================================== # ---------------- # # General messages # # ---------------- # ### Ban reason ::msgcat::mcset en ban.reason {User has been banned from the channel.} ### Temporary ban reason ::msgcat::mcset en temp.ban.reason {User has been temporarily banned from the channel.} ### Kick reason ::msgcat::mcset en kick.reason {Your behaviour is not conducive to the desired environment.} ### Revenge kick when someone tries to kick the bot ::msgcat::mcset en revenge.kick {Very funny... NOT...} ### No access error message (%1$s = $nick) ::msgcat::mcset en error.no.access {You don't have access, %1$s.} ### Target not on channel error message (%1$s = $target, %2$s = $chan) ::msgcat::mcset en not.on.chan {ERROR! %1$s is not on %2$s.} ### Error message when we try to ban/kick a protected nick (%1$s = $target) ::msgcat::mcset en protected.user {ERROR! %1$s is a protected nick and can't be banned/kicked.} ### Error message when we add a mask that matches a protected user/mask ::msgcat::mcset en prot.user.addban {ERROR! This mask matches a protected user and can't be added.} ### Message to be displayed when a ban is added to the bot ban list (%1$s = $banmask, %2$s = $chan) ::msgcat::mcset en ban.added {%1$s added to %2$s's ban list.} ### Message to be displayed when a temp ban is added to the bot ban list (%1$s = $banmask, %2$s = $chan) ::msgcat::mcset en tmp.ban.added {%1$s temporarily added to %2$s's ban list.} ### Message to be displayed when channel bot ban list is empty (%1$s = $chan) ::msgcat::mcset en banlist.empty {ERROR! %1$s's ban list is empty.} ### Opening message for the ban list file (%1$s = $chan, %2$s = $bancount) ::msgcat::mcset en banlist.open {-= Start of %1$s's ban list. %2$s bans displayed.} ### Message for bans on the file (%1$s = $banmask, %2$s = $creator, %3$s = $freason, %4$s = $date) ::msgcat::mcset en banlist.format {Banmask: %1$s :: By: %2$s :: Reason: %3$s :: Date: %4$s} ### Message for the end of the ban list file (%1$s = $chan) ::msgcat::mcset en banlist.end {-= End of %1$s's ban list. =-} ### Message to be displayed when a ban is removed from the bot banlist (%1$s = $banmask, %2$s = $chan) ::msgcat::mcset en ban.removed {%1$s removed from %2$s's ban list.} ### Message to be displayed when the mask doesn't exist (%1$s = $banmask, %2$s = $chan) ::msgcat::mcset en not.ban.mask {ERROR! %1$s doesn't exist on %2$s's ban list.} ### Message for ban list upload failure (%1$s = $err) ::msgcat::mcset en banlist.upload.fail {ERROR! Failed to upload ban list: (%1$s).} ### Message with the URL to check the ban list (%1$s = $chan, %2$s = $result) ::msgcat::mcset en banlist.url {Ban list for %1$s can be checked here: %2$s} ### Message to display when auto add is already enabled ($chan) ::msgcat::mcset en autoadd.enabled {ERROR! Automatic ban adding is already enabled on %2$s.} ### Message to display when auto add is enabled for the first time (%1$s = $chan) ::msgcat::mcset en autoadd.enable {SUCCESS! Automatic ban adding enabled on %1$s.} ### Message to display when auto add is already disabled (%1$s = $chan) ::msgcat::mcset en autoadd.disabled {ERROR! Automatic ban adding is already disabled on %1$s.} ### Message to be displayed when auto add is disabled for the first time (%1$s = $chan) ::msgcat::mcset en autoadd.disable {SUCCESS! Automatic ban adding disabled on %1$s.} ### Message to be displayed when we check the auto add status (%1$s = $turned, %2$s = $chan) ::msgcat::mcset en autoadd.status {STATUS: Automatic ban adding is %1$s on %2$s.} ### Message to display when a ban is auto added to the bot ban list (%1$ = $target, %2$s = $chan) ::msgcat::mcset en auto.added {%1$s auto-added to %2$s's ban list.} ### Message to display when a user already matches global or channel flag 'o' (%1$s = $target, %2$s = $chan) ::msgcat::mcset en got.oflag {ERROR! %1$s is already a global OP or a %2$s OP.} ### Message to display when a user is added as an OP to the channel (%1$s = $target, %2$s = $chan) ::msgcat::mcset en added.chanop {SUCCESS! %1$s added as OP for %2$s.} ### Message to be displayed when a user is removed as an OP from the channel (%1$s = $target, %2$s = $chan) ::msgcat::mcset en op.deleted {SUCCESS! %1$s removed as OP from %2$s.} ### Message to display when a user doesn't exist on the bot database (%1$s = $target) ::msgcat::mcset en inexistent.user {ERROR! %1$s doesn't exist on my database.} ### Message to be displayed when the user is removed from the bot database (%1$s = $target) ::msgcat::mcset en db.user.deleted {%1$s removed from bot database because they have no access in any channel.} ### Message to display when checking for the list of OPs (%1$s = $chan) ::msgcat::mcset en chanop.list {List of %1$s OPs:} ### Message to say that auto adding of bans is enable ::msgcat::mcset en is.enabled {enabled} ### Message to say that auto adding of bans is disabled ::msgcat::mcset en is.disabled {disabled} ### Message to display when a user is added as a VOICE to the channel (%1$s = $target, %2$s = $chan) ::msgcat::mcset en added.chanvoice {SUCCESS! %1$s added as VOICE for %2$s.} ### Message to be displayed when a user is removed as a VOICE from the channel (%1$s = $target, %2$s = $chan) ::msgcat::mcset en voice.deleted {SUCCESS! %1$s removed as VOICE from %2$s.} ### Message to display when checking for the list of VOICEs (%1$s = $chan) ::msgcat::mcset en chanvoice.list {List of %1$s VOICEs:} # ---------------- # # Channel commands # # ---------------- # ### Syntax error message (%1$s = $::cmgmt::trigger) ::msgcat::mcset en error.syntax {ERROR! Syntax: %1$s} ### Message to display on the ban list file explaining how to remove a ban (%1$s = $::cmgmt::trigger) ::msgcat::mcset en banlist.explain {*** To remove a ban, type: %1$s} ### Message to be displayed when we check the available commands (%1$s = $::cmgmt::trigger) ::msgcat::mcset en cmgmt.cmds {Available commands (prefix them with %1$s): ban, tban, kick, voice, devoice, addop, delop, addvoice, delvoice, unban, banlist, autoadd, ops, voices} # ------------------------ # # Private message commands # # ------------------------ # ### Syntax error message ::msgcat::mcset en pm.error.syntax {ERROR! Syntax:} ### Bot not on chan error message (%1$s = $chan) ::msgcat::mcset en bot.not.onchan {ERROR! I'm not on %1$s.} ### Message to display on the ban list file explaining to remove bans (%1$s = $::botnick) ::msgcat::mcset en pm.banlist.explain {*** To remove a ban, type: /msg %1$s} ### Message to be displayed when we check the available commands ::msgcat::mcset en msg.cmgmt.cmds {Available commands: ban, tban, kick, voice, devoice, addop, delop, addvoice, delvoice, unban, banlist, autoadd, ops, voices}