vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | HEALBOT_VERSION = "v1.1256"; |
2 | |||
3 | ------------- |
||
4 | -- ENGLISH -- |
||
5 | ------------- |
||
6 | |||
7 | ------------------- |
||
8 | -- Compatibility -- |
||
9 | ------------------- |
||
10 | |||
11 | HEALBOT_DRUID = "Druid"; |
||
12 | HEALBOT_HUNTER = "Hunter"; |
||
13 | HEALBOT_MAGE = "Mage"; |
||
14 | HEALBOT_PALADIN = "Paladin"; |
||
15 | HEALBOT_PRIEST = "Priest"; |
||
16 | HEALBOT_ROGUE = "Rogue"; |
||
17 | HEALBOT_SHAMAN = "Shaman"; |
||
18 | HEALBOT_WARLOCK = "Warlock"; |
||
19 | HEALBOT_WARRIOR = "Warrior"; |
||
20 | |||
21 | HEALBOT_BANDAGES = "Bandages"; |
||
22 | |||
23 | HEALBOT_LINEN_BANDAGE = "Linen Bandage"; |
||
24 | HEALBOT_WOOL_BANDAGE = "Wool Bandage"; |
||
25 | HEALBOT_SILK_BANDAGE = "Silk Bandage"; |
||
26 | HEALBOT_MAGEWEAVE_BANDAGE = "Mageweave Bandage"; |
||
27 | HEALBOT_RUNECLOTH_BANDAGE = "Runecloth Bandage"; |
||
28 | |||
29 | HEALBOT_HEAVY_LINEN_BANDAGE = "Heavy Linen Bandage"; |
||
30 | HEALBOT_HEAVY_WOOL_BANDAGE = "Heavy Wool Bandage"; |
||
31 | HEALBOT_HEAVY_SILK_BANDAGE = "Heavy Silk Bandage"; |
||
32 | HEALBOT_HEAVY_MAGEWEAVE_BANDAGE = "Heavy Mageweave Bandage"; |
||
33 | HEALBOT_HEAVY_RUNECLOTH_BANDAGE = "Heavy Runecloth Bandage"; |
||
34 | |||
35 | HEALBOT_HEALING_POTIONS = "Healing Potions"; |
||
36 | |||
37 | HEALBOT_MINOR_HEALING_POTION = "Minor Healing Potion"; |
||
38 | HEALBOT_LESSER_HEALING_POTION = "Lesser Healing Potion"; |
||
39 | HEALBOT_HEALING_POTION = "Healing Potion"; |
||
40 | HEALBOT_GREATER_HEALING_POTION = "Greater Healing Potion"; |
||
41 | HEALBOT_SUPERIOR_HEALING_POTION = "Superior Healing Potion"; |
||
42 | HEALBOT_MAJOR_HEALING_POTION = "Major Healing Potion"; |
||
43 | |||
44 | HEALBOT_HEALTHSTONES = "Healthstones"; |
||
45 | |||
46 | HEALBOT_MINOR_HEALTHSTONE = "Minor Healthstone"; |
||
47 | HEALBOT_LESSER_HEALTHSTONE = "Lesser Healthstone"; |
||
48 | HEALBOT_HEALTHSTONE = "Healthstone"; |
||
49 | HEALBOT_GREATER_HEALTHSTONE = "Greater Healthstone"; |
||
50 | HEALBOT_MAJOR_HEALTHSTONE = "Major Healthstone"; |
||
51 | |||
52 | HEALBOT_FLASH_HEAL = "Flash Heal"; |
||
53 | HEALBOT_FLASH_OF_LIGHT = "Flash of Light"; |
||
54 | HEALBOT_HOLY_SHOCK = "Holy Shock"; |
||
55 | HEALBOT_GREATER_HEAL = "Greater Heal"; |
||
56 | HEALBOT_HEALING_TOUCH = "Healing Touch"; |
||
57 | HEALBOT_HEAL = "Heal"; |
||
58 | HEALBOT_HEALING_WAVE = "Healing Wave"; |
||
59 | HEALBOT_HOLY_LIGHT = "Holy Light"; |
||
60 | HEALBOT_LESSER_HEAL = "Lesser Heal"; |
||
61 | HEALBOT_LESSER_HEALING_WAVE = "Lesser Healing Wave"; |
||
62 | HEALBOT_MEND_PET = "Mend Pet"; |
||
63 | HEALBOT_POWER_WORD_SHIELD = "Power Word: Shield"; |
||
64 | HEALBOT_REGROWTH = "Regrowth"; |
||
65 | HEALBOT_RENEW = "Renew"; |
||
66 | HEALBOT_REJUVENATION = "Rejuvenation"; |
||
67 | HEALBOT_PRAYER_OF_HEALING = "Prayer of Healing"; |
||
68 | HEALBOT_CHAIN_HEAL = "Chain Heal"; |
||
69 | |||
70 | HEALBOT_POWER_WORD_FORTITUDE = "Power Word: Fortitude"; |
||
71 | HEALBOT_MARK_OF_THE_WILD = "Mark of the Wild"; |
||
72 | HEALBOT_BLESSING_OF_SALVATION = "Blessing of Salvation"; |
||
73 | |||
74 | HEALBOT_RESURRECTION = "Resurrection"; |
||
75 | HEALBOT_REDEMPTION = "Redemption"; |
||
76 | HEALBOT_REBIRTH = "Rebirth"; |
||
77 | HEALBOT_ANCESTRALSPIRIT = "Ancestral Spirit"; |
||
78 | |||
79 | HEALBOT_PURIFY = "Purify"; |
||
80 | HEALBOT_CLEANSE = "Cleanse"; |
||
81 | HEALBOT_CURE_POISON = "Cure Poison"; |
||
82 | HEALBOT_REMOVE_CURSE = "Remove Curse"; |
||
83 | HEALBOT_ABOLISH_POISON = "Abolish Poison"; |
||
84 | HEALBOT_CURE_DISEASE = "Cure Disease"; |
||
85 | HEALBOT_ABOLISH_DISEASE = "Abolish Disease"; |
||
86 | HEALBOT_DISPEL_MAGIC = "Dispel Magic"; |
||
87 | HEALBOT_DISEASE = "Disease"; |
||
88 | HEALBOT_MAGIC = "Magic"; |
||
89 | HEALBOT_CURSE = "Curse"; |
||
90 | HEALBOT_POISON = "Poison"; |
||
91 | HEALBOT_DISEASE_en = "Disease"; -- Do NOT localize this value. |
||
92 | HEALBOT_MAGIC_en = "Magic"; -- Do NOT localize this value. |
||
93 | HEALBOT_CURSE_en = "Curse"; -- Do NOT localize this value. |
||
94 | HEALBOT_POISON_en = "Poison"; -- Do NOT localize this value. |
||
95 | |||
96 | HEALBOT_RANK_1 = "(Rank 1)"; |
||
97 | HEALBOT_RANK_2 = "(Rank 2)"; |
||
98 | HEALBOT_RANK_3 = "(Rank 3)"; |
||
99 | HEALBOT_RANK_4 = "(Rank 4)"; |
||
100 | HEALBOT_RANK_5 = "(Rank 5)"; |
||
101 | HEALBOT_RANK_6 = "(Rank 6)"; |
||
102 | HEALBOT_RANK_7 = "(Rank 7)"; |
||
103 | HEALBOT_RANK_8 = "(Rank 8)"; |
||
104 | HEALBOT_RANK_9 = "(Rank 9)"; |
||
105 | HEALBOT_RANK_10 = "(Rank 10)"; |
||
106 | HEALBOT_RANK_11 = "(Rank 11)"; |
||
107 | |||
108 | HEALBOT_LIBRARY_INCHEAL = "Increases healing done by spells and effects by up to (%d+)%."; |
||
109 | HEALBOT_LIBRARY_INCDAMHEAL = "Increases damage and healing done by magical spells and effects by up to (%d+)%."; |
||
110 | |||
111 | HB_BONUSSCANNER_NAMES = { |
||
112 | HEAL = "Healing", |
||
113 | }; |
||
114 | |||
115 | HB_BONUSSCANNER_PREFIX_EQUIP = "Equip: "; |
||
116 | HB_BONUSSCANNER_PREFIX_SET = "Set: "; |
||
117 | |||
118 | HB_BONUSSCANNER_PATTERNS_PASSIVE = { |
||
119 | { pattern = "Increases healing done by spells and effects by up to (%d+)%.", effect = "HEAL" }, |
||
120 | { pattern = "Increases damage and healing done by magical spells and effects by up to (%d+)%.", effect = {"HEAL", "DMG"} }, |
||
121 | }; |
||
122 | |||
123 | HB_BONUSSCANNER_PATTERNS_GENERIC_LOOKUP = { |
||
124 | ["Healing Spells"] = "HEAL", |
||
125 | ["Increases Healing"] = "HEAL", |
||
126 | ["Healing and Spell Damage"] = {"HEAL", "DMG"}, |
||
127 | ["Damage and Healing Spells"] = {"HEAL", "DMG"}, |
||
128 | ["Spell Damage and Healing"] = {"HEAL", "DMG"}, |
||
129 | }; |
||
130 | |||
131 | HB_BONUSSCANNER_PATTERNS_OTHER = { |
||
132 | { pattern = "Zandalar Signet of Mojo", effect = {"DMG", "HEAL"}, value = 18 }, |
||
133 | { pattern = "Zandalar Signet of Serenity", effect = "HEAL", value = 33 }, |
||
134 | |||
135 | { pattern = "Minor Wizard Oil", effect = {"DMG", "HEAL"}, value = 8 }, |
||
136 | { pattern = "Lesser Wizard Oil", effect = {"DMG", "HEAL"}, value = 16 }, |
||
137 | { pattern = "Wizard Oil", effect = {"DMG", "HEAL"}, value = 24 }, |
||
138 | { pattern = "Brilliant Wizard Oil", effect = {"DMG", "HEAL", "SPELLCRIT"}, value = {36, 36, 1} }, |
||
139 | |||
140 | { pattern = "Brilliant Mana Oil", effect = { "MANAREG", "HEAL"}, value = {12, 25} }, |
||
141 | }; |
||
142 | |||
143 | HEALBOT_BUFF_FIRST_AID = "Interface\\Icons\\Spell_Holy_Heal"; |
||
144 | HEALBOT_BUFF_POWER_WORD_SHIELD = "Interface\\Icons\\Spell_Holy_PowerWordShield"; |
||
145 | HEALBOT_BUFF_REJUVENATION = "Interface\\Icons\\Spell_Nature_Rejuvenation"; |
||
146 | HEALBOT_BUFF_REGROWTH = "Interface\\Icons\\Spell_Nature_ResistNature"; |
||
147 | HEALBOT_BUFF_RENEW = "Interface\\Icons\\Spell_Holy_Renew"; |
||
148 | HEALBOT_DEBUFF_WEAKENED_SOUL = "Interface\\Icons\\Spell_Holy_AshesToAshes"; |
||
149 | HEALBOT_DEBUFF_RECENTLY_BANDAGED = "Interface\\Icons\\INV_Misc_Bandage_08"; |
||
150 | |||
151 | |||
152 | HB_SPELL_PATTERN_LESSER_HEAL = "Heal your target for (%d+) to (%d+)"; |
||
153 | HB_SPELL_PATTERN_HEAL = "Heal your target for (%d+) to (%d+)"; |
||
154 | HB_SPELL_PATTERN_GREATER_HEAL = "A slow casting spell that heals a single target for (%d+) to (%d+)"; |
||
155 | HB_SPELL_PATTERN_FLASH_HEAL = "Heals a friendly target for (%d+) to (%d+)"; |
||
156 | HB_SPELL_PATTERN_RENEW = "Heals the target of (%d+) to (%d+) damage over (%d+) sec"; |
||
157 | HB_SPELL_PATTERN_RENEW1 = "Heals the target of (%d+) damage over (%d+) sec"; |
||
158 | HB_SPELL_PATTERN_RENEW2 = "Not needed for en"; |
||
159 | HB_SPELL_PATTERN_RENEW3 = "Not needed for en"; |
||
160 | HB_SPELL_PATTERN_SHIELD = "absorbing (%d+) damage. Lasts (%d+) sec."; |
||
161 | HB_SPELL_PATTERN_HEALING_TOUCH = "Heals a friendly target for (%d+) to (%d+)"; |
||
162 | HB_SPELL_PATTERN_REGROWTH = "Heals a friendly target for (%d+) to (%d+) and another (%d+) over (%d+) sec"; |
||
163 | HB_SPELL_PATTERN_REGROWTH1 = "Heals a friendly target for (%d+) to (%d+) and another (%d+) to (%d+) over (%d+) sec"; |
||
164 | HB_SPELL_PATTERN_HOLY_LIGHT = "Heals a friendly target for (%d+) to (%d+)"; |
||
165 | HB_SPELL_PATTERN_FLASH_OF_LIGHT = "Heals a friendly target for (%d+) to (%d+)"; |
||
166 | HB_SPELL_PATTERN_HEALING_WAVE = "Heals a friendly target for (%d+) to (%d+)"; |
||
167 | HB_SPELL_PATTERN_LESSER_HEALING_WAVE = "Heals a friendly target for (%d+) to (%d+)"; |
||
168 | HB_SPELL_PATTERN_REJUVENATION = "Heals the target for (%d+) over (%d+) sec"; |
||
169 | HB_SPELL_PATTERN_REJUVENATION1 = "Heals the target for (%d+) to (%d+) over (%d+) sec"; |
||
170 | HB_SPELL_PATTERN_MEND_PET = "Heals your pet (%d+) health every second while you focus. Lasts (%d+) sec"; |
||
171 | |||
172 | HB_TOOLTIP_MANA = "^(%d+) Mana$"; |
||
173 | HB_TOOLTIP_RANGE = "(%d+) yd range"; |
||
174 | HB_TOOLTIP_INSTANT_CAST = "Instant cast"; |
||
175 | HB_TOOLTIP_CAST_TIME = "(%d+.?%d*) sec cast"; |
||
176 | HB_TOOLTIP_CHANNELED = "Channeled"; |
||
177 | HB_HASLEFTRAID = "^([^%s]+) has left the raid group$"; |
||
178 | HB_HASLEFTPARTY = "^([^%s]+) leaves the party$"; |
||
179 | HB_YOULEAVETHEGROUP = "You leave the group." |
||
180 | HB_YOULEAVETHERAID = "You have left the raid group" |
||
181 | |||
182 | |||
183 | ----------------- |
||
184 | -- Translation -- |
||
185 | ----------------- |
||
186 | |||
187 | HEALBOT_ADDON = "HealBot " .. HEALBOT_VERSION; |
||
188 | HEALBOT_LOADED = " loaded."; |
||
189 | |||
190 | HEALBOT_CASTINGSPELLONYOU = "Casting %s on you ..."; |
||
191 | HEALBOT_CASTINGSPELLONUNIT = "Casting %s on %s ..."; |
||
192 | HEALBOT_ABORTEDSPELLONUNIT = "... aborted %s on %s"; |
||
193 | |||
194 | HEALBOT_ACTION_TITLE = "HealBot"; |
||
195 | HEALBOT_ACTION_OPTIONS = "Options"; |
||
196 | HEALBOT_ACTION_ABORT = "Abort"; |
||
197 | |||
198 | HEALBOT_OPTIONS_TITLE = HEALBOT_ADDON; |
||
199 | HEALBOT_OPTIONS_DEFAULTS = "Defaults"; |
||
200 | HEALBOT_OPTIONS_CLOSE = "Close"; |
||
201 | HEALBOT_OPTIONS_TAB_GENERAL = "General"; |
||
202 | HEALBOT_OPTIONS_TAB_SPELLS = "Spells"; |
||
203 | HEALBOT_OPTIONS_TAB_HEALING = "Healing"; |
||
204 | HEALBOT_OPTIONS_TAB_CDC = "Cure"; |
||
205 | HEALBOT_OPTIONS_TAB_SKIN = "Skin" |
||
206 | |||
207 | HEALBOT_OPTIONS_PANEL_TEXT = "Healing panel options:" |
||
208 | HEALBOT_OPTIONS_BARALPHA = "Bar opacity"; |
||
209 | HEALBOT_OPTIONS_BARALPHAINHEAL= "Incoming heals opacity"; |
||
210 | HEALBOT_OPTIONS_ACTIONLOCKED = "Lock position"; |
||
211 | HEALBOT_OPTIONS_GROWUPWARDS = "Grow upwards"; |
||
212 | HEALBOT_OPTIONS_AUTOSHOW = "Close automatically"; |
||
213 | HEALBOT_OPTIONS_PANELSOUNDS = "Play sound on open"; |
||
214 | --HEALBOT_OPTIONS_ALERTSECONDS = "Death countdown timer"; |
||
215 | HEALBOT_OPTIONS_HIDEOPTIONS = "Hide options button"; |
||
216 | HEALBOT_OPTIONS_QUALITYRANGE = "Exact 27yard range check in instances"; |
||
217 | --HEALBOT_OPTIONS_INTEGRATECTRA = "Integrate CTRA"; |
||
218 | HEALBOT_OPTIONS_TOGGLEALTUSE = "Toggle Alt-key"; |
||
219 | HEALBOT_OPTIONS_PROTECTPVP = "Avoid accidental PvP flagging"; |
||
220 | HEALBOT_OPTIONS_HEAL_CHATOPT = "Chat Options"; |
||
221 | |||
222 | HEALBOT_OPTIONS_SKINTEXT = "Use skin" |
||
223 | HEALBOT_SKINS_STD = "Standard" |
||
224 | HEALBOT_OPTIONS_SKINTEXTURE = "Texture" |
||
225 | HEALBOT_OPTIONS_SKINHEIGHT = "Height" |
||
226 | HEALBOT_OPTIONS_SKINWIDTH = "Width" |
||
227 | HEALBOT_OPTIONS_SKINNUMCOLS = "No. columns" |
||
228 | HEALBOT_OPTIONS_SKINBRSPACE = "Row spacer" |
||
229 | HEALBOT_OPTIONS_SKINBCSPACE = "Col spacer" |
||
230 | HEALBOT_OPTIONS_EXTRASORT = "Sort extra bars by" |
||
231 | HEALBOT_SORTBY_NAME = "Name" |
||
232 | HEALBOT_SORTBY_CLASS = "Class" |
||
233 | HEALBOT_SORTBY_GROUP = "Group" |
||
234 | HEALBOT_SORTBY_MAXHEALTH = "Max health" |
||
235 | HEALBOT_OPTIONS_DELSKIN = "Delete" |
||
236 | HEALBOT_OPTIONS_NEWSKINTEXT = "New skin" |
||
237 | HEALBOT_OPTIONS_SAVESKIN = "Save" |
||
238 | HEALBOT_OPTIONS_SKINBARS = "Bar options" |
||
239 | HEALBOT_OPTIONS_SKINPANEL = "Panel colours" |
||
240 | HEALBOT_SKIN_ENTEXT = "Enabled" |
||
241 | HEALBOT_SKIN_DISTEXT = "Disabled" |
||
242 | HEALBOT_SKIN_DEBTEXT = "Debuff" |
||
243 | HEALBOT_SKIN_BACKTEXT = "Background" |
||
244 | HEALBOT_SKIN_BORDERTEXT = "Border" |
||
245 | HEALBOT_OPTIONS_HIDEABORT = "Hide abort button" |
||
246 | HEALBOT_OPTIONS_SKINFHEIGHT = "Font Size" |
||
247 | HEALBOT_OPTIONS_ABORTSIZE = "Abort size" |
||
248 | HEALBOT_OPTIONS_BARALPHADIS = "Disabled opacity" |
||
249 | HEALBOT_OPTIONS_SHOWHEADERS = "Show headers" |
||
250 | |||
251 | HEALBOT_OPTIONS_ITEMS = "Items"; |
||
252 | HEALBOT_OPTIONS_SPELLS = "Spells"; |
||
253 | |||
254 | HEALBOT_OPTIONS_COMBOCLASS = "Key combos for"; |
||
255 | HEALBOT_OPTIONS_CLICK = "Click"; |
||
256 | HEALBOT_OPTIONS_SHIFT = "Shift+click:"; |
||
257 | HEALBOT_OPTIONS_CTRL = "Ctrl+click:"; |
||
258 | HEALBOT_OPTIONS_SHIFTCTRL = "Shift+Ctrl+click:"; |
||
259 | HEALBOT_OPTIONS_ENABLEHEALTHY = "Also heal unwounded targets"; |
||
260 | |||
261 | HEALBOT_OPTIONS_CASTNOTIFY1 = "No messages"; |
||
262 | HEALBOT_OPTIONS_CASTNOTIFY2 = "Notify self"; |
||
263 | HEALBOT_OPTIONS_CASTNOTIFY3 = "Notify target"; |
||
264 | HEALBOT_OPTIONS_CASTNOTIFY4 = "Notify party"; |
||
265 | HEALBOT_OPTIONS_CASTNOTIFY5 = "Notify raid"; |
||
266 | HEALBOT_OPTIONS_TARGETWHISPER = "Whisper target when healing"; |
||
267 | |||
268 | HEALBOT_OPTIONS_HEAL_BUTTONS = "Healing buttons for:"; |
||
269 | |||
270 | HEALBOT_OPTIONS_CDCBUTTONS = "Curing buttons"; |
||
271 | HEALBOT_OPTIONS_CDCLEFT = "Alt+Left"; |
||
272 | HEALBOT_OPTIONS_CDCRIGHT = "Alt+Right"; |
||
273 | HEALBOT_OPTIONS_CDCBARS = "Healthbar colours"; |
||
274 | HEALBOT_OPTIONS_CDCCLASS = "Monitor classes"; |
||
275 | HEALBOT_OPTIONS_CDCWARNINGS = "Debuff warnings"; |
||
276 | HEALBOT_OPTIONS_USEBUTTONS = "Define spells"; |
||
277 | HEALBOT_OPTIONS_CDC = "Cure/Dispel/Cleanse for"; |
||
278 | HEALBOT_OPTIONS_SHOWDEBUFFWARNING = "Display warning on debuff"; |
||
279 | HEALBOT_OPTIONS_SOUNDDEBUFFWARNING = "Play sound on debuff"; |
||
280 | HEALBOT_OPTIONS_SOUND1 = "Sound 1" |
||
281 | HEALBOT_OPTIONS_SOUND2 = "Sound 2" |
||
282 | HEALBOT_OPTIONS_SOUND3 = "Sound 3" |
||
283 | |||
284 | HEALBOT_OPTIONS_HEAL_BUTTONS = "Healing bars"; |
||
285 | HEALBOT_OPTIONS_EMERGFILTER = "Show extra bars for"; |
||
286 | |||
287 | HEALBOT_OPTIONS_GROUPHEALS = "Group"; |
||
288 | HEALBOT_OPTIONS_TANKHEALS = "Main tanks"; |
||
289 | HEALBOT_OPTIONS_TARGETHEALS = "Targets"; |
||
290 | HEALBOT_OPTIONS_EMERGENCYHEALS= "Extra"; |
||
291 | HEALBOT_OPTIONS_HEALLEVEL = "Healing Level"; |
||
292 | HEALBOT_OPTIONS_ALERTLEVEL = "Alert Level"; |
||
293 | HEALBOT_OPTIONS_OVERHEAL = "Show Abort button when overhealing" |
||
294 | HEALBOT_OPTIONS_SORTHEALTH = "Health"; |
||
295 | HEALBOT_OPTIONS_SORTPERCENT = "Percent"; |
||
296 | HEALBOT_OPTIONS_SORTSURVIVAL = "Survival"; |
||
297 | HEALBOT_OPTIONS_EMERGFCLASS = "Configure classes for"; |
||
298 | HEALBOT_OPTIONS_COMBOBUTTON = "Button"; |
||
299 | HEALBOT_OPTIONS_BUTTONLEFT = "Left"; |
||
300 | HEALBOT_OPTIONS_BUTTONMIDDLE = "Middle"; |
||
301 | HEALBOT_OPTIONS_BUTTONRIGHT = "Right"; |
||
302 | HEALBOT_OPTIONS_BUTTON4 = "Button4"; |
||
303 | HEALBOT_OPTIONS_BUTTON5 = "Button5"; |
||
304 | |||
305 | BINDING_HEADER_HEALBOT = "HealBot"; |
||
306 | BINDING_NAME_TOGGLEMAIN = "Toggle main panel"; |
||
307 | BINDING_NAME_HEALPLAYER = "Heal player"; |
||
308 | BINDING_NAME_HEALPET = "Heal pet"; |
||
309 | BINDING_NAME_HEALPARTY1 = "Heal party1"; |
||
310 | BINDING_NAME_HEALPARTY2 = "Heal party2"; |
||
311 | BINDING_NAME_HEALPARTY3 = "Heal party3"; |
||
312 | BINDING_NAME_HEALPARTY4 = "Heal party4"; |
||
313 | BINDING_NAME_HEALTARGET = "Heal target"; |
||
314 | |||
315 | HEALBOT_OPTIONS_PROFILE = "Set Profile:"; |
||
316 | HEALBOT_OPTIONS_ProfilePvP = "PvP"; |
||
317 | HEALBOT_OPTIONS_ProfilePvE = "PvE"; |
||
318 | |||
319 | HEALBOT_CLASSES_ALL = "All classes"; |
||
320 | HEALBOT_CLASSES_MELEE = "Melee"; |
||
321 | HEALBOT_CLASSES_RANGES = "Ranged"; |
||
322 | HEALBOT_CLASSES_HEALERS = "Healers"; |
||
323 | HEALBOT_CLASSES_CUSTOM = "Custom"; |
||
324 | |||
325 | HEALBOT_OPTIONS_SHOWTOOLTIP = "Show tooltips"; |
||
326 | HEALBOT_OPTIONS_SHOWDETTOOLTIP = "Show detailed spell information"; |
||
327 | HEALBOT_OPTIONS_SHOWUNITTOOLTIP = "Show target information"; |
||
328 | HEALBOT_OPTIONS_SHOWRECTOOLTIP = "Show instant cast recommendation"; |
||
329 | HEALBOT_TOOLTIP_POSDEFAULT = "Default location"; |
||
330 | HEALBOT_TOOLTIP_POSLEFT = "Left of Healbot"; |
||
331 | HEALBOT_TOOLTIP_POSRIGHT = "Right of Healbot"; |
||
332 | HEALBOT_TOOLTIP_POSABOVE = "Above Healbot"; |
||
333 | HEALBOT_TOOLTIP_POSBELOW = "Below Healbot"; |
||
334 | HEALBOT_TOOLTIP_RECOMMENDTEXT = "Instant Cast Recommendation"; |
||
335 | HEALBOT_TOOLTIP_NONE = "none available"; |
||
336 | HEALBOT_TOOLTIP_ITEMBONUS = "Item bonuses"; |
||
337 | HEALBOT_TOOLTIP_ACTUALBONUS = "Actual bonus is"; |
||
338 | HEALBOT_TOOLTIP_SHIELD = "Ward"; |
||
339 | HEALBOT_WORDS_OVER = "over"; |
||
340 | HEALBOT_WORDS_SEC = "sec"; |
||
341 | HEALBOT_WORDS_TO = "to"; |
||
342 | HEALBOT_WORDS_CAST = "Cast" |
||
343 | HEALBOT_WORDS_FOR = "for"; |
||
344 | |||
345 |