mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
HEALBOT_VERSION = "1.2.2";
|
||||
HEALBOT_VERSION = "1.3";
|
||||
|
||||
-------------
|
||||
-- ENGLISH --
|
||||
@@ -230,7 +230,7 @@ HEALBOT_OPTIONS_TAB_SKIN = "Skin";
|
||||
HEALBOT_OPTIONS_TAB_BUFF = "Buff";
|
||||
HEALBOT_OPTIONS_TAB_CHAT = "Chat";
|
||||
|
||||
HEALBOT_OPTIONS_PANEL_TEXT = "Healing panel options:"
|
||||
HEALBOT_OPTIONS_PANEL_TEXT = "Mana bar options:"
|
||||
HEALBOT_OPTIONS_BARALPHA = "Bar opacity";
|
||||
HEALBOT_OPTIONS_BARALPHAINHEAL= "Incoming heals opacity";
|
||||
HEALBOT_OPTIONS_ACTIONLOCKED = "Lock position";
|
||||
@@ -243,6 +243,7 @@ HEALBOT_OPTIONS_QUALITYRANGE = "Exact 27yard range check in instances";
|
||||
--HEALBOT_OPTIONS_INTEGRATECTRA = "Integrate CTRA";
|
||||
HEALBOT_OPTIONS_TOGGLEALTUSE = "Toggle Alt-key";
|
||||
HEALBOT_OPTIONS_PROTECTPVP = "Avoid accidental PvP flagging";
|
||||
HEALBOT_OPTIONS_HIDEPARTY = "Hide Default Party Frames";
|
||||
HEALBOT_OPTIONS_HEAL_CHATOPT = "Chat Options";
|
||||
|
||||
HEALBOT_OPTIONS_SKINTEXT = "Use skin"
|
||||
@@ -358,6 +359,13 @@ HEALBOT_CLASSES_RANGES = "Ranged";
|
||||
HEALBOT_CLASSES_HEALERS = "Healers";
|
||||
HEALBOT_CLASSES_CUSTOM = "Custom";
|
||||
|
||||
HEALBOT_OPTIONS_MONITORNO = "None";
|
||||
HEALBOT_OPTIONS_MONITORALL = "All";
|
||||
HEALBOT_OPTIONS_MONITORMELEE = "Melee";
|
||||
HEALBOT_OPTIONS_MONITORRANGE = "Ranged";
|
||||
HEALBOT_OPTIONS_MONITORHEALERS = "Healers";
|
||||
HEALBOT_OPTIONS_MONITORCUSTOM = "Custom";
|
||||
|
||||
HEALBOT_OPTIONS_SHOWTOOLTIP = "Show tooltips";
|
||||
HEALBOT_OPTIONS_SHOWDETTOOLTIP = "Show detailed spell information";
|
||||
HEALBOT_OPTIONS_SHOWUNITTOOLTIP = "Show target information";
|
||||
|
||||
Reference in New Issue
Block a user