mirror of
https://github.com/ckaczor/TuskarrRestockTracker.git
synced 2026-01-13 17:23:11 -05:00
32 lines
1012 B
Lua
32 lines
1012 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 Catch and Release"] = 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
|