local addonname, addon = ... local name = "zz_GarrisonToggle" local L = LibStub("AceLocale-3.0"):NewLocale(name, "enUS", true) if L then L[name] = name L[name..' Settings'] = name..' Einstellungen' 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["Display Text description"] = "Default text displayed next to icon" end -- ö \195\182 ß \195\159 -- ü \195\188 ä \195\164 -- Ä \195\132 -- ö \195\182 -- Ü \195\156