Files
coa-altoholic/Altoholic-Addon/DataStore_Auctions/Locales/enUS.lua
T
2023-10-07 09:27:37 +02:00

13 lines
475 B
Lua

local debug = false
--[===[@debug@
debug = true
--@end-debug@]===]
local L = LibStub("AceLocale-3.0"):NewLocale("DataStore_Auctions", "enUS", true, debug)
L["Automatically clear expired auctions and bids"] = true
L["CLEAR_ITEMS_DISABLED"] = "Expired items remain in the database until the player next visits the auction house."
L["CLEAR_ITEMS_ENABLED"] = "Expired items are automatically deleted from the database."
L["CLEAR_ITEMS_TITLE"] = "Clear Auction House items"