local L = AceLibrary("AceLocale-2.2"):new("ItemBonusesFu") L:RegisterTranslations("enUS", function() return { ["Easy access item bonuses."] = true, -- Desc ["Item Bonuses"] = true, -- TEXT ["IB"] = true, -- SHORT_TEXT ["Display none"] = true, -- DISPLAY_NONE ["Show label text"] = true, -- SHOWLABEL ["Brief label text"] = true, -- SHORTDISPLAY ["Show Colored text"] = true, -- COLORED ["BonusScanner N/A"] = true, -- BONUSSCANNER_MISSING ["Attributes"] = true, -- CAT - ATT ["Resistance"] = true, -- CAT - RES ["Skills"] = true, -- CAT - SKILL ["Melee and ranged combat"] = true, -- CAT - BON ["Spells"] = true, -- CAT - SBON ["Life and mana"] = true --CAT - OBON } end)