vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Outfitter_cVersion = "1.4";
2  
3 Outfitter_cTitle = "Outfitter";
4 Outfitter_cTitleVersion = Outfitter_cTitle.." "..Outfitter_cVersion;
5  
6 Outfitter_cNameLabel = "Name:";
7 Outfitter_cCreateUsingTitle = "Optimize for:";
8 Outfitter_cUseCurrentOutfit = "Use Current Outfit";
9 Outfitter_cUseEmptyOutfit = "Create Empty Outfit";
10  
11 Outfitter_cOutfitterTabTitle = "Outfitter";
12 Outfitter_cOptionsTabTitle = "Options";
13 Outfitter_cAboutTabTitle = "About";
14  
15 Outfitter_cNewOutfit = "New Outfit";
16 Outfitter_cRenameOutfit = "Rename Outfit";
17  
18 Outfitter_cCompleteOutfits = "Complete wardrobes";
19 Outfitter_cPartialOutfits = "Mix-n-match";
20 Outfitter_cAccessoryOutfits = "Accessories";
21 Outfitter_cSpecialOutfits = "Special occassions";
22 Outfitter_cOddsNEndsOutfits = "Odds 'n ends";
23  
24 Outfitter_cNormalOutfit = "Normal";
25 Outfitter_cNakedOutfit = "Birthday Suit";
26  
27 Outfitter_cFishingOutfit = "Fishing";
28 Outfitter_cHerbalismOutfit = "Herbalism";
29 Outfitter_cMiningOutfit = "Mining";
30 Outfitter_cSkinningOutfit = "Skinning";
31 Outfitter_cFireResistOutfit = "Fire Resist";
32 Outfitter_cNatureResistOutfit = "Nature Resist";
33 Outfitter_cShadowResistOutfit = "Shadow Resist";
34 Outfitter_cArcaneResistOutfit = "Arcane Resist";
35 Outfitter_cFrostResistOutfit = "Frost Resist";
36  
37 Outfitter_cArgentDawnOutfit = "Argent Dawn";
38 Outfitter_cRidingOutfit = "Riding";
39 Outfitter_cDiningOutfit = "Dining";
40 Outfitter_cBattlegroundOutfit = "Battleground";
41 Outfitter_cABOutfit = "Battleground: Arathi Basin";
42 Outfitter_cAVOutfit = "Battleground: Alterac Valley";
43 Outfitter_cWSGOutfit = "Battleground: Warsong Gulch";
44 Outfitter_cCityOutfit = "Around Town";
45  
46 Outfitter_cMountSpeedFormat = "Increases speed by (%d+)%%."; -- For detecting when mounted
47  
48 Outfitter_cBagsFullError = "Outfitter: Can't remove %s because all bags are full";
49 Outfitter_cDepositBagsFullError = "Outfitter: Can't deposit %s because all bank bags are full";
50 Outfitter_cWithdrawBagsFullError = "Outfitter: Can't withdraw %s because all bags are full";
51 Outfitter_cItemNotFoundError = "Outfitter: Can't find item %s";
52 Outfitter_cItemAlreadyUsedError = "Outfitter: Can't put %s in the %s slot because it's already being used in another slot";
53 Outfitter_cAddingItem = "Outfitter: Adding %s to %s outfit";
54 Outfitter_cNameAlreadyUsedError = "Error: That name is already being used";
55 Outfitter_cNoItemsWithStatError = "Warning: None of your items have that attribute";
56  
57 Outfitter_cEnableAll = "Enable all";
58 Outfitter_cEnableNone = "Enable none";
59  
60 Outfitter_cConfirmDeleteMsg = "Are you sure you want to delete the outfit %s?";
61 Outfitter_cConfirmRebuildMsg = "Are you sure you want to rebuild the outfit %s?";
62 Outfitter_cRebuild = "Rebuild";
63  
64 Outfitter_cWesternPlaguelands = "Western Plaguelands";
65 Outfitter_cEasternPlaguelands = "Eastern Plaguelands";
66 Outfitter_cStratholme = "Stratholme";
67 Outfitter_cScholomance = "Scholomance";
68 Outfitter_cNaxxramas = "Naxxramas";
69 Outfitter_cAlteracValley = "Alterac Valley";
70 Outfitter_cArathiBasin = "Arathi Basin";
71 Outfitter_cWarsongGulch = "Warsong Gulch";
72 Outfitter_cIronforge = "Ironforge";
73 Outfitter_cCityOfIronforge = "City of Ironforge";
74 Outfitter_cDarnassus = "Darnassus";
75 Outfitter_cStormwind = "Stormwind City";
76 Outfitter_cOrgrimmar = "Orgrimmar";
77 Outfitter_cThunderBluff = "Thunder Bluff";
78 Outfitter_cUndercity = "Undercity";
79  
80 Outfitter_cFishingPole = "Fishing Pole";
81 Outfitter_cStrongFishingPole = "Strong Fishing Pole";
82 Outfitter_cBigIronFishingPole = "Big Iron Fishing Pole";
83 Outfitter_cBlumpFishingPole = "Blump Family Fishing Pole";
84 Outfitter_cNatPaglesFishingPole = "Nat Pagle's Extreme Angler FC-5000";
85 Outfitter_cArcaniteFishingPole = "Arcanite Fishing Pole";
86  
87 Outfitter_cArgentDawnCommission = "Argent Dawn Commission";
88 Outfitter_cSealOfTheDawn = "Seal of the Dawn";
89 Outfitter_cRuneOfTheDawn = "Rune of the Dawn";
90  
91 Outfitter_cCarrotOnAStick = "Carrot on a Stick";
92  
93 Outfitter_cItemStatFormats =
94 {
95 {Format = "Stamina %+(%d+)", Types = {"Stamina"}},
96 {Format = "Intellect %+(%d+)", Types = {"Intellect"}},
97 {Format = "Agility %+(%d+)", Types = {"Agility"}},
98 {Format = "Strength %+(%d+)", Types = {"Strength"}},
99 {Format = "Spirit %+(%d+)", Types = {"Spirit"}},
100 {Format = "Armor %+(%d+)", Types = {"Armor"}},
101 {Format = "Defense %+(%d+)", Types = {"Defense"}},
102 {Format = "Increased Defense %+(%d+)", Types = {"Defense"}},
103  
104 {Format = "%+(%d+) Stamina", Types = {"Stamina"}},
105 {Format = "%+(%d+) Intellect", Types = {"Intellect"}},
106 {Format = "%+(%d+) Agility", Types = {"Agility"}},
107 {Format = "%+(%d+) Strength", Types = {"Strength"}},
108 {Format = "%+(%d+) Spirit", Types = {"Spirit"}},
109 {Format = "(%d+) Armor", Types = {"Armor"}},
110 {Format = "%+(%d+) Attack Power", Types = {"Attack"}},
111  
112 {Format = "All Stats %+(%d+)", Types = {"Stamina", "Intellect", "Agility", "Strength", "Spirit"}},
113  
114 {Format = "Mana %+(%d+)", Types = {"Mana"}},
115 {Format = "Health %+(%d+)", Types = {"Health"}},
116  
117 {Format = "%+(%d+) mana every 5 sec.", Types = {"ManaRegen"}},
118 {Format = "Restores (%d+) mana per 5 sec.", Types = {"ManaRegen"}},
119  
120 {Format = "%+(%d+) health every 5 sec.", Types = {"HealthRegen"}},
121 {Format = "Restores (%d+) health every 5 sec.", Types = {"HealthRegen"}},
122 {Format = "Restores (%d+) health per 5 sec.", Types = {"HealthRegen"}},
123  
124 {Format = "Minor Mount Speed Increase", Value = 3, Types = {"Riding"}},
125 {Format = "Mithril Spurs", Value = 3, Types = {"Riding"}},
126  
127 {Format = "%+(%d+) Fire Resistance", Types = {"FireResist"}},
128 {Format = "%+(%d+) Nature Resistance", Types = {"NatureResist"}},
129 {Format = "%+(%d+) Frost Resistance", Types = {"FrostResist"}},
130 {Format = "%+(%d+) Shadow Resistance", Types = {"ShadowResist"}},
131 {Format = "%+(%d+) Arcane Resistance", Types = {"ArcaneResist"}},
132 {Format = "%+(%d+) All Resistances", Types = {"FireResist", "NatureResist", "FrostResist", "ShadowResist", "ArcaneResist"}},
133  
134 {Format = "Weapon Damage %+(%d+)", Types = {"MeleeDmg"}},
135 {Format = "Improves your chance to hit by (%d+)%%", Types = {"MeleeHit"}},
136 {Format = "Improves your chance to get a critical strike by (%d+)%%", Types = {"MeleeCrit"}},
137 {Format = "Increases your chance to dodge an attack by (%d+)%%", Types = {"Dodge"}},
138 {Format = "Damage %+(%d+)", Types = {"MeleeDmg"}},
139 {Format = "(%d+) Block", Types = {"Block"}},
140 {Format = "Block Value %+(%d+)", Types = {"Block"}},
141 {Format = "Increases the block value of your shield by (%d+)", Types = {"Block"}},
142  
143 {Format = "Increased Fishing %+(%d+)%.", Types = {"Fishing"}},
144 {Format = "Fishing %+(%d+)", Types = {"Fishing"}},
145 {Format = "Herbalism %+(%d+)", Types = {"Herbalism"}},
146 {Format = "Mining %+(%d+)", Types = {"Mining"}},
147 {Format = "Skinning %+(%d+)", Types = {"Skinning"}},
148  
149 {Format = "Improves your chance to get a critical strike with spells by (%d+)%%", Types = {"SpellCrit"}},
150 {Format = "Improves your chance to hit with spells by (%d+)%%", Types = {"SpellHit"}},
151 {Format = "Increases damage and healing done by magical spells and effects by up to (%d+)", Types = {"SpellDmg", "ShadowDmg", "FireDmg", "FrostDmg", "ArcaneDmg", "NatureDmg", "Healing"}},
152 {Format = "Increases healing done by spells and effects by up to (%d+)", Types = {"Healing"}},
153 {Format = "Healing Spells %+(%d+)", Types = {"Healing"}},
154 {Format = "%+(%d+) Healing Spells", Types = {"Healing"}},
155  
156 {Format = "%+(%d+) Fire Spell Damage", Types = {"FireDmg"}},
157 {Format = "%+(%d+) Shadow Spell Damage", Types = {"ShadowDmg"}},
158 {Format = "%+(%d+) Frost Spell Damage", Types = {"FrostDmg"}},
159 {Format = "%+(%d+) Arcane Spell Damage", Types = {"ArcaneDmg"}},
160 {Format = "%+(%d+) Nature Spell Damage", Types = {"NatureDmg"}},
161  
162 {Format = "Increases damage done by Fire spells and effects by up to (%d+)", Types = {"FireDmg"}},
163 {Format = "Increases damage done by Shadow spells and effects by up to (%d+)", Types = {"ShadowDmg"}},
164 {Format = "Increases damage done by Frost spells and effects by up to (%d+)", Types = {"FrostDmg"}},
165 {Format = "Increases damage done by Arcane spells and effects by up to (%d+)", Types = {"ArcaneDmg"}},
166 {Format = "Increases damage done by Nature spells and effects by up to (%d+)", Types = {"NatureDmg"}},
167 };
168  
169 Outfitter_cAgilityStatName = "Agility";
170 Outfitter_cArmorStatName = "Armor";
171 Outfitter_cDefenseStatName = "Defense";
172 Outfitter_cIntellectStatName = "Intellect";
173 Outfitter_cSpiritStatName = "Spirit";
174 Outfitter_cStaminaStatName = "Stamina";
175 Outfitter_cStrengthStatName = "Strength";
176  
177 Outfitter_cManaRegenStatName = "Mana Regeneration";
178 Outfitter_cHealthRegenStatName = "Health Regeneration";
179  
180 Outfitter_cSpellCritStatName = "Spell Critical Strike";
181 Outfitter_cSpellHitStatName = "Spell Chance to Hit";
182 Outfitter_cSpellDmgStatName = "Spell Damage";
183 Outfitter_cFrostDmgStatName = "Frost Spell Damage";
184 Outfitter_cFireDmgStatName = "Fire Spell Damage";
185 Outfitter_cArcaneDmgStatName = "Arcane Spell Damage";
186 Outfitter_cShadowDmgStatName = "Shadow Spell Damage";
187 Outfitter_cNatureDmgStatName = "Nature Spell Damage";
188 Outfitter_cHealingStatName = "Healing";
189  
190 Outfitter_cMeleeCritStatName = "Melee Critical Strike";
191 Outfitter_cMeleeHitStatName = "Melee Chance to Hit";
192 Outfitter_cMeleeDmgStatName = "Melee Damage";
193 Outfitter_cAttackStatName = "Attack Power";
194 Outfitter_cDodgeStatName = "Dodge";
195  
196 Outfitter_cArcaneResistStatName = "Arcane Resistance";
197 Outfitter_cFireResistStatName = "Fire Resistance";
198 Outfitter_cFrostResistStatName = "Frost Resistance";
199 Outfitter_cNatureResistStatName = "Nature Resistance";
200 Outfitter_cShadowResistStatName = "Shadow Resistance";
201  
202 Outfitter_cFishingStatName = "Fishing";
203 Outfitter_cHerbalismStatName = "Herbalism";
204 Outfitter_cMiningStatName = "Mining";
205 Outfitter_cSkinningStatName = "Skinning";
206  
207 Outfitter_cOptionsTitle = "Outfitter Options";
208 Outfitter_cShowMinimapButton = "Show Minimap Button";
209 Outfitter_cShowMinimapButtonOnDescription = "Turn this off if you don't want the Outfitter button on your minimap cluster";
210 Outfitter_cShowMinimapButtonOffDescription = "Turn this on if you want the Outfitter button on your minimap cluster";
211 Outfitter_cRememberVisibility = "Remember cloak and helm settings";
212 Outfitter_cRememberVisibilityOnDescription = "Turn this off if you want to use a single show/hide setting for all cloaks and helms";
213 Outfitter_cRememberVisibilityOffDescription = "Turn this on if you want Outfitter to remember your preference for showing or hiding each cloak and helm individually";
214 Outfitter_cShowHotkeyMessages = "Show key binding outfit changes";
215 Outfitter_cShowHotkeyMessagesOnDescription = "Turn this off if you don't want to see a message when you change outfits using a key binding";
216 Outfitter_cShowHotkeyMessagesOffDescription = "Turn this on if you want to see a message when you change outfits using a key binding";
217  
218 Outfitter_cEquipOutfitMessageFormat = "Outfitter: %s equipped";
219 Outfitter_cUnequipOutfitMessageFormat = "Outfitter: %s unequipped";
220  
221 Outfitter_cAboutTitle = "About Outfitter";
222 Outfitter_cAuthor = "Designed and written by John Stephen";
223 Outfitter_cTestersTitle = "Beta Testers";
224 Outfitter_cTestersNames = "Airmid, Desiree, Fizzlebang, Harper, Kallah and Sumitra";
225 Outfitter_cSpecialThanksTitle = "Special thanks for their support to";
226 Outfitter_cSpecialThanksNames = "Brian, Dave, Glenn, Leah, Mark, The Mighty Pol, SFC and Forge";
227 Outfitter_cGuildURL = "http://www.starfleetclan.com";
228 Outfitter_cGuildURL2 = "http://www.forgeguild.com";
229  
230 Outfitter_cOpenOutfitter = "Open Outfitter";
231  
232 Outfitter_cArgentDawnOutfitDescription = "This outfit will automatically be worn whenever you're in the Plaguelands";
233 Outfitter_cRidingOutfitDescription = "This outfit will automatically be worn whenever you're mounted";
234 Outfitter_cDiningOutfitDescription = "This outfit will automatically be worn whenever you're eating or drinking";
235 Outfitter_cBattlegroundOutfitDescription = "This outfit will automatically be worn whenever you're in a battleground";
236 Outfitter_cArathiBasinOutfitDescription = "This outfit will automatically be worn whenever you're in the Arathi Basin battleground";
237 Outfitter_cAlteracValleyOutfitDescription = "This outfit will automatically be worn whenever you're in the Alterac Valley battleground";
238 Outfitter_cWarsongGulchOutfitDescription = "This outfit will automatically be worn whenever you're in the Warsong Gulch battleground";
239 Outfitter_cCityOutfitDescription = "This outfit will automatically be worn whenever you're in a friendly major city";
240  
241 Outfitter_cKeyBinding = "Key Binding";
242  
243 BINDING_HEADER_OUTFITTER_TITLE = Outfitter_cTitle;
244  
245 BINDING_NAME_OUTFITTER_OUTFIT1 = "Outfit 1";
246 BINDING_NAME_OUTFITTER_OUTFIT2 = "Outfit 2";
247 BINDING_NAME_OUTFITTER_OUTFIT3 = "Outfit 3";
248 BINDING_NAME_OUTFITTER_OUTFIT4 = "Outfit 4";
249 BINDING_NAME_OUTFITTER_OUTFIT5 = "Outfit 5";
250 BINDING_NAME_OUTFITTER_OUTFIT6 = "Outfit 6";
251 BINDING_NAME_OUTFITTER_OUTFIT7 = "Outfit 7";
252 BINDING_NAME_OUTFITTER_OUTFIT8 = "Outfit 8";
253 BINDING_NAME_OUTFITTER_OUTFIT9 = "Outfit 9";
254 BINDING_NAME_OUTFITTER_OUTFIT10 = "Outfit 10";
255  
256 Outfitter_cDisableOutfit = "Disable Outfit";
257 Outfitter_cDisableOutfitInBG = "Disable Outfit When in Battlegrounds";
258 Outfitter_cDisabledOutfitName = "%s (Disabled)";
259  
260 Outfitter_cMinimapButtonTitle = "Outfitter Minimap Button";
261 Outfitter_cMinimapButtonDescription = "Click to select a different outfit or drag to re-position this button.";
262  
263 Outfitter_cDruidClassName = "Druid";
264 Outfitter_cHunterClassName = "Hunter";
265 Outfitter_cMageClassName = "Mage";
266 Outfitter_cPaladinClassName = "Paladin";
267 Outfitter_cPriestClassName = "Priest";
268 Outfitter_cRogueClassName = "Rogue";
269 Outfitter_cShamanClassName = "Shaman";
270 Outfitter_cWarlockClassName = "Warlock";
271 Outfitter_cWarriorClassName = "Warrior";
272  
273 Outfitter_cBattleStance = "Battle Stance";
274 Outfitter_cDefensiveStance = "Defensive Stance";
275 Outfitter_cBerserkerStance = "Berserker Stance";
276  
277 Outfitter_cWarriorBattleStance = "Warrior: Battle Stance";
278 Outfitter_cWarriorDefensiveStance = "Warrior: Defensive Stance";
279 Outfitter_cWarriorBerserkerStance = "Warrior: Berserker Stance";
280  
281 Outfitter_cBearForm = "Bear Form";
282 Outfitter_cCatForm = "Cat Form";
283 Outfitter_cAquaticForm = "Aquatic Form";
284 Outfitter_cTravelForm = "Travel Form";
285 Outfitter_cDireBearForm = "Dire Bear Form";
286 Outfitter_cMoonkinForm = "Moonkin Form";
287  
288 Outfitter_cGhostWolfForm = "Ghost Wolf";
289  
290 Outfitter_cStealth = "Stealth";
291  
292 Outfitter_cDruidBearForm = "Druid: Bear Form";
293 Outfitter_cDruidCatForm = "Druid: Cat Form";
294 Outfitter_cDruidAquaticForm = "Druid: Aquatic Form";
295 Outfitter_cDruidTravelForm = "Druid: Travel Form";
296 Outfitter_cDruidMoonkinForm = "Druid: Moonkin Form";
297  
298 Outfitter_cPriestShadowform = "Priest: Shadowform";
299  
300 Outfitter_cRogueStealth = "Rogue: Stealth";
301  
302 Outfitter_cShamanGhostWolf = "Shaman: Ghost Wolf";
303  
304 Outfitter_cHunterMonkey = "Hunter: Monkey";
305 Outfitter_cHunterHawk = "Hunter: Hawk";
306 Outfitter_cHunterCheetah = "Hunter: Cheetah";
307 Outfitter_cHunterPack = "Hunter: Pack";
308 Outfitter_cHunterBeast = "Hunter: Beast";
309 Outfitter_cHunterWild = "Hunter: Wild";
310  
311 Outfitter_cMageEvocate = "Mage: Evocate";
312  
313 Outfitter_cAspectOfTheCheetah = "Aspect of the Cheetah";
314 Outfitter_cAspectOfThePack = "Aspect of the Pack";
315 Outfitter_cAspectOfTheBeast = "Aspect of the Beast";
316 Outfitter_cAspectOfTheWild = "Aspect of the Wild";
317 Outfitter_cEvocate = "Evocation";
318  
319 Outfitter_cCompleteCategoryDescripton = "Complete outfits have items specified for every slot and will replace all other outfits when worn.";
320 Outfitter_cPartialCategoryDescription = "Mix-n-match outfits have only some slots specified, but not all. When equipped, they are added on top of your selcted Complete outfit, replacing any other Mix-n-match or Accessory outfits selected.";
321 Outfitter_cAccessoryCategoryDescription = "Accessory outfits have only some slots specified, but not all. Unlike mix-n-match, you can select as many Accessory outfits as you like and they will all be combined together and worn on top of your selected Complete and Mix-n-match outfits.";
322 Outfitter_cSpecialCategoryDescription = "Special Occassion outfits are automatically worn whenever the occassion warrants it. They are worn over all other selected outfits.";
323 Outfitter_cOddsNEndsCategoryDescription = "Odds 'n ends is a list of items which you haven't used in any of your outfits. This may be useful in ensuring that you're using all of your items or that you're not carrying around excess baggage.";
324  
325 Outfitter_cRebuildOutfitFormat = "Rebuild for %s";
326  
327 Outfitter_cTranslationCredit = " ";
328  
329 Outfitter_cSlotEnableTitle = "Slot Enable";
330 Outfitter_cSlotEnableDescription = "Select this if you want the item in this slot to be equipped when changing to the selected outfit. If not selected then this slot will not be modified when changing to the selected outfit.";
331  
332 Outfitter_cFinger0SlotName = "First Finger";
333 Outfitter_cFinger1SlotName = "Second Finger";
334  
335 Outfitter_cTrinket0SlotName = "First Trinket";
336 Outfitter_cTrinket1SlotName = "Second Trinket";
337  
338 Outfitter_cOutfitCategoryTitle = "Category";
339 Outfitter_cBankCategoryTitle = "Bank";
340 Outfitter_cDepositToBank = "Deposit all items to bank";
341 Outfitter_cDepositUniqueToBank = "Deposit unique items to bank";
342 Outfitter_cWithdrawFromBank = "Withdraw items from bank";
343  
344 Outfitter_cMissingItemsLabel = "Missing items: ";
345 Outfitter_cBankedItemsLabel = "Banked items: ";
346  
347 Outfitter_cRepairAllBags = "Outfitter: Repair All Bagged Items";
348  
349 Outfitter_cStatsCategory = "Stats";
350 Outfitter_cMeleeCategory = "Melee";
351 Outfitter_cSpellsCategory = "Healing and Spells";
352 Outfitter_cRegenCategory = "Regeneration";
353 Outfitter_cResistCategory = "Resistances";
354 Outfitter_cTradeCategory = "Trade Skills";
355  
356 Outfitter_cTankPoints = "TankPoints";
357 Outfitter_cCustom = "Custom";