vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | local L = AceLibrary("AceLocale-2.2"):new("ItemBonusesFu") |
2 | |||
3 | L:RegisterTranslations("enUS", function() return { |
||
4 | ["Easy access item bonuses."] = true, -- Desc |
||
5 | ["Item Bonuses"] = true, -- TEXT |
||
6 | ["IB"] = true, -- SHORT_TEXT |
||
7 | ["Display none"] = true, -- DISPLAY_NONE |
||
8 | ["Show label text"] = true, -- SHOWLABEL |
||
9 | ["Brief label text"] = true, -- SHORTDISPLAY |
||
10 | ["Show Colored text"] = true, -- COLORED |
||
11 | ["BonusScanner N/A"] = true, -- BONUSSCANNER_MISSING |
||
12 | ["Attributes"] = true, -- CAT - ATT |
||
13 | ["Resistance"] = true, -- CAT - RES |
||
14 | ["Skills"] = true, -- CAT - SKILL |
||
15 | ["Melee and ranged combat"] = true, -- CAT - BON |
||
16 | ["Spells"] = true, -- CAT - SBON |
||
17 | ["Life and mana"] = true --CAT - OBON |
||
18 | } end) |