zz_GarrisonToggle/locale_enUS.lua

19 lines
818 B
Lua
Executable File

local _, addon = ...
local L = LibStub("AceLocale-3.0"):NewLocale(addon['childName'], "enUS", true)
if L then
L["Mission done"] = true
L['next'] = function(minutes) return format("Next %.1f Min",minutes / 60 ) end
L['ArdenwealdGardening_attention'] = function(ready) return format("Attention needed in your garden. (%ix)",ready) end
L["Follower:"] = true
L["Missions:"] = true
L["No garrison found!"] = true
L["SHIFT LEFTCLICK toggles Garrison"] = true
L["Press SHIFT for other characters info"] = true
L["Hide Alert"] = true
L["Hide mission complete alert"] = true
L["Hide Blizzard"] = true
L["Hide Blizzards default garrison button"] = true
L["Display Text"] = true
L["WHEEL toggles Dragonflight Info"] = true
L["Display Text description"] = "Default text displayed next to icon"
end