vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- EN Translation
2 -- If you want to translate this to another language, make sure the names of buffs and abilities are *EXACTLY* the same as in-game. Spelling, punctuation, upper/lowercase letters, etc. MUST BE EXACT. Also, any 'foreign' characters must be converted to UNICODE.
3 -- Unicode resource: http://www.allegro-c.de/unicode/zcodes.htm
4  
5 -- Buffs
6 AUTOBUFF_ABILITY_TOUCHOFWEAKNESS = "Touch of Weakness";
7 AUTOBUFF_ABILITY_BARKSKIN = "Barkskin";
8 AUTOBUFF_ABILITY_OMENOFCLARITY = "Omen of Clarity";
9 AUTOBUFF_ABILITY_NATURES_GRASP = "Nature's Grasp";
10 AUTOBUFF_ABILITY_INNER_FIRE = "Inner Fire";
11 AUTOBUFF_ABILITY_MOTW = "Mark of the Wild";
12 AUTOBUFF_ABILITY_GOTW = "Gift of the Wild";
13 AUTOBUFF_ABILITY_THORNS = "Thorns";
14 AUTOBUFF_ABILITY_LIGHTNING_SHIELD = "Lightning Shield";
15 AUTOBUFF_ABILITY_FORTITUDE = "Power Word: Fortitude";
16 AUTOBUFF_ABILITY_PRAYEROFFORTITUDE = "Prayer of Fortitude";
17 AUTOBUFF_ABILITY_INTELLECT = "Arcane Intellect";
18 AUTOBUFF_ABILITY_ARCANEBRILLIANCE = "Arcane Brilliance";
19 AUTOBUFF_ABILITY_ICE_ARMOR = "Ice Armor";
20 AUTOBUFF_ABILITY_FROST_ARMOR = "Frost Armor";
21 AUTOBUFF_ABILITY_MAGE_ARMOR = "Mage Armor";
22 AUTOBUFF_ABILITY_DEMON_SKIN = "Demon Skin";
23 AUTOBUFF_ABILITY_DEMON_ARMOR = "Demon Armor";
24 AUTOBUFF_ABILITY_DETECT_LINVIS = "Detect Lesser Invisibility";
25 AUTOBUFF_ABILITY_DETECT_INVIS = "Detect Invisibility";
26 AUTOBUFF_ABILITY_DETECT_GINVIS = "Detect Greater Invisibility";
27 AUTOBUFF_ABILITY_UNENDING_BREATH = "Unending Breath";
28 AUTOBUFF_ABILITY_WATER_BREATHING = "Water Breathing";
29 AUTOBUFF_ABILITY_SHADOW_PROTECTION = "Shadow Protection";
30 AUTOBUFF_ABILITY_PRAYEROFSHADOWPROTECTION = "Prayer of Shadow Protection";
31 AUTOBUFF_ABILITY_SOULLINK = "Soul Link";
32 AUTOBUFF_ABILITY_DIVINESPIRIT = "Divine Spirit";
33 AUTOBUFF_ABILITY_FEARWARD = "Fear Ward";
34 AUTOBUFF_ABILITY_MANASHIELD = "Mana Shield";
35 AUTOBUFF_ABILITY_DAMPENMAGIC = "Dampen Magic";
36 AUTOBUFF_ABILITY_AMPLIFYMAGIC = "Amplify Magic";
37 AUTOBUFF_ABILITY_PWSHIELD = "Power Word: Shield";
38 AUTOBUFF_ABILITY_WEAKENEDSOUL = "Weakened Soul";
39 AUTOBUFF_ABILITY_ELUNESGRACE = "Elune's Grace";
40 AUTOBUFF_ABILITY_SHADOWWARD = "Shadow Ward";
41 AUTOBUFF_ABILITY_TRUESHOTAURA = "Trueshot Aura";
42 AUTOBUFF_ABILITY_BATTLESHOUT = "Battle Shout";
43 AUTOBUFF_ABILITY_FIREWARD = "Fire Ward";
44 AUTOBUFF_ABILITY_FROSTWARD = "Frost Ward";
45 AUTOBUFF_ABILITY_ICEBARRIER = "Ice Barrier";
46 AUTOBUFF_ABILITY_FEINT = "Feint";
47 AUTOBUFF_ABILITY_BLADE_FLURRY = "Blade Flurry";
48 AUTOBUFF_ABILITY_SHADOWGUARD = "Shadowguard";
49 AUTOBUFF_ABILITY_LIFE_TAP = "Life Tap";
50 AUTOBUFF_ABILITY_LIFE_TAP_TALENT = "Improved Life Tap";
51 AUTOBUFF_ABILITY_DARK_PACT = "Dark Pact";
52 AUTOBUFF_ABILITY_RIGHTFURY = "Righteous Fury";
53 AUTOBUFF_ABILITY_BERSERKING = "Berserking";
54 AUTOBUFF_ABILITY_FADE = "Fade";
55 AUTOBUFF_ABILITY_COWER = "Cower";
56 AUTOBUFF_ABILITY_PERCEPTION = "Perception";
57 AUTOBUFF_ABILITY_BLOODFURY = "Blood Fury";
58 AUTOBUFF_ABILITY_REJUV = "Rejuvenation";
59 AUTOBUFF_ABILITY_RENEW = "Renew";
60 AUTOBUFF_ABILITY_ICEBLOCK = "Ice Block";
61 AUTOBUFF_ABILITY_BLOODRAGE = "Bloodrage";
62 AUTOBUFF_ABILITY_EVASION = "Evasion";
63 AUTOBUFF_ABILITY_SPRINT = "Sprint";
64 AUTOBUFF_ABILITY_STONEFORM = "Stoneform";
65 AUTOBUFF_ABILITY_FOCUSEDCASTING = "Focused Casting";
66 AUTOBUFF_ABILITY_HOLYSHIELD = "Holy Shield";
67 AUTOBUFF_ABILITY_BERSERKERRAGE = "Berserker Rage";
68 AUTOBUFF_ABILITY_DIVINEFAVOR = "Divine Favor";
69 AUTOBUFF_ABILITY_COLDBLOOD = "Cold Blood";
70 AUTOBUFF_ABILITY_PRAYEROFSPIRIT = "Prayer of Spirit";
71  
72 -- Hunter's Aspects
73 AUTOBUFF_ASPECT_MONKEY = "Aspect of the Monkey";
74 AUTOBUFF_ASPECT_HAWK = "Aspect of the Hawk";
75 AUTOBUFF_ASPECT_CHEETAH = "Aspect of the Cheetah";
76 AUTOBUFF_ASPECT_PACK = "Aspect of the Pack";
77 AUTOBUFF_ASPECT_WILD = "Aspect of the Wild";
78 AUTOBUFF_ASPECT_BEAST = "Aspect of the Beast";
79 AUTOBUFF_ASPECT_OF = "Aspect of";
80  
81 -- Paladin Blessings (only the 5m ones)
82 AUTOBUFF_ABILITY_BLESSING_MIGHT = "Blessing of Might";
83 AUTOBUFF_ABILITY_BLESSING_WISDOM = "Blessing of Wisdom";
84 AUTOBUFF_ABILITY_BLESSING_SALVATION = "Blessing of Salvation";
85 AUTOBUFF_ABILITY_BLESSING_KINGS = "Blessing of Kings";
86 AUTOBUFF_ABILITY_BLESSING_SANCTUARY = "Blessing of Sanctuary";
87 AUTOBUFF_ABILITY_BLESSING_LIGHT = "Blessing of Light";
88  
89 -- Other Blessings
90 AUTOBUFF_ABILITY_BLESSING_FREEDOM = "Blessing of Freedom";
91 AUTOBUFF_ABILITY_BLESSING_PROTECTION = "Blessing of Protection";
92  
93 -- Greater Blessings
94 AUTOBUFF_ABILITY_GREATBLESSING_MIGHT = "Greater Blessing of Might";
95 AUTOBUFF_ABILITY_GREATBLESSING_WISDOM = "Greater Blessing of Wisdom";
96 AUTOBUFF_ABILITY_GREATBLESSING_SALVATION = "Greater Blessing of Salvation";
97 AUTOBUFF_ABILITY_GREATBLESSING_KINGS = "Greater Blessing of Kings";
98 AUTOBUFF_ABILITY_GREATBLESSING_SANCTUARY = "Greater Blessing of Sanctuary";
99 AUTOBUFF_ABILITY_GREATBLESSING_LIGHT = "Greater Blessing of Light";
100  
101 -- Paladin Auras
102 AUTOBUFF_ABILITY_AURA_DEVOTION = "Devotion Aura";
103 AUTOBUFF_ABILITY_AURA_RETRIBUTION = "Retribution Aura";
104 AUTOBUFF_ABILITY_AURA_CONCENTRATION = "Concentration Aura";
105 AUTOBUFF_ABILITY_AURA_SHADOWRESIST = "Shadow Resistance Aura";
106 AUTOBUFF_ABILITY_AURA_FROSTRESIST = "Frost Resistance Aura";
107 AUTOBUFF_ABILITY_AURA_FIRERESIST = "Fire Resistance Aura";
108 AUTOBUFF_ABILITY_AURA_SANCTITY = "Sanctity Aura";
109  
110 -- Paladin Seals
111 AUTOBUFF_ABILITY_SEAL_COMMAND = "Seal of Command";
112 AUTOBUFF_ABILITY_SEAL_FURY = "Seal of Fury";
113 AUTOBUFF_ABILITY_SEAL_JUSTICE = "Seal of Justice";
114 AUTOBUFF_ABILITY_SEAL_LIGHT = "Seal of Light";
115 AUTOBUFF_ABILITY_SEAL_RIGHT = "Seal of Righteousness";
116 AUTOBUFF_ABILITY_SEAL_WISDOM = "Seal of Wisdom";
117 AUTOBUFF_ABILITY_SEAL_CRUSADER = "Seal of the Crusader";
118 AUTOBUFF_SEAL = "Seal of";
119  
120 -- Tracking names
121 AUTOBUFF_ABILITY_FIND_MINERALS = "Find Minerals";
122 AUTOBUFF_ABILITY_FIND_HERBS = "Find Herbs";
123 AUTOBUFF_ABILITY_SENSE_DEMONS = "Sense Demons";
124 AUTOBUFF_ABILITY_TRACK_HUMANOIDS = "Track Humanoids";
125 AUTOBUFF_ABILITY_TRACK_BEASTS = "Track Beasts";
126 AUTOBUFF_ABILITY_TRACK_UNDEAD = "Track Undead";
127 AUTOBUFF_ABILITY_TRACK_HIDDEN = "Track Hidden";
128 AUTOBUFF_ABILITY_TRACK_ELEMENTAL = "Track Elementals";
129 AUTOBUFF_ABILITY_TRACK_DEMONS = "Track Demons";
130 AUTOBUFF_ABILITY_TRACK_GIANTS = "Track Giants";
131 AUTOBUFF_ABILITY_TRACK_DRAGONKIN = "Track Dragonkin";
132 AUTOBUFF_ABILITY_FIND_TREASURE = "Find Treasure";
133 AUTOBUFF_ABILITY_SENSE_UNDEAD = "Sense Undead";
134  
135 -- Weapon buff names
136 AUTOBUFF_ABILITY_PRIEST_FEEDBACK = "Feedback";
137 AUTOBUFF_ABILITY_SHAMAN_FLAMETONGUE = "Flametongue Weapon";
138 AUTOBUFF_ABILITY_SHAMAN_FROSTBRAND = "Frostbrand Weapon";
139 AUTOBUFF_ABILITY_SHAMAN_ROCKBITER = "Rockbiter Weapon";
140 AUTOBUFF_ABILITY_SHAMAN_WINDFURY = "Windfury Weapon";
141  
142 -- Poly names
143 AUTOBUFF_POLY_ALL_LESSERINVISIBILITY = "Lesser Invisibility";
144 AUTOBUFF_POLY_ALL_INVISIBILITY = "Invisibility";
145 AUTOBUFF_POLY_ALL_SHADOWMELD = "Shadowmeld";
146 AUTOBUFF_POLY_ALL_DRINK = "Drink";
147 AUTOBUFF_POLY_ALL_FOOD = "Food";
148 AUTOBUFF_POLY_ALL_FIRSTAID = "First Aid";
149  
150 AUTOBUFF_POLY_PRIEST_SHADOWFORM = "Shadowform";
151 AUTOBUFF_POLY_PRIEST_MINDCONTROL = "Mind Control";
152 AUTOBUFF_POLY_PRIEST_SPIRITTAP = "Spirit Tap";
153 AUTOBUFF_POLY_PRIEST_MINDVISION = "Mind Vision";
154 AUTOBUFF_POLY_PRIEST_INNERFOCUS = "Inner Focus";
155 AUTOBUFF_POLY_PRIEST_SPIRITOFREDEMPTION = "Spirit of Redemption";
156  
157 AUTOBUFF_POLY_DRUID_BEAR = "Bear Form";
158 AUTOBUFF_POLY_DRUID_DIREBEAR = "Dire Bear Form";
159 AUTOBUFF_POLY_DRUID_CAT = "Cat Form";
160 AUTOBUFF_POLY_DRUID_AQUATIC = "Aquatic Form";
161 AUTOBUFF_POLY_DRUID_TRAVEL = "Travel Form";
162 AUTOBUFF_POLY_DRUID_MOONKIN = "Moonkin Form";
163  
164 AUTOBUFF_POLY_SHAMAN = "Ghost Wolf";
165 AUTOBUFF_POLY_MAGE = "Evocation";
166  
167 AUTOBUFF_POLY_WARLOCK = "Eye of Kilrogg";
168 AUTOBUFF_POLY_WARLOCK_SOULSIPHON = "Soul Siphon";
169  
170 -- Class names
171 AUTOBUFF_CLASS_PRIEST = "Priest";
172 AUTOBUFF_CLASS_ROGUE = "Rogue";
173 AUTOBUFF_CLASS_PALADIN = "Paladin";
174 AUTOBUFF_CLASS_WARLOCK = "Warlock";
175 AUTOBUFF_CLASS_WARRIOR = "Warrior";
176 AUTOBUFF_CLASS_HUNTER = "Hunter";
177 AUTOBUFF_CLASS_MAGE = "Mage";
178 AUTOBUFF_CLASS_SHAMAN = "Shaman";
179 AUTOBUFF_CLASS_DRUID = "Druid";
180  
181 -- Mount
182 AUTOBUFF_MOUNT_60 = "Increases speed by 60%.";
183 AUTOBUFF_MOUNT_100 = "Increases speed by 100%.";
184 AUTOBUFF_MOUNT_60_2 = AUTOBUFF_MOUNT_60; -- For languages with more than one string
185 AUTOBUFF_MOUNT_100_2 = AUTOBUFF_MOUNT_100; -- For languages with more than one string
186 AUTOBUFF_MOUNT_60_3 = AUTOBUFF_MOUNT_60; -- For languages with more than one string
187 AUTOBUFF_MOUNT_100_3 = AUTOBUFF_MOUNT_100; -- For languages with more than one string
188  
189 -- The following is just text output.
190 AUTOBUFF_ENABLED = "Enabled";
191 AUTOBUFF_DISABLED = "Disabled";
192 AUTOBUFF_BUTTON_TOOLTIP = "AutoBuff Options";
193 AUTOBUFF_BUTTON_HIDDEN = "Button is now hidden.";
194 AUTOBUFF_BUTTON_SHOWN = "Button is now visible.";
195  
196 AUTOBUFF_TRACK_USAGE1 = "Usage Example: /autobuff track Find Minerals";
197 AUTOBUFF_TRACK_USAGE2 = "or to disable: /autobuff track off";
198  
199 AUTOBUFF_ASPECT_USAGE1 = "Usage Example: /autobuff aspect Aspect of the Hawk";
200 AUTOBUFF_ASPECT_USAGE2 = "or to disable: /autobuff aspect off";
201  
202 AUTOBUFF_SEAL_USAGE1 = "Usage Example: /autobuff seal Seal of the Crusader";
203 AUTOBUFF_SEAL_USAGE2 = "or to disable: /autobuff seal off";
204  
205 AUTOBUFF_WEAPON_USAGE1 = "Usage Example: /autobuff weapon Feedback";
206 AUTOBUFF_WEAPON_USAGE2 = "or to disable: /autobuff weapon off";
207  
208 AUTOBUFF_MANA_USAGE1 = "To change mana threshold, use /autobuff mana <integer> [spellname]";
209 AUTOBUFF_MANA_USAGE2 = "ie: To change the default to 40%, /autobuff mana 40";
210 AUTOBUFF_MANA_USAGE3 = "ie: To change Mark of the Wild to 80%, /autobuff mana 40 mark of the wild";
211 AUTOBUFF_HEALTH_USAGE1 = "To change health threshold, use /autobuff health <integer> [spellname]";
212 AUTOBUFF_HEALTH_USAGE2 = "ie: To change the default to 40%, /autobuff health 40";
213 AUTOBUFF_HEALTH_USAGE3 = "ie: To change Power World: Sheild to 80%, /autobuff health 40 mark of the wild";
214  
215 AUTOBUFF_INNERCHARGES_USAGE1 = "To set the number of charges for Inner Fire, use /autobuff innercharges <integer>";
216 AUTOBUFF_INNERCHARGES_USAGE2 = "Where <integer> is a number between 1 and 19, or 'default' (without quotes) to reset it.";
217 AUTOBUFF_INNERCHARGES_USAGE3 = "ie: To rebuff at 12 charges or less, /autobuff innercharges 12";
218  
219 AUTOBUFF_NOTSUPPORTED = "'%s' is not a supported ability";
220 AUTOBUFF_NOSUCHRANK = "No such rank.";
221 AUTOBUFF_SETABILITY_ENABLE_USAGE1 = "Usage: /autobuff enable <ability_name>";
222 AUTOBUFF_SETABILITY_ENABLE_USAGE2 = "Notes: Enables a previously disabled autobuff ability. Case sensitive.";
223 AUTOBUFF_SETABILITY_ENABLE_USAGE3 = "Example: /autobuff enable Power Word: Fortitude";
224 AUTOBUFF_SETABILITY_ENABLE_USAGE4 = "See also: /autobuff disable";
225 AUTOBUFF_SETABILITY_DISABLE_USAGE1 = "Usage: /autobuff disable <ability_name>";
226 AUTOBUFF_SETABILITY_DISABLE_USAGE2 = "Notes: Disables an autobuff ability. Case sensitive.";
227 AUTOBUFF_SETABILITY_DISABLE_USAGE3 = "Example: /autobuff disable Power Word: Fortitude";
228 AUTOBUFF_SETABILITY_DISABLE_USAGE4 = "See also: /autobuff enable";
229  
230 AUTOBUFF_LIST_START = "Listing all abilities";
231 AUTOBUFF_LIST_END = "%s abilities";
232 AUTOBUFF_LIST_DISABLED = "Disabled";
233 AUTOBUFF_LIST_HEALTH = "Health";
234 AUTOBUFF_LIST_MANA = "Mana";
235 AUTOBUFF_LIST_REBUFF = "Rebuff, %s secs";
236 AUTOBUFF_LIST_TRIGGER = "Trigger";
237 AUTOBUFF_LIST_COMBAT_IN = "In combat only.";
238 AUTOBUFF_LIST_COMBAT_OUT = "Out of combat only.";
239 AUTOBUFF_LIST_COMBAT_ALWAYS = "In+Out of combat";
240 AUTOBUFF_LIST_RANK = "Rank";
241 AUTOBUFF_LIST_USINGDEFAULTS = "Using Defaults.";
242 AUTOBUFF_LIST_SPELL = "Spells";
243 AUTOBUFF_LIST_WEAPON = "Weapon Buffs";
244 AUTOBUFF_LIST_TRACK = "Tracking Abilities";
245 AUTOBUFF_LIST_DEFAULT = "Defaults";
246  
247 AUTOBUFF_SCALEDLIFETAP_RANKREGEXP = "^" .. AUTOBUFF_LIST_RANK .. " (.*).*";
248  
249 AUTOBUFF_COMBAT_USAGE1 = "Set AutoBuff combat options. /autobuff combat <|>|<>|default [ability name]";
250 AUTOBUFF_COMBAT_USAGE2 = "< = only in combat, > = only out of combat, <> = in and out of combat.";
251 AUTOBUFF_COMBAT_USAGE3 = "ie. To set the default behaviour to only buff whilst out of combat, /autobuff combat >";
252 AUTOBUFF_COMBAT_USAGE4 = "ie. To set 'Power Word: Shield' to only buff whilst in combat, /autobuff combat < power word: shield";
253 AUTOBUFF_COMBAT_USAGE5 = "ie. To set 'Mark of the Wild' to use the default setting, /autobuff combat default mark of the wild";
254  
255 AUTOBUFF_PARTY_USAGE1 = "Set AutoBuff party options. /autobuff party <|>|<>|default [ability name]";
256 AUTOBUFF_PARTY_USAGE2 = "< = only in party, > = only out of party, <> = in and out of party.";
257 AUTOBUFF_PARTY_USAGE3 = "ie. To set the default behaviour to only buff whilst out of party, /autobuff combat >";
258 AUTOBUFF_PARTY_USAGE4 = "ie. To set 'Power Word: Shield' to only buff whilst in party, /autobuff combat < power word: shield";
259 AUTOBUFF_PARTY_USAGE5 = "ie. To set 'Mark of the Wild' to use the default setting, /autobuff combat default mark of the wild";
260  
261 AUTOBUFF_REBUFF_USAGE1 = "Usage: /autobuff rebuff <seconds> [ability]";
262 AUTOBUFF_REBUFF_USAGE2 = "Set number of seconds remaining on buff before it is recast. Default is 10 seconds. Max is 300 seconds.";
263 AUTOBUFF_REBUFF_USAGE3 = "ie. To rebuff when buffs have 30 seconds remaining, /autobuff rebuff 30";
264 AUTOBUFF_REBUFF_USAGE4 = "ie. To only rebuff when the buff has expired, /autobuff rebuff 0";
265 AUTOBUFF_REBUFF_USAGE5 = "ie. To set a specific spell's rebuff time, /autobuff rebuff 20 Power Word: Fortitude";
266  
267 AUTOBUFF_RANK_USAGE1 = "Usage: /autobuff rank <rank number> <ability>";
268 AUTOBUFF_RANK_USAGE2 = "Set the rank of the ability that will be cast.";
269 AUTOBUFF_RANK_USAGE3 = "ie. To set the rank of 'Feedback' to Rank 1, use, /autobuff rank 1 Feedback";
270 AUTOBUFF_RANK_USAGE4 = "ie. To set 'Power Word: Fortitude' to use the highest rank available, use, /autobuff rank default Power Word: Fortitude";
271  
272 AUTOBUFF_TRIGGER_USAGE1 = "Usage /autobuff trigger <integer> <spellname>";
273 AUTOBUFF_TRIGGER_USAGE2 = "Set trigger hook options. Add togethor the following options to get the required integer";
274 AUTOBUFF_TRIGGER_USAGE3 = "Forward/Backward = 2, Strafe = 4, Turning = 8, Left Mouse Button = 16, Right Mouse Button = 32";
275 AUTOBUFF_TRIGGER_USAGE4 = "ie. to set the default trigger to forward/backward, strafe and left mouse button only, first calculate the integer ... 2 + 4 + 32 = 38 .. so, /autobuff trigger 38";
276 AUTOBUFF_TRIGGER_USAGE5 = "If thats too difficult then use the Graphic Interface, noob! =]";
277  
278 AUTOBUFF_RESET = "All options for this character have been reset to default.";
279 AUTOBUFF_RESET_CONFIRM = "*WARNING* This will reset this character's options to default, use /autobuff reset confirm";
280  
281 AUTOBUFF_RELOADED = "Reloaded.";
282  
283 AUTOBUFF_USAGE = "Usage: ";
284  
285 AUTOBUFF_CHANGE = "Updated %s for %s to %s."; -- ie. Updated rebuff for Inner Fire to 30.
286 AUTOBUFF_CHANGE_WEAPON = "Weapon Buff";
287 AUTOBUFF_CHANGE_TRACK = "Tracking Ability";
288 AUTOBUFF_CHANGE_ASPECT = "Hunter Aspect";
289 AUTOBUFF_CHANGE_SEAL = "Paladin Seal";
290  
291 -- User Interface
292 AUTOBUFF_GUI_TITLE = "AutoBuff Options";
293  
294 AUTOBUFF_GUI_SPELLS = "Spells";
295 AUTOBUFF_GUI_WEAPON = "Weapon Buffs";
296 AUTOBUFF_GUI_TRACK = "Tracking Abilities";
297 AUTOBUFF_GUI_ASPECT = "Hunter Aspects";
298 AUTOBUFF_GUI_SEAL = "Paladin Seals";
299  
300 AUTOBUFF_GUI_USINGDEFAULT = "Using Defaults";
301  
302 AUTOBUFF_GUI_DEFAULTABILITY = "Default Settings";
303 AUTOBUFF_GUI_ENABLE = "Enable:";
304 AUTOBUFF_GUI_ENABLE_TOOLTIP_TITLE = "Enable AutoBuff";
305 AUTOBUFF_GUI_ENABLE_TOOLTIP = "Checking this enables AutoBuff to automatically self-buff your character when you move.";
306 AUTOBUFF_GUI_DEFAULT_TOOLTIP_TITLE = "Edit Settings";
307 AUTOBUFF_GUI_DEFAULT_TOOLTIP = "By checking this you can use a specific setting instead of the default.";
308 AUTOBUFF_GUI_ENABLEABILITY_TOOLTIP_TITLE = "Enable/Disable Ability";
309 AUTOBUFF_GUI_ENABLEABILITY_TOOLTIP = "Enable or disable the selected ability.";
310 AUTOBUFF_GUI_RANK = "Rank:";
311 AUTOBUFF_GUI_REBUFF = "Rebuff:";
312 AUTOBUFF_GUI_HEALTH = "Health:";
313 AUTOBUFF_GUI_MANA = "Mana:";
314 AUTOBUFF_GUI_COMBAT = "Combat:";
315 AUTOBUFF_GUI_COMBAT_IN = "In";
316 AUTOBUFF_GUI_COMBAT_IN_TOOLTIP_TITLE = "In Combat";
317 AUTOBUFF_GUI_COMBAT_IN_TOOLTIP = "AutoBuff will work whilst you are in combat.";
318 AUTOBUFF_GUI_COMBAT_OUT = "Out";
319 AUTOBUFF_GUI_COMBAT_OUT_TOOLTIP_TITLE = "Out of Combat";
320 AUTOBUFF_GUI_COMBAT_OUT_TOOLTIP = "AutoBuff will work whilst you are out of combat.";
321 AUTOBUFF_GUI_COMBAT_ALWAYS_TOOLTIP_TITLE = "Always";
322 AUTOBUFF_GUI_COMBAT_ALWAYS_TOOLTIP = "AutoBuff will work regardless of whether you are in or out of combat.";
323 AUTOBUFF_GUI_COMBAT_ALWAYS = "Always";
324  
325 AUTOBUFF_GUI_PARTY = "Party:";
326 AUTOBUFF_GUI_PARTY_IN_TOOLTIP_TITLE = "In Party";
327 AUTOBUFF_GUI_PARTY_IN_TOOLTIP = "AutoBuff will work whilst you are in a party.";
328 AUTOBUFF_GUI_PARTY_OUT_TOOLTIP_TITLE = "Out of Party";
329 AUTOBUFF_GUI_PARTY_OUT_TOOLTIP = "AutoBuff will work whilst you are not in a party.";
330 AUTOBUFF_GUI_PARTY_ALWAYS_TOOLTIP_TITLE = "Always";
331 AUTOBUFF_GUI_PARTY_ALWAYS_TOOLTIP = "AutoBuff will work regardless of whether you are in or out of a party.";
332  
333 AUTOBUFF_GUI_REBUFF_TOOLTIP_TITLE = "Rebuff Duration";
334 AUTOBUFF_GUI_REBUFF_TOOLTIP = "Will rebuff when the time left on the buff is less than this.\n\nSet to 0s to only rebuff when the buff has expired.";
335 AUTOBUFF_GUI_INVERT_TOOLTIP_TITLE = "Invert Match";
336 AUTOBUFF_GUI_INVERT_TOOLTIP = "< = less than\n> = greater then";
337 AUTOBUFF_GUI_HEALTH_TOOLTIP_TITLE = "Health Match";
338 AUTOBUFF_GUI_HEALTH_TOOLTIP = "Will only AutoBuff if your health matches this condition.";
339 AUTOBUFF_GUI_MANA_TOOLTIP_TITLE = "Mana/Rage Match";
340 AUTOBUFF_GUI_MANA_TOOLTIP = "Will only AutoBuff if your mana/rage matches this condition.";
341 AUTOBUFF_GUI_TRIGGER = "Trigger:";
342 AUTOBUFF_GUI_TRIGGER_WHEELUP = "Mouse Wheel Up";
343 AUTOBUFF_GUI_TRIGGER_WHEELDOWN = "Mouse Wheel Down";
344 AUTOBUFF_GUI_TRIGGER_TARGET = "Target Change";
345 --AUTOBUFF_GUI_TRIGGER_FORWARD = "Forward";
346 --AUTOBUFF_GUI_TRIGGER_STRAFE = "Strafing";
347 --AUTOBUFF_GUI_TRIGGER_TURN = "Turning";
348 --AUTOBUFF_GUI_TRIGGER_JUMP = "Jump";
349 --AUTOBUFF_GUI_TRIGGER_LMB = "Left Mouse";
350 --AUTOBUFF_GUI_TRIGGER_RMB = "Right Mouse";
351 AUTOBUFF_GUI_TRIGGER_TITLE = "AutoBuff Trigger";
352 AUTOBUFF_GUI_TRIGGER_TOOLTIP = "Check this to allow AutoBuff to check and buff your character when this event occurs.";
353 AUTOBUFF_GUI_TRIGGER_FORWARD_TOOLTIP = "Forward, Backward and AutoRun";
354  
355 -- Key bindings
356 BINDING_NAME_AUTOBUFF_TRIGGER = "Manual Trigger";
357 BINDING_NAME_AUTOBUFF_OPTIONS = "Options Frame";
358  
359 -- end? :P