You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.3 KiB
43 lines
2.3 KiB
-- ------------------------------------------------------------------------------ -- |
|
-- TradeSkillMaster_ItemTracker -- |
|
-- http://www.curse.com/addons/wow/tradeskillmaster_itemtracker -- |
|
-- -- |
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) -- |
|
-- All Rights Reserved* - Detailed license information included with addon. -- |
|
-- ------------------------------------------------------------------------------ -- |
|
|
|
-- TradeSkillMaster_ItemTracker Locale - esMX |
|
-- Please use the localization app on CurseForge to update this |
|
-- http://wow.curseforge.com/addons/TradeSkillMaster_ItemTracker/localization/ |
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_ItemTracker", "esMX") |
|
if not L then return end |
|
|
|
-- L["AH"] = "" |
|
-- L["Bags"] = "" |
|
-- L["Bank"] = "" |
|
-- L["Characters"] = "" |
|
-- L["Delete Character:"] = "" |
|
-- L["Full"] = "" |
|
-- L["GBank"] = "" |
|
-- L["Guilds"] = "" |
|
-- L["Guilds (Guild Banks) to Ignore:"] = "" |
|
-- L["Here, you can choose what ItemTracker info, if any, to show in tooltips. \"Simple\" will only show totals for bags/banks and for guild banks. \"Full\" will show detailed information for every character and guild."] = "" |
|
-- L["If you rename / transfer / delete one of your characters, use this dropdown to remove that character from ItemTracker. There is no confirmation. If you accidentally delete a character that still exists, simply log onto that character to re-add it to ItemTracker."] = "" |
|
-- L["Inventory Viewer"] = "" |
|
-- L["Item Name"] = "" |
|
-- L["Item Search"] = "" |
|
-- L["Mail"] = "" |
|
-- L["Market Value Price Source"] = "" |
|
-- L["No Tooltip Info"] = "" |
|
-- L["Options"] = "" |
|
-- L["Select guilds to ingore in ItemTracker. Inventory will still be tracked but not displayed or taken into consideration by Itemtracker."] = "" |
|
-- L["Simple"] = "" |
|
-- L["%s in guild bank"] = "" |
|
-- L["%s item(s) total"] = "" |
|
-- L["Specifies the market value price source used for \"Total Market Value\" in the Inventory Viewer."] = "" |
|
-- L["(%s player, %s alts, %s guild banks, %s AH)"] = "" |
|
-- L["\"%s\" removed from ItemTracker."] = "" |
|
-- L["%s (%s bags, %s bank, %s AH, %s mail)"] = "" |
|
-- L["Total"] = "" |
|
-- L["Total Value"] = ""
|
|
|