Update Chanban/cmgmt_langs/en.msg
This commit is contained in:
+32
-16
@@ -60,27 +60,44 @@
|
||||
::msgcat::mcset en banlist.upload.fail "ERROR! Failed to upload ban list: (%s)."
|
||||
|
||||
### Message with the URL to check the ban list ($chan, $result)
|
||||
::msgcat::mcset en banlist.url "Ban list for %s can be checked here: %s"
|
||||
::msgcat::mcset en banlist.url "Ban list for %s can be checked here: %s."
|
||||
|
||||
### Auto adding bans messages
|
||||
# Message to display when auto add is already enabled ($chan)
|
||||
::msgcat::mcset en autoadd.enabled "ERROR! Automatic ban adding is already enabled on %s"
|
||||
### Message to display when auto add is already enabled ($chan)
|
||||
::msgcat::mcset en autoadd.enabled "ERROR! Automatic ban adding is already enabled on %s."
|
||||
|
||||
# Message to display when auto add is enabled for the first time ($chan)
|
||||
::msgcat::mcset en autoadd.enable "SUCCESS! Automatic ban adding enabled on %s"
|
||||
### Message to display when auto add is enabled for the first time ($chan)
|
||||
::msgcat::mcset en autoadd.enable "SUCCESS! Automatic ban adding enabled on %s."
|
||||
|
||||
# Message to display when auto add is already disabled ($chan)
|
||||
::msgcat::mcset en autoadd.disabled "ERROR! Automatic ban adding is already disabled on %s"
|
||||
### Message to display when auto add is already disabled ($chan)
|
||||
::msgcat::mcset en autoadd.disabled "ERROR! Automatic ban adding is already disabled on %s."
|
||||
|
||||
# Message to be displayed when auto add is disabled for the first time ($chan)
|
||||
::msgcat::mcset en autoadd.disable "SUCCESS! Automatic ban adding disabled on %s"
|
||||
### Message to be displayed when auto add is disabled for the first time ($chan)
|
||||
::msgcat::mcset en autoadd.disable "SUCCESS! Automatic ban adding disabled on %s."
|
||||
|
||||
# Message to be displayed when we check the auto add status ($turned, $chan)
|
||||
::msgcat::mcset en autoadd.status "STATUS: Automatic ban adding is %s on %s"
|
||||
### Message to be displayed when we check the auto add status ($turned, $chan)
|
||||
::msgcat::mcset en autoadd.status "STATUS: Automatic ban adding is %s on %s."
|
||||
|
||||
### Message to display when a ban is auto added to the bot ban list ($target, $chan)
|
||||
::msgcat::mcset en auto.added "%s auto-added to %s's ban list."
|
||||
|
||||
### Message to display when a user already matches global or channel flag 'o' ($target, $chan)
|
||||
::msgcat::mcset en got.oflag "ERROR! %s is already a global OP or a %s OP."
|
||||
|
||||
### Message to display when a user is added as an OP to the channel ($target, $chan)
|
||||
::msgcat::mcset en added.chanop "SUCCESS! %s added as OP for %s."
|
||||
|
||||
### Message to be displayed when a user is removed as an OP from the channel ($target, $chan)
|
||||
::msgcat::mcset en op.deleted "SUCCESS! %s removed as OP from %s"
|
||||
|
||||
### Message to display when a user doesn't exist on the bot database ($target)
|
||||
::msgcat::mcset en inexistent.user "ERROR! %s doesn't exist on my database"
|
||||
|
||||
### Message to be displayed when the user is removed from the bot database ($target)
|
||||
::msgcat::mcset en db.user.deleted "%s removed from bot database because they have no access in any channel."
|
||||
|
||||
### Message to display when checking for the list of OPs ($chan)
|
||||
::msgcat::mcset en chanop.list "List of %s OPs:"
|
||||
|
||||
# ------------ #
|
||||
# Public procs #
|
||||
# ------------ #
|
||||
@@ -91,8 +108,7 @@
|
||||
::msgcat::mcset en banlist.explain "*** To remove a ban, type: %s"
|
||||
|
||||
### Message to be displayed when we check the available commands ($::cmgmt::trigger)
|
||||
# Always prepend '%s' before the command. if the command is 'ban', use '%sban'
|
||||
::msgcat::mcset en cmgmt.cmds "Available commands (prefix them with %s): ban, tban, kick, unban, banlist, autoadd"
|
||||
::msgcat::mcset en cmgmt.cmds "Available commands (prefix them with %s): ban, tban, kick, voice, devoice, addop, delop, unban, banlist, autoadd, ops"
|
||||
|
||||
# ------------- #
|
||||
# Private procs #
|
||||
@@ -101,10 +117,10 @@
|
||||
::msgcat::mcset en pm.error.syntax "ERROR! Syntax:"
|
||||
|
||||
### Bot not on chan error message ($chan)
|
||||
::msgcat::mcset en bot.not.onchan "ERROR! I'm not on %s"
|
||||
::msgcat::mcset en bot.not.onchan "ERROR! I'm not on %s."
|
||||
|
||||
### Message to display on the ban list file explaining to remove bans ($::botnick)
|
||||
::msgcat::mcset en pm.banlist.explain "*** To remove a ban, type: /msg %s"
|
||||
|
||||
### Message to be displayed when we check the available commands
|
||||
::msgcat::mcset en msg.cmgmt.cmds "Available commands ban, tban, kick, unban, banlist, autoadd"
|
||||
::msgcat::mcset en msg.cmgmt.cmds "Available commands ban, tban, kick, voice, devoice, addop, delop, unban, banlist, autoadd, ops"
|
||||
Reference in New Issue
Block a user