-
Notifications
You must be signed in to change notification settings - Fork 1
/
OutfitterStrings.lua
428 lines (357 loc) · 22.8 KB
/
OutfitterStrings.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
Outfitter.cVersion = C_AddOns.GetAddOnMetadata("Outfitter", "Version")
Outfitter.cTitle = "Outfitter"
Outfitter.cTitleVersion = Outfitter.cTitle.." "..Outfitter.cVersion
Outfitter.cSingleItemFormat = "%s"
Outfitter.cTwoItemFormat = "%s and %s"
Outfitter.cMultiItemFormat = "%s{{, %s}} and %s"
Outfitter.cInfo = "Info"
Outfitter.cBuild = "Build"
Outfitter.cStats = "Stats"
Outfitter.cNameLabel = "Name:"
Outfitter.cCreateUsingTitle = "Generate Outfit"
Outfitter.cUseCurrentOutfit = "Use Current Outfit"
Outfitter.cUseEmptyOutfit = "Create Empty Outfit"
Outfitter.cAutomationLabel = "Automation:"
Outfitter.cOutfitterTabTitle = "Outfitter"
Outfitter.cOptionsTabTitle = "Options"
Outfitter.cAboutTabTitle = "About"
Outfitter.cNewOutfit = "New Outfit"
Outfitter.cRenameOutfit = "Rename Outfit"
Outfitter.cCompleteOutfits = "Complete outfits"
Outfitter.cAccessoryOutfits = "Accessories"
Outfitter.cOddsNEndsOutfits = "Odds 'n ends"
Outfitter.cBoEsOutfits = "Unopened"
Outfitter.cGlobalCategory = "Special Outfits"
Outfitter.cNormalOutfit = "Normal"
Outfitter.cNakedOutfit = "Birthday Suit"
Outfitter.cScriptCategoryName = {}
Outfitter.cScriptCategoryName.PVP = "PvP"
Outfitter.cScriptCategoryName.TRADE = "Activities"
Outfitter.cScriptCategoryName.GENERAL = "General"
Outfitter.cScriptCategoryName.QUEST = "Questing"
Outfitter.cScriptCategoryName.ENTERTAIN = "Entertainment"
Outfitter.cArgentDawnOutfit = "Argent Dawn"
Outfitter.cCityOutfit = "Around Town"
Outfitter.cBattlegroundOutfit = "Battleground"
Outfitter.cAVOutfit = "Battleground: Alterac Valley"
Outfitter.cABOutfit = "Battleground: Arathi Basin"
Outfitter.cArenaOutfit = "Battleground: Arena"
Outfitter.cEotSOutfit = "Battleground: Eye of the Storm"
Outfitter.cWSGOutfit = "Battleground: Warsong Gulch"
Outfitter.cSotAOutfit = "Battleground: Strand of the Ancients"
Outfitter.cIoCOutfit = "Battleground: Isle of Conquest"
Outfitter.cWintergraspOutfit = "Battleground: Wintergrasp"
Outfitter.cSewersOutfit = "Battleground: Sewers"
Outfitter.cGilneasOutfit = "Battleground: Battle for Gilneas"
Outfitter.cTwinPeaksOutfit = "Battleground: Twin Peaks"
Outfitter.cDiningOutfit = "Dining"
Outfitter.cFishingOutfit = "Fishing"
Outfitter.cHerbalismOutfit = "Herbalism"
Outfitter.cMiningOutfit = "Mining"
Outfitter.cFireResistOutfit = "Resist: Fire"
Outfitter.cNatureResistOutfit = "Resist: Nature"
Outfitter.cShadowResistOutfit = "Resist: Shadow"
Outfitter.cArcaneResistOutfit = "Resist: Arcane"
Outfitter.cFrostResistOutfit = "Resist: Frost"
Outfitter.cRidingOutfit = "Riding"
Outfitter.cSkinningOutfit = "Skinning"
Outfitter.cSwimmingOutfit = "Swimming"
Outfitter.cLowHealthOutfit = "Low Health or Mana"
Outfitter.cHasBuffOutfit = "Has Buff"
Outfitter.cHasDebuffOutfit = "Has Debuff"
Outfitter.cInZonesOutfit = "In Zones"
Outfitter.cSoloOutfit = "Solo/Party/Raid"
Outfitter.cFallingOutfit = "Falling"
Outfitter.cPvPFlaggedOutfit = "PvP Flagged"
Outfitter.cInDungeonOutfit = "In Dungeon"
Outfitter.cArgentTournamentOutfit = "Argent Tournament"
Outfitter.cMultiphaseSurveyOutfit = "The Multiphase Survey"
Outfitter.cSpellcastOutfit = "Spellcast"
Outfitter.cRestingOutfit = "Resting"
Outfitter.cFlameLeviathanOutfit = "Flame Leviathan"
Outfitter.cQuestTurninOutfit = "Quest Turn-in"
Outfitter.cArgentDawnOutfitDescription = "Equips the outfit when you're in the Plaguelands"
Outfitter.cRidingOutfitDescription = "Equips the outfit when you're mounted"
Outfitter.cDiningOutfitDescription = "Equips the outfit when you're eating or drinking until your health/mana are above 90%"
Outfitter.cBattlegroundOutfitDescription = "Equips the outfit when you're in any battleground"
Outfitter.cArathiBasinOutfitDescription = "Equips the outfit when you're in the Arathi Basin battleground"
Outfitter.cAlteracValleyOutfitDescription = "Equips the outfit when you're in in the Alterac Valley battleground"
Outfitter.cWarsongGulchOutfitDescription = "Equips the outfit when you're in the Warsong Gulch battleground"
Outfitter.cEotSOutfitDescription = "Equips the outfit when you're in the Eye of the Storm battleground"
Outfitter.cSotAOutfitDescription = "Equips the outfit when you're in the Strand of the Ancients battleground"
Outfitter.cIoCOutfitDescription = "Equips the outfit when you're in the Isle of Conquest battleground"
Outfitter.cArenaOutfitDescription = "Equips the outfit when you're in a PvP Arena"
Outfitter.cCityOutfitDescription = "Equips the outfit when you're in a friendly major city"
Outfitter.cSwimmingOutfitDescription = "Equips the outfit when you're swimming"
Outfitter.cFishingOutfitDescription = "Unequips the outfit if you enter combat, then requips it afterwards."
Outfitter.cSpiritOutfitDescription = "Equips the outfit when you're regenerating mana (out of the five-second rule)"
Outfitter.cHerbalismDescription = "Equips the outfit when your cursor is over an herb node that is orange or red to you"
Outfitter.cMiningDescription = "Equips the outfit when your cursor is over a mining node that is orange or red to you"
Outfitter.cLockpickingDescription = "Equips the outfit when your cursor is over a lock that is orange or red to you"
Outfitter.cSkinningDescription = "Equips the outfit when your cursor is over a skinnable creature that is orange or red to you"
Outfitter.cLowHealthDescription = "Equips the outfit when your health or mana go below the specified values"
Outfitter.cHasBuffDescription = "Equips the outfit when you have a buff with the specified name"
Outfitter.cHasDebuffDescription = "Equips the outfit when you have a debuff with the specified name"
Outfitter.SpiritRegenOutfitDescription = "Equips the outfit when you are regenerating mana (out of the five-second rule)"
Outfitter.cDruidCasterFormDescription = "Equips the outfit when you are not in any druid form"
Outfitter.cPriestShadowformDescription = "Equips the outfit when you are in shadow form"
Outfitter.cShamanGhostWolfDescription = "Equips the outfit when you are in ghost wolf form"
Outfitter.cHunterMonkeyDescription = "Equips the outfit when you are in Monkey aspect"
Outfitter.cHunterHawkDescription = "Equips the outfit when you are in Hawk aspect"
Outfitter.cHunterCheetahDescription = "Equips the outfit when you are in Cheetah aspect"
Outfitter.cHunterPackDescription = "Equips the outfit when you are in Pack aspect"
Outfitter.cHunterBeastDescription = "Equips the outfit when you are in Beast aspect"
Outfitter.cHunterWildDescription = "Equips the outfit when you are in Wild aspect"
Outfitter.cHunterViperDescription = "Equips the outfit when you are in Viper aspect"
Outfitter.cHunterDragonhawkDescription = "Equips the outfit when you are in Dragonhawk aspect"
Outfitter.cHunterFeignDeathDescription = "Equips the outfit when you are feigning death"
Outfitter.cMageEvocateDescription = "Equips the outfit when you are evocating"
Outfitter.cWarriorBerserkerStanceDescription = "Equips the outfit when you are in Berserker stance"
Outfitter.cWarriorDefensiveStanceDescription = "Equips the outfit when you are in Defensive stance"
Outfitter.cWarriorBattleStanceDescription = "Equips the outfit when you are in Battle stance"
Outfitter.cInZonesOutfitDescription = "Equips the outfit when you are in one of the zones or minimap sub-zones listed below"
Outfitter.cSoloOutfitDescription = "Equips the outfit when solo, partied or raiding, based on the settings"
Outfitter.cFallingOutfitDescription = "Equips the outfit when you're falling"
Outfitter.cPvPFlaggedDescription = "Equips the outfit when you're PvP-flagged"
Outfitter.cInDungeonDescription = "Equips the outfit when you're in a dungeon, raid, or battleground instance based on the settings"
Outfitter.cArgentTournamentOutfitDescription = "Equips the outfit when you mouse over an Argent Tournament mount, unequips it when you exit the vehicle"
Outfitter.cRestingOutfitDescription = "Equips the outfit when you're in an inn"
Outfitter.cFlameLeviathanOutfitDescription = "Equips the outfit when you enter a Flame Leviathan encounter vehicle, unequips it when you exit and combat is ended"
Outfitter.cQuestTurninOutfitDescription = "Use this to automatically equip your bonus XP gear before you turn in quests"
Outfitter.cMountSpeedFormat = "Increases speed by (%d+)%%%."; -- For detecting when mounted
Outfitter.cFlyingMountSpeedFormat = "Increases flight speed by (%d+)%%%."; -- For detecting when mounted
Outfitter.cBagsFullError = "Can't remove %s because all bags are full"
Outfitter.cDepositBagsFullError = "Can't deposit %s because all bank bags are full"
Outfitter.cWithdrawBagsFullError = "Can't withdraw %s because all bags are full"
Outfitter.cItemNotFoundError = "Can't find item %s for slot %s"
Outfitter.cItemAlreadyUsedError = "Can't put %s in the %s slot because it's already being used in another slot"
Outfitter.cAddingItem = "Adding %s to %s outfit"
Outfitter.cNameAlreadyUsedError = "Error: That name is already being used"
Outfitter.cNoItemsWithStatError = "Warning: None of your items have that attribute"
Outfitter.cCantUnequipCompleteError = "Can't unequip %s because complete outfits can't be unequipped (you must equip a different complete outfit instead)"
Outfitter.cEnableAll = "Enable all"
Outfitter.cEnableNone = "Enable none"
Outfitter.cConfirmDeleteMsg = "Are you sure you want to delete the outfit %s?"
Outfitter.cConfirmRebuildMsg = "Are you sure you want to rebuild the outfit %s?"
Outfitter.cRebuild = "Rebuild"
Outfitter.cSilverwingHold = "Silverwing Hold"
Outfitter.cWarsongLumberMill = "Warsong Lumber Mill"
Outfitter.cTotalStatsName = "Total Stats"
Outfitter.cItemLevelName = "Item Level"
Outfitter.cCombatManaRegenStatName = "Mana per 5 (combat)"
Outfitter.cCombatHealthRegenStatName = "Health per 5 (combat)"
Outfitter.cOptionsTitle = "Outfitter Options"
Outfitter.cShowMinimapButton = "Show Minimap Button"
Outfitter.cShowMinimapButtonOnDescription = "Turn this off if you don't want the Outfitter button on your minimap cluster"
Outfitter.cShowMinimapButtonOffDescription = "Turn this on if you want the Outfitter button on your minimap cluster"
Outfitter.cAutoSwitch = "Disable all outfit scripts"
Outfitter.cAutoSwitchOnDescription = "Turn this off to allow outfit scripts to run"
Outfitter.cAutoSwitchOffDescription = "Turn this on to block all outfit scripts from running"
Outfitter.cTooltipInfo = "Show 'Used by:' in tooltips"
Outfitter.cTooltipInfoOnDescription = "Turn this off if you experience performance problems when mousing over equippable items"
Outfitter.cTooltipInfoOffDescription = "Turn this on if you want to display 'Used By:' information in Tooltip"
Outfitter.cItemComparisons = "Show in item comparisons"
Outfitter.cItemComparisonsOnDescription = "Turn this off to only include your equipped items in item comparisons"
Outfitter.cItemComparisonsOffDescription = "Turn this on to include items from your outfits in tooltip item comparisons"
Outfitter.cOutfitDisplay = "Outfit display"
Outfitter.cShowHotkeyMessages = "Show outfit change messages"
Outfitter.cShowHotkeyMessagesOnDescription = "Turn this off if you don't want to see a message when you change outfits using a key binding"
Outfitter.cShowHotkeyMessagesOffDescription = "Turn this on if you want to see a message when you change outfits using a key binding"
Outfitter.cShowOutfitBar = "Show outfit bar"
Outfitter.cShowOutfitBarDescription = "Shows a bar of icon buttons you can click to change outfits"
Outfitter.cEquipOutfitMessageFormat = "Outfitter: %s equipped"
Outfitter.cUnequipOutfitMessageFormat = "Outfitter: %s unequipped"
Outfitter.cAboutTitle = "About Outfitter %s"
Outfitter.cAboutAuthor = "Designed and written by John Stephen"
Outfitter.cAboutCopyright = "Copyright 2006 - 2018 John Stephen"
Outfitter.cAboutThanks = "Many thanks to all fans and supporters."
Outfitter.cGermanLocalization = "German Localization"
Outfitter.cChineseLocalization = "Chinese Localization"
Outfitter.cFrenchLocalization = "French Localization"
Outfitter.cSpanishLocalization = "Spanish Localization"
Outfitter.cRussianLocalization = "Russian Localization"
Outfitter.cKoreanLocalization = "Korean Localization"
Outfitter.cContributingDeveloper = "Contributing Developer"
Outfitter.cTester = "Tester"
Outfitter.cGuildCreditFormat = "The guild of %s"
Outfitter.cDragonFlightCompatiblity = "People that REALLY want to see this addon continued"
Outfitter.cOpenOutfitter = "Open Outfitter"
Outfitter.cKeyBinding = "Key Binding"
BINDING_HEADER_OUTFITTER_TITLE = Outfitter.cTitle
BINDING_NAME_OUTFITTER_OUTFIT = "Open Outfitter"
BINDING_NAME_OUTFITTER_OUTFIT1 = "Outfit 1"
BINDING_NAME_OUTFITTER_OUTFIT2 = "Outfit 2"
BINDING_NAME_OUTFITTER_OUTFIT3 = "Outfit 3"
BINDING_NAME_OUTFITTER_OUTFIT4 = "Outfit 4"
BINDING_NAME_OUTFITTER_OUTFIT5 = "Outfit 5"
BINDING_NAME_OUTFITTER_OUTFIT6 = "Outfit 6"
BINDING_NAME_OUTFITTER_OUTFIT7 = "Outfit 7"
BINDING_NAME_OUTFITTER_OUTFIT8 = "Outfit 8"
BINDING_NAME_OUTFITTER_OUTFIT9 = "Outfit 9"
BINDING_NAME_OUTFITTER_OUTFIT10 = "Outfit 10"
BINDING_NAME_OUTFITTER_ENABLEAUTOMATION = "Enable automatic changes"
BINDING_NAME_OUTFITTER_DISABLEAUTOMATION = "Disable automatic changes"
BINDING_NAME_OUTFITTER_UPDATEOUTFIT = "Update to equipped items"
Outfitter.cShow = "Show"
Outfitter.cShowInCombat = "Show in combat"
Outfitter.cHide = "Hide"
Outfitter.cDontChange = "Don't change"
Outfitter.cPlayerTitle = "Title"
Outfitter.cMore = "More"
Outfitter.cAutomation = "Automation"
Outfitter.cDisableOutfit = "Disable"
Outfitter.cDisableAlways = "Always"
Outfitter.cDisableOutfitInBG = "In Battlegrounds"
Outfitter.cDisableOutfitInCombat = "Disable while in combat"
Outfitter.cDisableOutfitInAQ40 = "In Temple of Ahn'Qiraj"
Outfitter.cDisableOutfitInNaxx = "In Naxxramas"
Outfitter.cDisabledOutfitName = "%s (Disabled)"
Outfitter.cOutfitBar = "Outfit Bar"
Outfitter.cShowInOutfitBar = "Show in outfit bar"
Outfitter.cChangeIcon = "Choose icon..."
Outfitter.cMinimapButtonTitle = "Outfitter Minimap Button"
Outfitter.cMinimapButtonDescription = "Click to select a different outfit or drag to re-position this button."
Outfitter.cBattleStance = "Battle Stance"
Outfitter.cDefensiveStance = "Defensive Stance"
Outfitter.cBerserkerStance = "Berserker Stance"
Outfitter.cWarriorBattleStance = "Warrior: Battle Stance"
Outfitter.cWarriorDefensiveStance = "Warrior: Defensive Stance"
Outfitter.cWarriorBerserkerStance = "Warrior: Berserker Stance"
Outfitter.cDruidCasterForm = "Druid: Caster Form"
Outfitter.cDruidBearForm = "Druid: Bear Form"
Outfitter.cDruidCatForm = "Druid: Cat Form"
Outfitter.cDruidAquaticForm = "Druid: Aquatic Form"
Outfitter.cDruidTravelForm = "Druid: Travel Form"
Outfitter.cDruidMoonkinForm = "Druid: Moonkin Form"
Outfitter.cDruidFlightForm = "Druid: Flight Form"
Outfitter.cDruidSwiftFlightForm = "Druid: Swift Flight Form"
Outfitter.cDruidTreeOfLifeForm = "Druid: Tree of Life"
Outfitter.cDruidProwl = "Druid: Prowl"
Outfitter.cProwl = "Prowl"
Outfitter.cPriestShadowform = "Priest: Shadowform"
Outfitter.cRogueStealth = "Rogue: Stealth"
Outfitter.cLockpickingOutfit = "Rogue: Lockpicking"
Outfitter.cShamanGhostWolf = "Shaman: Ghost Wolf"
Outfitter.cHunterMonkey = "Hunter: Monkey"
Outfitter.cHunterHawk = "Hunter: Hawk"
Outfitter.cHunterCheetah = "Hunter: Cheetah"
Outfitter.cHunterPack = "Hunter: Pack"
Outfitter.cHunterBeast = "Hunter: Beast"
Outfitter.cHunterWild = "Hunter: Wild"
Outfitter.cHunterViper = "Hunter: Viper"
Outfitter.cHunterDragonhawk = "Hunter: Dragonhawk"
Outfitter.cHunterFeignDeath = "Hunter: Feign Death"
Outfitter.cMageEvocate = "Mage: Evocate"
Outfitter.cDeathknightBlood = "Deathknight: Blood Presence"
Outfitter.cDeathknightFrost = "Deathknight: Frost Presence"
Outfitter.cDeathknightUnholy = "Deathknight: Unholy Presence"
Outfitter.cMonkTiger = "Monk: Tiger stance"
Outfitter.cMonkSerpent = "Monk: Serpent stance"
Outfitter.cMonkOx = "Monk: Ox stance"
Outfitter.cCompleteCategoryDescription = "Complete outfits have all slots specified. When these outfits are equipped all other outfits will automatically be unequipped."
Outfitter.cAccessoryCategoryDescription = "Accessory outfits have some, but not all, slots specified. You can equip as many accessory outfits at a time as you like."
Outfitter.cOddsNEndsCategoryDescription = "Odds 'n ends is a list of items which are Soulbound but aren't used in any of your outfits."
Outfitter.cBoEsCategoryDescription = "Unopened is a list of items which are still in their original 'Binds on Equip' state."
Outfitter.cRebuildOutfitFormat = "Rebuild for %s"
Outfitter.cRebuildFor = "Rebuild for..."
Outfitter.cSlotEnableTitle = "Slot Enable"
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."
Outfitter.cFinger0SlotName = "First Finger"
Outfitter.cFinger1SlotName = "Second Finger"
Outfitter.cTrinket0SlotName = "First Trinket"
Outfitter.cTrinket1SlotName = "Second Trinket"
Outfitter.cOutfitCategoryTitle = "Category"
Outfitter.cBankCategoryTitle = "Bank"
Outfitter.cDepositToBank = "Deposit all items to bank"
Outfitter.cDepositUniqueToBank = "Deposit unique items to bank"
Outfitter.cDepositOthersToBank = "Deposit other outfits to bank"
Outfitter.cWithdrawFromBank = "Withdraw items from bank"
Outfitter.cWithdrawOthersFromBank = "Withdraw other outfits from bank"
Outfitter.cVoidStorageCategoryTitle = "Void Storage"
Outfitter.cDepositToVoidStorage = "Deposit all items to Void Storage"
Outfitter.cDepositUniqueToVoidStorage = "Deposit unique items to Void Storage"
Outfitter.cWithdrawFromVoidStorage = "Withdraw items from Void Storage"
Outfitter.cMissingItemsLabel = "Missing items: "
Outfitter.cBankedItemsLabel = "Banked items: "
Outfitter.cResistCategory = "Resistances"
Outfitter.cTradeCategory = "Skills"
Outfitter.cTankPoints = "TankPoints"
Outfitter.cCustom = "Custom"
Outfitter.cScriptFormat = "Script (%s)"
Outfitter.cScriptSettings = "Script settings..."
Outfitter.cNoScript = "None"
Outfitter.cDisableScript = "Disable script"
Outfitter.cDisableIn = "Disable more"
Outfitter.cEditScriptTitle = "Script for %s outfit"
Outfitter.cEditScriptEllide = "Custom..."
Outfitter.cEventsLabel = "Events:"
Outfitter.cScriptLabel = "Script:"
Outfitter.cSetCurrentItems = "Update to current items"
Outfitter.cConfirmSetCurrentMsg = "Are you sure you want to update %s to use the currently equipped items? Note: Only slots currently enabled in the outfit will be updated -- you can turn on additional slots afterwards"
Outfitter.cSetCurrent = "Update"
Outfitter.cTyping = "Typing..."
Outfitter.cScriptErrorFormat = "Error at line %d: %s"
Outfitter.cExtractErrorFormat = "%[string \"Outfit Script\"%]:(%d+):(.*)"
Outfitter.cPresetScript = "Preset script:"
Outfitter.cCustomScript = "Custom"
Outfitter.cSettings = "Settings"
Outfitter.cSource = "Source"
Outfitter.cInsertFormat = "<- %s"
Outfitter.cNone = "None"
Outfitter.cTooltipMultibuffSeparator1 = " and "
Outfitter.cTooltipMultibuffSeparator2 = " / "
Outfitter.cNoScriptSettings = "There are no settings for this script."
Outfitter.cMissingItemsSeparator = ", "
Outfitter.cUnequipOthers = "On equip, unequip other Accessory outfits"
Outfitter.cIgnoreComparisons = "Ignore in comparison tooltips"
Outfitter.cConfirmResetMsg = "Are you sure you want to reset Outfitter on this character? All outfits will be deleted and the default outfits re-created."
Outfitter.cReset = "Reset"
Outfitter.cIconFilterLabel = "Search:"
Outfitter.cIconSetLabel = "Icons:"
Outfitter.cCantReloadUI = "You must completely restart WoW to upgrade to this version of Outfitter"
Outfitter.cChooseIconTitle = "Choose an icon for the %s outfit"
Outfitter.cOutfitterDecides = "Outfitter will choose an icon for you"
Outfitter.cSuggestedIcons = "Suggested/equipped icons"
Outfitter.cSpellbookIcons = "Your Spellbook"
Outfitter.cYourItemIcons = "Your bags"
Outfitter.cEveryIcon = "All icons"
Outfitter.cItemIcons = "All icons (items only)"
Outfitter.cAbilityIcons = "All icons (spells only)"
Outfitter.cRequiresLockpicking = "Requires Lockpicking"
Outfitter.cUseTooltipLineFormat = "^Use:.*"
Outfitter.cUseDurationTooltipLineFormat = "^Use:.*for (%d+) sec"
Outfitter.cUseDurationTooltipLineFormat2 = "^Use:.*Lasts (%d+) sec"
Outfitter.cOutfitBarSizeLabel = "Size"
Outfitter.cOutfitBarSmallSizeLabel = "Small"
Outfitter.cOutfitBarLargeSizeLabel = "Large"
Outfitter.cOutfitBarAlphaLabel = "Alpha"
Outfitter.cOutfitBarCombatAlphaLabel = "Combat Alpha"
Outfitter.cOutfitBarVerticalLabel = "Vertical"
Outfitter.cOutfitBarLockPositionLabel = "Lock Position"
Outfitter.cOutfitBarHideBackgroundLabel = "Hide Background"
Outfitter.cPositionLockedError = "The outfit bar can't be moved because you've locked its position"
Outfitter.cMustBeAtBankError = "You must have your bank open to generate a missing items report"
Outfitter.cMissingItemReportIntro = "Missing items (note that a missing item will be listed multiple times if it was used by multiple outfits):"
Outfitter.cNoMissingItems = "No items are missing"
Outfitter.cAutoChangesDisabled = "Automated changes are now disabled"
Outfitter.cAutoChangesEnabled = "Automated changes are now enabled"
-- OutfitterFu strings
Outfitter.cFuHint = "Left-click to toggle Outfitter window."
Outfitter.cFuHideMissing = "Hide missing"
Outfitter.cFuHideMissingDesc = "Hide outfits with missing items."
Outfitter.cFuRemovePrefixes = "Remove prefixes"
Outfitter.cFuRemovePrefixesDesc = "Remove outfit name prefixes to shorten the text displayed in FuBar."
Outfitter.cFuMaxTextLength = "Max text length"
Outfitter.cFuMaxTextLengthDesc = "The maximum length of the text displayed in FuBar."
Outfitter.cFuHideMinimapButton = "Hide minimap button"
Outfitter.cFuHideMinimapButtonDesc = "Hide Outfitter's minimap button."
Outfitter.cFuInitializing = "Initializing"
Outfitter.cStoreOnServer = "Store outfit on server"
Outfitter.cStoreOnServerOnDescription = "Turn off to remove this outfit from the server and store it locally instead. It will no longer be available from other computers."
Outfitter.cStoreOnServerOffDescription = "Turn on to store this outfit on the server so that it's available from any computer. You may only store 10 outfits on the server."
Outfitter.cTooManyServerOutfits = "You cannot store more than %d outfits on the server."
Outfitter.cCantSetIcon = "Equipment Manager doesn't have the ability to change an icon without also updating the gear. You should equip this outfit first before changing its icon. If you continue anyhow, some of your item selections for this outfit will be changed to your currently equipped gear."
Outfitter.cChangeIcon = "Change Icon"
Outfitter.cNoItemsWithStat = "Couldn't generate an outfit because no items with that stat were found"
Outfitter.cRequiresPrefix = "Requires:"
Outfitter.cUniqueEquippedSearchPattern = "^Unique%-Equipped: (.*) %((%d+)%)$"