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.
92 lines
5.7 KiB
92 lines
5.7 KiB
-- ------------------------------------------------------------------------------ -- |
|
-- TradeSkillMaster_AuctionDB -- |
|
-- http://www.curse.com/addons/wow/tradeskillmaster_auctiondb -- |
|
-- -- |
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) -- |
|
-- All Rights Reserved* - Detailed license information included with addon. -- |
|
-- ------------------------------------------------------------------------------ -- |
|
|
|
-- TradeSkillMaster_AuctionDB Locale - esMX |
|
-- Please use the localization app on CurseForge to update this |
|
-- http://wow.curseforge.com/addons/TradeSkillMaster_AuctionDB/localization/ |
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_AuctionDB", "esMX") |
|
if not L then return end |
|
|
|
-- L["A full auction house scan will scan every item on the auction house but is far slower than a GetAll scan. Expect this scan to take several minutes or longer."] = "" |
|
-- L["A GetAll scan is the fastest in-game method for scanning every item on the auction house. However, there are many possible bugs on Blizzard's end with it including the chance for it to disconnect you from the game. Also, it has a 15 minute cooldown."] = "" |
|
-- L["Any items in the AuctionDB database that contain the search phrase in their names will be displayed."] = "" |
|
-- L["Are you sure you want to clear your AuctionDB data?"] = "" |
|
-- L["Ascending"] = "" |
|
-- L["AuctionDB - Market Value"] = "" |
|
-- L["AuctionDB - Minimum Buyout"] = "" |
|
-- L["Can't run a GetAll scan right now."] = "" |
|
-- L["Descending"] = "" |
|
-- L["Display lowest buyout value seen in the last scan in tooltip."] = "" |
|
-- L["Display market value in tooltip."] = "" |
|
-- L["Display number of items seen in the last scan in tooltip."] = "" |
|
-- L["Display total number of items ever seen in tooltip."] = "" |
|
-- L["Done Scanning"] = "" |
|
-- L["Download the FREE TSM desktop application which will automatically update your TSM_AuctionDB prices using Blizzard's online APIs (and does MUCH more). Visit %s for more info and never scan the AH again! This is the best way to update your AuctionDB prices."] = "" |
|
-- L["Enable display of AuctionDB data in tooltip."] = "" |
|
-- L["GetAll scan did not run successfully due to issues on Blizzard's end. Using the TSM application for your scans is recommended."] = "" |
|
-- L["Hide poor quality items"] = "" |
|
-- L["If checked, poor quality items won't be shown in the search results."] = "" |
|
-- L["If checked, the lowest buyout value seen in the last scan of the item will be displayed."] = "" |
|
-- L["If checked, the market value of the item will be displayed"] = "" |
|
-- L["If checked, the number of items seen in the last scan will be displayed."] = "" |
|
-- L["If checked, the total number of items ever seen will be displayed."] = "" |
|
-- L["Imported %s scans worth of new auction data!"] = "" |
|
-- L["Invalid value entered. You must enter a number between 5 and 500 inclusive."] = "" |
|
-- L["Item Link"] = "" |
|
-- L["Item MinLevel"] = "" |
|
-- L["Items per page"] = "" |
|
-- L["Items %s - %s (%s total)"] = "" |
|
-- L["Item SubType Filter"] = "" |
|
-- L["Item Type Filter"] = "" |
|
-- L["It is strongly recommended that you reload your ui (type '/reload') after running a GetAll scan. Otherwise, any other scans (Post/Cancel/Search/etc) will be much slower than normal."] = "" |
|
-- L["Last Scanned"] = "" |
|
-- L["Last updated from in-game scan %s ago."] = "" |
|
-- L["Last updated from the TSM Application %s ago."] = "" |
|
-- L["Market Value"] = "" |
|
-- L["Market Value:"] = "" |
|
-- L["Market Value x%s:"] = "" |
|
-- L["Min Buyout:"] = "" |
|
-- L["Min Buyout x%s:"] = "" |
|
-- L["Minimum Buyout"] = "" |
|
-- L["Next Page"] = "" |
|
-- L["No items found"] = "" |
|
-- L["No scans found."] = "" |
|
-- L["Not Ready"] = "" |
|
-- L["Not Scanned"] = "" |
|
-- L["Num(Yours)"] = "" |
|
-- L["Options"] = "" |
|
-- L["Previous Page"] = "" |
|
-- L["Processing data..."] = "" |
|
-- L["Ready"] = "" |
|
-- L["Ready in %s min and %s sec"] = "" |
|
-- L["Refreshes the current search results."] = "" |
|
-- L["Removed %s from AuctionDB."] = "" |
|
-- L["Reset Data"] = "" |
|
-- L["Resets AuctionDB's scan data"] = "" |
|
-- L["Result Order:"] = "" |
|
-- L["Run Full Scan"] = "" |
|
-- L["Run GetAll Scan"] = "" |
|
-- L["Running query..."] = "" |
|
-- L["%s ago"] = "" |
|
-- L["Scanning page %s/%s"] = "" |
|
-- L["Scanning the auction house in game is no longer necessary!"] = "" |
|
-- L["Search"] = "" |
|
-- L["Search Options"] = "" |
|
-- L["Seen Last Scan:"] = "" |
|
-- L["Select how you would like the search results to be sorted. After changing this option, you may need to refresh your search results by hitting the \"Refresh\" button."] = "" |
|
-- L["Select whether to sort search results in ascending or descending order."] = "" |
|
-- L["Shift-Right-Click to clear all data for this item from AuctionDB."] = "" |
|
-- L["Sort items by"] = "" |
|
-- L["This determines how many items are shown per page in results area of the \"Search\" tab of the AuctionDB page in the main TSM window. You may enter a number between 5 and 500 inclusive. If the page lags, you may want to decrease this number."] = "" |
|
-- L["Total Seen Count:"] = "" |
|
-- L["Use the search box and category filters above to search the AuctionDB data."] = "" |
|
-- L["You can filter the results by item subtype by using this dropdown. For example, if you want to search for all herbs, you would select \"Trade Goods\" in the item type dropdown and \"Herbs\" in this dropdown."] = "" |
|
-- L["You can filter the results by item type by using this dropdown. For example, if you want to search for all herbs, you would select \"Trade Goods\" in this dropdown and \"Herbs\" as the subtype filter."] = "" |
|
-- L["You can use this page to lookup an item or group of items in the AuctionDB database. Note that this does not perform a live search of the AH."] = "" |
|
|