Files
TuskarrRestockTracker/Locale/enUS.lua
2022-12-29 21:56:09 -05:00

32 lines
1010 B
Lua

local ADDON_NAME = ...
local L = LibStub("AceLocale-3.0"):NewLocale(ADDON_NAME, "enUS", true, false)
if not L then
return
end
L["Tuskarr Restock Tracker"] = true
L["Catch and Release: Scalebelly Mackerel"] = true
L["Catch and Release: Thousandbite Piranha"] = true
L["Catch and Release: Aileron Seamoth"] = true
L["Catch and Release: Cerulean Spinefish"] = true
L["Catch and Release: Temporal Dragonhead"] = true
L["Catch and Release: Islefin Dorado"] = true
L["Disabled until level 10"] = true
L["Loading..."] = true
L["|cFF00FF00Complete|r"] = true
L["|cFFFF0000Not Complete|r"] = true
L["Loaded"] = true
L["Done"] = true
L["Show minimap icon"] = true
L["Shows or hides the minimap icon"] = true
L["|cFFFFFF00Click|r the main button to toggle whether the tooltip stays open"] = true
L["|cFFFFFF00Right Click|r the main button to cycle through which quest to track"] = true
L["Quest"] = true
L["Fish"] = true
L["Have"] = true
L["Status"] = true
L["Need"] = true
L["Gather:"] = true
L["Turn In:"] = true