diff localization/itIT.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/itIT.lua	Wed Apr 24 18:00:57 2019 -0700
+++ b/localization/itIT.lua	Mon May 06 14:08:03 2019 -0700
@@ -162,6 +162,7 @@
 L.GearButtonEquip = function(spec)
 	return string.format("Attiva %s Spec ed Equip", spec)
 end
+L.GearButtonJunk = "Show Junk List"
 L.GearButtonShop = "Show Shopping List"
 
 L.GearEquipErrorCombat = "Non puoi cambiare spec/eqiup mentre sei in combattimento!"
@@ -211,6 +212,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 = "Lista della spesa"
@@ -281,6 +301,9 @@
 L.OptionsAutoGearName = "Equipaggia automaticamente al cambio spec"
 L.OptionsAutoGearDesc = "Ogni volta che cambi spec (tramite l'interfaccia di gioco, addon o AMR.), i tuoi set importati su AMR saranno equipaggiati automaticamente."
 
+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 = "Mostra automaticamente la lista della spesa quando sei all'asta"
 L.OptionsShopAhDesc = "Ogni volta che apri l'asta, mostra automaticamente la lista della spesa. Puoi cliccare sugli oggetti nella lista della spesa per cercarli velocemente all'asta."