Quantcast
-- Localised Spell Names
-- need to figure this out
-- Localised event messages
if (not HealWatch) then HealWatch = {} end
if (not HealWatch.localisation) then HealWatch.localisation = {} end
if (not HealWatch.localisation.menu) then HealWatch.localisation.menu = {} end
HealWatch.localisation.menu.ENABLED = 'Enabled'
HealWatch.localisation.menu.DISABLED = 'Disabled'
HealWatch.localisation.menu.SHOWALLHEALS = 'Show all heals'
HealWatch.localisation.menu.SHOWHEALTH = 'Show health deficit'
HealWatch.localisation.menu.CASTBARS = 'Max Cast Bars'
HealWatch.localisation.menu.WIDTH = 'Set Label Width'
HealWatch.localisation.menu.SCALE = 'Set the scale'
HealWatch.localisation.menu.GROWUP = 'Bars grow up'
HealWatch.localisation.menu.GROWDOWN = 'Bars grow down'
HealWatch.localisation.menu.COMSENABLED = 'Coms enabled'
HealWatch.localisation.menu.COMS = 'Coms Modules'
HealWatch.localisation.menu.COMSLISTEN = 'Listen through module'
HealWatch.localisation.menu.COMSRECV = 'Recv through modules'
HealWatch.localisation.menu.COMSSEND = 'Send through module'
HealWatch.localisation.menu.SHOWMYHEALS = 'Always show my heals'
HealWatch.localisation.menu.COLORMYHEALS = 'Color my heals red'
HealWatch.localisation.menu.SHOWBACKGROUND = 'Show HealWatch background'
HealWatch.localisation.menu.FILTEROPTIONS = 'Filter Options'
HealWatch.localisation.menu.DISPLAYOPTIONS = 'Display Options'
HealWatch.localisation.menu.MISCOPTIONS = 'Misc Options'
HealWatch.localisation.menu.CLOSE = 'Close'
HealWatch.localisation.menu.LABELGROWDIRECTION = 'Label grow direction'
HealWatch.localisation.menu.LABELSGROWLEFT = 'Labels grow left'
HealWatch.localisation.menu.LABELSGROWRIGHT = 'Labels grow right'
HealWatch.localisation.menu.LABELSGROWUP = 'Labels grow up'
HealWatch.localisation.menu.LABELSGROWDOWN = 'Labels grow down'
HealWatch.localisation.menu.DETACH = 'Detached label'
HealWatch.localisation.menu.TARGETOPTIONS = 'Label display options'
HealWatch.localisation.menu.STICKYLABEL = 'Show my target separately'