plugin.mycolor.id = mycolor
plugin.mycolor.enabled = plugin mycolor enabled.
plugin.mycolor.disabled = plugin mycolor disabled.
plugin.mycolor.description = Prepends mIRC control codes to your text.
plugin.mycolor.reset = reset mycolor.code to default
plugin.mycolor.resetfailed = failed to reset preference mycolor.code
plugin.mycolor.codes = Codes in use are: 
plugin.mycolor.nocodes = No codes are in use.
plugin.mycolor.color = color
plugin.mycolor.version = version
plugin.mycolor.loaded = loaded

plugin.mycolor.help = View or set color and style codes.  To view, do |/mycolor|.  To reset to default, do |/mycolor -|.  To set style and color do |/mycolor <keywords>| where <keywords> is a series of words and/or numbers separated by spaces.  If a number is supplied, the corresponding palette entry is used.  The keywords that this plugin recognizes are bold, underline, reverse, and a variety of color names corresponding to the default palette in mIRC.  Note that this palette is not necessarily the one that you or others on IRC are using.  If in doubt, use numbers instead of names.  The first number or name supplied is treated as the foreground color; the second as the background.  Example usage: |/mycolor bold orange black|

# A note about color names.  The locale file defines
# alternate names for the various colors.  A set of
# English names will always be valid, no matter what
# the locale.  Thus "lightpurple" will always be a
# valid color name.  The alternative string "fuchsia"
# is provided by the en-US locale.
plugin.mycolor.white = white
plugin.mycolor.black = black
plugin.mycolor.blue = navy
plugin.mycolor.green = green
plugin.mycolor.red = red
plugin.mycolor.brown = maroon
plugin.mycolor.purple = violet
plugin.mycolor.orange = orange
plugin.mycolor.yellow = yellow
plugin.mycolor.lightgreen = lime
plugin.mycolor.teal = darkcyan
plugin.mycolor.cyan = aqua
plugin.mycolor.lightblue = royal
plugin.mycolor.lightpurple = fuchsia
plugin.mycolor.gray = grey
plugin.mycolor.lightgray = lightgrey

plugin.mycolor.bold = bold
plugin.mycolor.underline = underline
plugin.mycolor.reverse = reverse


