local name, addon = ... local childName = addon['childName'] local L = LibStub("AceLocale-3.0"):NewLocale(childName, "enEN", true) if L then L[name] = name L[name..' Settings'] = name..' Settings' L["Alt-Click to open the Raid Finder."] = true L["Basic LFG button for your DataBroker display."] = true L["Click to open the Dungeon Finder."] = true L["Ctrl-Click to open the Premade Groups window."] = true L["LFG"] = true L["Middle-Click or Shift-Click to open the Pet Journal."] = true L["Right-Click to open the PVP window."] = true end