comparison localization/enUS.lua @ 161:35612aee8e15

Added junk list.
author yellowfive
date Mon, 06 May 2019 14:08:03 -0700
parents 3ac4915a2e41
children 5c68d3fccff3
comparison
equal deleted inserted replaced
160:d670336e8c89 161:35612aee8e15
175 L.GearBlank = "You have not loaded any gear for this spec yet." 175 L.GearBlank = "You have not loaded any gear for this spec yet."
176 L.GearBlank2 = "Go to askmrrobot.com to optimize your gear, then use the Import button to the left." 176 L.GearBlank2 = "Go to askmrrobot.com to optimize your gear, then use the Import button to the left."
177 L.GearButtonEquip = function(spec) 177 L.GearButtonEquip = function(spec)
178 return string.format("Activate %s Spec and Equip Gear", spec) 178 return string.format("Activate %s Spec and Equip Gear", spec)
179 end 179 end
180 L.GearButtonJunk = "Show Junk List"
180 L.GearButtonShop = "Show Shopping List" 181 L.GearButtonShop = "Show Shopping List"
181 182
182 L.GearEquipErrorCombat = "Cannot change spec/gear while in combat!" 183 L.GearEquipErrorCombat = "Cannot change spec/gear while in combat!"
183 L.GearEquipErrorEmpty = "No saved gear set could be found for the current spec." 184 L.GearEquipErrorEmpty = "No saved gear set could be found for the current spec."
184 L.GearEquipErrorNotFound = "An item in your saved gear set could not be equipped." 185 L.GearEquipErrorNotFound = "An item in your saved gear set could not be equipped."
224 225
225 L.ImportOverwolfWait = "Performing Best in Bags optimization. Please do not press Escape or close the addon until it has completed!" 226 L.ImportOverwolfWait = "Performing Best in Bags optimization. Please do not press Escape or close the addon until it has completed!"
226 227
227 228
228 --[[---------------------------------------------------------------------- 229 --[[----------------------------------------------------------------------
230 Junk List
231 ------------------------------------------------------------------------]]
232 L.JunkTitle = "Junk List"
233 L.JunkEmpty = "You have no junk items"
234 L.JunkScrap = "Click an item to add to the scrapper"
235 L.JunkVendor = "Click an item to sell"
236 L.JunkDisenchant = "Click an item to disenchant"
237 L.JunkBankText = function(count)
238 return count .. " junk items are not in your bags"
239 end
240 L.JunkMissingText = function(count)
241 return "Warning! " .. count .. " junk items could not be found"
242 end
243 L.JunkButtonBank = "Retrieve from Bank"
244 L.JunkOutOfSync = "An item in your junk list could not be found. Try opening your bank for a few seconds, then export to the website, then import again."
245 L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it."
246
247
248 --[[----------------------------------------------------------------------
229 Shopping List 249 Shopping List
230 ------------------------------------------------------------------------]] 250 ------------------------------------------------------------------------]]
231 L.ShopTitle = "Shopping List" 251 L.ShopTitle = "Shopping List"
232 L.ShopEmpty = "There is no shopping list data for this player." 252 L.ShopEmpty = "There is no shopping list data for this player."
233 L.ShopSpecLabel = "Spec" 253 L.ShopSpecLabel = "Spec"
294 L.OptionsHideMinimapDesc = "The minimap icon is for convenience, all actions can also be performed via slash commands or the UI." 314 L.OptionsHideMinimapDesc = "The minimap icon is for convenience, all actions can also be performed via slash commands or the UI."
295 315
296 L.OptionsAutoGearName = "Automatically equip gear on spec change" 316 L.OptionsAutoGearName = "Automatically equip gear on spec change"
297 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." 317 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."
298 318
319 L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper"
320 L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty."
321
299 L.OptionsShopAhName = "Automatically show shopping list at auction house" 322 L.OptionsShopAhName = "Automatically show shopping list at auction house"
300 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." 323 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."
301 324
302 L.OptionsDisableEmName = "Disable creating Equipment Manager sets" 325 L.OptionsDisableEmName = "Disable creating Equipment Manager sets"
303 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." 326 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."