local L = AceLibrary("AceLocale-2.0"):new("FuBar") L:RegisterTranslations("enUS", function() return { ["Action Bars"] = true, ["Auction"] = true, ["Audio"] = true, ["Battlegrounds/PvP"] = true, ["Buffs"] = true, ["Chat/Communication"] = true, ["Druid"] = true, ["Hunter"] = true, ["Mage"] = true, ["Paladin"] = true, ["Priest"] = true, ["Rogue"] = true, ["Shaman"] = true, ["Warlock"] = true, ["Warrior"] = true, ["Healer"] = true, ["Tank"] = true, ["Caster"] = true, ["Combat"] = true, ["Compilations"] = true, ["Data Export"] = true, ["Development Tools"] = true, ["Guild"] = true, ["Frame Modification"] = true, ["Interface Enhancements"] = true, ["Inventory"] = true, ["Library"] = true, ["Map"] = true, ["Mail"] = true, ["Miscellaneous"] = true, ["Quest"] = true, ["Raid"] = true, ["Tradeskill"] = true, ["UnitFrame"] = true, ["Others"] = true, ["Default"] = true, ["Overflow plugins"] = true, ["Let plugins overflow onto another panel"] = true, ["Create new panel"] = true, ["Auto-adjust frames"] = true, ["Toggle auto-adjustment of blizzard's frames"] = true, ["Auto-hide top panels"] = true, ["Toggle auto-hiding of the top panels"] = true, ["Auto-hide bottom panels"] = true, ["Toggle auto-hiding of the bottom panels"] = true, ["Texture"] = true, ["Change the texture of the panels"] = true, ["Spacing"] = true, ["Spacing between plugins"] = true, ["Left-aligned spacing"] = true, ["Set spacing between left-aligned plugins"] = true, ["Center-aligned spacing"] = true, ["Set spacing between center-aligned plugins"] = true, ["Right-aligned spacing"] = true, ["Set spacing between right-aligned plugins"] = true, ["Font size"] = true, ["Panel font size"] = true, ["Set font size for the plugins on the panel"] = true, ["Tooltip font size"] = true, ["Set font size for the tooltip"] = true, ["Transparency"] = true, ["Panel transparency"] = true, ["Set transparency of the panels"] = true, ["Tooltip transparency"] = true, ["Set transparency of the tooltip"] = true, ["Thickness"] = true, ["Set thickness between the panels"] = true, ChatCommands = { "/fubar" }, ["Attach"] = true, ["Lock panel"] = true, ["Remove panel"] = true, ["Attach to top"] = true, ["Attach to bottom"] = true, ["Detach panel"] = true, ["Are you sure you want to remove this panel?"] = true, } end)