local L = LibStub:GetLibrary("AceLocale-3.0"):NewLocale("Grid2", "enUS", true, true) if not L then return end --{{{ Actually used L["Border"] = true L["Charmed"] = true L["Default"] = true L["Grid2"] = true L["Beast"] = true L["Demon"] = true L["Humanoid"] = true L["Elemental"] = true --}}} --{{{ Health L["DEAD"] = true L["GHOST"] = true L["FD"] = true L["Offline"] = true --}}} --{{{ Pvp L["PvP"] = true L["FFA"] = true --}}} --{{{ Range L["OOR"] = true --}}} --{{{ ReadyCheck L["?"] = true L["R"] = true L["X"] = true L["AFK"] = true --}}} --{{{ Target L["target"] = true --}}} --{{{ Vehicle L["vehicle"] = true --}}} --{{{ VoiceComm L["talking"] = true --}}} --{{{ DungeonRole L["TANK"] = true L["HEALER"] = true L["DAMAGER"] = true --}}} --{{{ Other roles L["RL"] = true L["RA"] = true L["ML"] = true --}}} --{{{ Resurrection L["Reviving"] = true L["Revived"] = true ---}}} --{{{ Self L["Me"] = true ---}}} --Layouts L["None"] = true L["Solo"] = true L["Solo w/Pet"] = true L["By Group 5"] = true L["By Group 5 w/Pets"] = true L["By Group 10"] = true L["By Group 10 w/Pets"] = true L["By Group 15"] = true L["By Group 15 w/Pets"] = true L["By Group 25"] = true L["By Group 25 w/Pets"] = true L["By Class"] = true L["By Class w/Pets"] = true L["By Class 25"] = true L["By Role 25"] = true L["By Class 1 x 25 Wide"] = true L["By Class 2 x 15 Wide"] = true L["By Group 4 x 10 Wide"] = true L["By Group 25 w/tanks"] = true L["By Group 40"] = true L["By Group 25 Tanks First"] = true L["By Group 10 Tanks First"] = true L["Select Layout"] = true --Free Layout L["Select Layout"] = true L["Free Layout"] = true L["Sort by Group"] = true L["Sort by Class"] = true L["Sort by Name"] = true L["Custom Sort"] = true L["Tanks First"] = true L["Units per Column"] = true L["Units per Row"] = true L["Visible Groups"] = true L["Layout Orientation"] = true L["Horizontal"] = true L["Vertical"] = true L["Change Layout"] = true L["Left Click to drag and rearrange units"] = true L["Right Click to finish config"] = true --Minimap button L["|cffeda55fLeft-Click|r to open configuration"] = true L["|cffeda55fRight-Click|r to open layouts menu"] = true