comparison localization/enUS.lua @ 91:b8e9664d3229 v43

option to disable equipment manager sets, minor artifact/talent bug fixes
author yellowfive
date Wed, 21 Sep 2016 00:14:22 -0700
parents 0515882856f1
children 177391341e26
comparison
equal deleted inserted replaced
90:db63475ef5d4 91:b8e9664d3229
83 ["PvpResilience"] = "PvP Res", 83 ["PvpResilience"] = "PvP Res",
84 ["PvpPower"] = "PvP Pow", 84 ["PvpPower"] = "PvP Pow",
85 } 85 }
86 86
87 L.InstanceNames = { 87 L.InstanceNames = {
88 [1228] = "Highmaul", 88 [1094] = "Emerald Nightmare",
89 [1205] = "Blackrock Foundry", 89 [1088] = "Nighthold"
90 [1448] = "Hellfire Citadel",
91 [1182] = "Auchindoun",
92 [1175] = "Bloodmaul Slag Mines",
93 [1208] = "Grimrail Depot",
94 [1195] = "Iron Docks",
95 [1176] = "Shadowmoon Burial Grounds",
96 [1209] = "Skyreach",
97 [1279] = "The Everbloom",
98 [1358] = "Upper Blackrock Spire"
99 } 90 }
100 91
101 L.DifficultyNames = { 92 L.DifficultyNames = {
102 [17] = "LFR", 93 [17] = "LFR",
103 [14] = "Normal", 94 [14] = "Normal",
143 L.CoverCancel = "cancel" 134 L.CoverCancel = "cancel"
144 135
145 L.MinimapTooltip = 136 L.MinimapTooltip =
146 [[Left Click to open the Ask Mr. Robot window. 137 [[Left Click to open the Ask Mr. Robot window.
147 138
148 Right Click to change spec and equip your saved gear for that spec. 139 Right Click to cycle specs and equip your saved gear for that spec.]]
149
150 Ctrl + Left Click to mark a fight as a wipe.]]
151 140
152 L.MainStatusText = function(version, url) 141 L.MainStatusText = function(version, url)
153 return version .. " loaded. Documentation available at " .. url 142 return version .. " loaded. Documentation available at " .. url
154 end 143 end
155 144
250 239
251 240
252 --[[---------------------------------------------------------------------- 241 --[[----------------------------------------------------------------------
253 Combat Log Tab 242 Combat Log Tab
254 ------------------------------------------------------------------------]] 243 ------------------------------------------------------------------------]]
255 L.LogChatStart = "You are now logging combat, and Mr. Robot is logging character data for your raid." 244 L.LogChatStart = "You are now logging combat." -- , and Mr. Robot is logging character data for your raid
256 L.LogChatStop = "Combat logging has been stopped." 245 L.LogChatStop = "Combat logging has been stopped."
257 246
258 L.LogChatWipe = function(wipeTime) 247 L.LogChatWipe = function(wipeTime)
259 return "Manual wipe called at " .. wipeTime .. "." 248 return "Manual wipe called at " .. wipeTime .. "."
260 end 249 end
408 L.OptionsAutoGearDesc = "Whenever you change spec (via the in-game UI, another addon, etc.), your imported AMR gear sets (on the Gear tab) will be automatically equipped." 397 L.OptionsAutoGearDesc = "Whenever you change spec (via the in-game UI, another addon, etc.), your imported AMR gear sets (on the Gear tab) will be automatically equipped."
409 398
410 L.OptionsShopAhName = "Automatically show shopping list at auction house" 399 L.OptionsShopAhName = "Automatically show shopping list at auction house"
411 L.OptionsShopAhDesc = "Whenever you open the auction house, automatically show the shopping list window. You can click on items in the shopping list to quickly search for them in the auction house." 400 L.OptionsShopAhDesc = "Whenever you open the auction house, automatically show the shopping list window. You can click on items in the shopping list to quickly search for them in the auction house."
412 401
402 L.OptionsDisableEmName = "Disable creating Equipment Manager sets"
403 L.OptionsDisableEmDesc = "A Blizzard Equipment Manager set is created whenever you equip an AMR gear set, useful for marking items in your optimized sets. Check to disable this behavior if desired."
404
413 L.OptionsUiScaleName = "Ask Mr. Robot UI scale" 405 L.OptionsUiScaleName = "Ask Mr. Robot UI scale"
414 L.OptionsUiScaleDesc = "Enter a value between 0.5 and 1.5 to change the scale of the Ask Mr. Robot user interface, press Enter, then close/open the window for it take effect. If the positioning gets messed up, use the /amr reset command." 406 L.OptionsUiScaleDesc = "Enter a value between 0.5 and 1.5 to change the scale of the Ask Mr. Robot user interface, press Enter, then close/open the window for it take effect. If the positioning gets messed up, use the /amr reset command."
415 407
416 end 408 end