vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("ag_UnitFrames")
2  
3 L:RegisterTranslations("enUS", function()
4 return {
5 ["Fonts\\FRIZQT__.TTF"] = true,
6 ["Interface\\AddOns\\ag_UnitFrames\\fonts\\barframes.ttf"] = true,
7  
8 ["addonname"] = "ag_UnitFrames",
9  
10 ["config"] = "Configure",
11 ["configdesc"] = "Opens the configuration menu",
12  
13 ["reset"] = "Reset",
14 ["resetdesc"] = "Resets the current profile",
15  
16 ["player"] = "Player",
17 ["pet"] = "Player's Pet",
18 ["party"] = "Party",
19 ["partypet"] = "Party Pets",
20 ["target"] = "Target",
21 ["targettarget"] = "Target's Target",
22 ["raid"] = "Raid",
23 ["raidpet"] = "Raid Pets",
24  
25 ["dead"] = "DEAD",
26 ["ghost"] = "GHOST",
27 ["disc"] = "OFFLINE",
28  
29 ["frame"] = "Frame",
30 ["aurasettings"] = "Aura Settings",
31 ["layoutsettings"] = "Layout Settings",
32 ["unitsettings"] = "Frame Settings",
33  
34 ["units"] = "Unit Frames",
35 ["borders"] = "Borders",
36 ["barstyle"] = "Bar Style",
37 ["highlightselected"] = "Hightlight Selected",
38 ["targetshowhostile"] = "Hostility Coloring",
39 ["pvpicon"] = "Show PvP Icons",
40 ["groupicon"] = "Show Group Icons",
41 ["lock"] = "Lock Frames",
42  
43 ["framestyle"] = "Frame Layout",
44 ["widthadjust"] = "Frame Width",
45 ["aurastyle"] = "Aura Style",
46 ["aurapos"] = "Aura Position",
47 ["statustext"] = "Statusbar Text",
48 ["scale"] = "Scale",
49 ["longbars"] = "Extend Statusbars",
50 ["classcolorbar"] = "Color Health by Class",
51 ["raidcolorname"] = "Color Name by Class",
52 ["showcombat"] = "Display Combat Text",
53 ["aurafilter"] = "Filter Auras",
54 ["debuffcoloring"] = "Debuff Highlighting",
55 ["hidemana"] = "Hide Mana Bar",
56 ["hideframe"] = "Hide Frames",
57 ["showincombat"] = "Show Status Icon",
58 -- ["showresting"] = "Show Resting Icon",
59 ["showraidicon"] = "Show Raid Target Icon",
60 ["showxp"] = "Show Experience Bar",
61 ["raidhideparty"] = "Hide Frames in Raid",
62 ["raidgrouping"] = "Group Raid By",
63  
64 ["bysubgroup"] = "Raid Subgroups",
65 ["byclass"] = "Classes",
66 ["byrole"] = "Healer/Tank/DPS",
67 ["onebiggroup"] = "All Together",
68 ["nogroup"] = "Don't Group",
69  
70 ["partygrouping"] = "Group Party",
71 ["petgrouping"] = "Group Pets",
72  
73 ["withplayer"] = "With Player",
74 ["withoutplayer"] = "Without Player",
75  
76 ["oneline"] = "One Line",
77 ["twolines"] = "Two Lines",
78 ["hide"] = "Hidden",
79  
80 ["health"] = "Health",
81 ["mana"] = "Mana",
82 ["rage"] = "Rage",
83 ["petfocus"] = "Pet Focus",
84 ["barcolors"] = "Bar Colors",
85 ["energy"] = "Energy",
86  
87 ["healthDesc"] = "Set the health color",
88 ["manaDesc"] = "Set the mana color",
89 ["rageDesc"] = "Set the rage color",
90 ["petfocusDesc"] = "Set the pet focus color",
91 ["energyDesc"] = "Set the energy color",
92 ["barcolorsDesc"] = "Set power colors for all units",
93 ["UnitDesc"] = "Individual frame configuration",
94 ["BordersDesc"] = "Set frame borders",
95 ["BarStyleDesc"] = "Set bar textures",
96 ["HighlightSelectedDesc"] = "Check to show selection highlight on frames",
97 ["ShowPVPIconDesc"] = "Check to show pvp icons",
98 ["ShowGroupIconsDesc"] = "Check to show group leader icon",
99 ["LockedDesc"] = "Lock the frames",
100 ["FrameStyleDesc"] = "Set the frame style",
101 ["StatusTextDesc"] = "Set what information is shown on health and mana bars",
102 ["ScaleDesc"] = "Set the frame scale",
103 ["widthadjustDesc"] = "Set the frame width",
104 ["ClassColorBarsDesc"] = "Check to color health bars by class type",
105 ["RaidColorNameDesc"] = "Check to color unit names by class type",
106 ["ShowCombatDesc"] = "Check to show combat text in the frame",
107 ["LongBarsDesc"] = "Check to extend health and mana bars over the entire frame",
108 ["HideManaDesc"] = "Check to hide the mana bar",
109 ["HideFrameDesc"] = "Check to hide the entire frame",
110 ["AuraStyleDesc"] = "Set the aura style",
111 ["AuraPosDesc"] = "Set the aura position",
112 ["DebuffColoringDesc"] = "Check to color the frame by debuff type",
113 ["AuraFilterDesc"] = "Check to only show auras you can cast or cure",
114 ["ShowInCombatDesc"] = "Check to show status icon",
115 ["ShowRaidIconDesc"] = "Check to show raid target icon",
116 -- ["ShowRestingDesc"] = "Check to show resting icon",
117 ["ShowXPDesc"] = "Check to show an experience bar",
118 ["PetGroupingDesc"] = "Set pet grouping",
119 ["TargetHostileDesc"] = "Check to color health bars by hostility",
120 ["RaidHidePartyDesc"] = "Check to hide party frames in raid",
121 ["PartyGroupingDesc"] = "Set party grouping",
122 ["RaidGroupingDesc"] = "Set raid grouping",
123 ["targetbg"] = "Target Background",
124 ["targetbgdesc"] = "Target frame background color",
125 ["partybg"] = "Party Background",
126 ["partybgdesc"] = "Party frame background color",
127 ["bordercolor"] = "Border Color",
128 ["bordercolordesc"] = "Frame border color",
129 ["framecolors"] = "Frame Colors",
130 ["framecolorsdesc"] = "Frame background and border color",
131 }
132 end)