diff localization/enUS.lua @ 161:35612aee8e15

Added junk list.
author yellowfive
date Mon, 06 May 2019 14:08:03 -0700
parents 3ac4915a2e41
children 5c68d3fccff3
line wrap: on
line diff
--- a/localization/enUS.lua	Wed Apr 24 18:00:57 2019 -0700
+++ b/localization/enUS.lua	Mon May 06 14:08:03 2019 -0700
@@ -177,6 +177,7 @@
 L.GearButtonEquip = function(spec)
 	return string.format("Activate %s Spec and Equip Gear", spec)
 end
+L.GearButtonJunk = "Show Junk List"
 L.GearButtonShop = "Show Shopping List"
 
 L.GearEquipErrorCombat = "Cannot change spec/gear while in combat!"
@@ -226,6 +227,25 @@
 
 
 --[[----------------------------------------------------------------------
+Junk List
+------------------------------------------------------------------------]]
+L.JunkTitle = "Junk List"
+L.JunkEmpty = "You have no junk items"
+L.JunkScrap = "Click an item to add to the scrapper"
+L.JunkVendor = "Click an item to sell"
+L.JunkDisenchant = "Click an item to disenchant"
+L.JunkBankText = function(count)
+	return count .. " junk items are not in your bags"
+end
+L.JunkMissingText = function(count)
+    return "Warning! " .. count .. " junk items could not be found"
+end
+L.JunkButtonBank = "Retrieve from Bank"
+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."
+L.JunkItemNotFound = "That item could not be found in your bags. Try closing and opening the Junk List to refresh it."
+
+
+--[[----------------------------------------------------------------------
 Shopping List
 ------------------------------------------------------------------------]]
 L.ShopTitle = "Shopping List"
@@ -296,6 +316,9 @@
 L.OptionsAutoGearName = "Automatically equip gear on spec change"
 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."
 
+L.OptionsJunkVendorName = "Automatically show junk list at vendors and scrapper"
+L.OptionsJunkVendorDesc = "Whenever you open the scrapper or a vendor, automatically show the junk list window if your list is not empty."
+
 L.OptionsShopAhName = "Automatically show shopping list at auction house"
 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."