vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Version : English - Ramble
2 -- Translation : none
3 ace:RegisterGlobals({
4 version = 1.0,
5  
6 ACEG_TEXT_AMMO = "Ammo",
7 ACEG_TEXT_QUIVER = "Quiver",
8 ACEG_TEXT_SOUL = "Soul Bag",
9 ACEG_TEXT_ENCHANT = "Enchanting Bag",
10 ACEG_TEXT_ENGINEER = "Engineering Bag",
11 ACEG_TEXT_HERB = "Herb Bag",
12 ACEG_TEXT_NOW_SET_TO = "is now set to",
13 ACEG_TEXT_DEFAULT = "default",
14 ACEG_DISPLAY_OPTION = "[|cfff5f530%s|r]",
15 ACEG_MAP_ONOFF = {[0]="|cffff5050Off|r",[1]="|cff00ff00On|r"},
16 })
17 -- Ammo, Quiver, Soul Bag, Enchanting Bag, Herbalism Bag, -- confirmed working
18 -- Engineering Bag -- subclass taken from links, I have never seen any
19  
20 --MyInventory Title
21 MYBAGS_TITLE0 = ""
22 MYBAGS_TITLE1 = "%s's "
23 MYBAGS_TITLE2 = "%s of %s's "
24  
25 MYBAGS_SLOTS_DD = "%d/%d Slots";
26 -- SLASHCOMMANDS
27  
28 --KEYBINDINGS
29 BINDING_HEADER_MYBAGSHEADER = "My Bags"
30 BINDING_NAME_MYINVENTORY = "My Inventory Toggle"
31 BINDING_NAME_MYBANK = "My Bank Toggle"
32 BINDING_NAME_MYEQUIPMENT = "My Equipment Toggle"
33  
34  
35 --OPTION TOGGLE MESSAGES
36  
37 MYBAGS_CMD_OPT_TOGGLE = {
38 option = "tog",
39 desc = "Toggle the frame",
40 method = "Toggle"
41 }
42 MYBAGS_CMD_OPT_COLUMNS = {
43 option = "cols",
44 desc = "Resize the frame",
45 method = "SetColumns"
46 }
47 MYBAGS_CMD_OPT_REPLACE = {
48 option = "replace",
49 desc = "Set replacing of default bags",
50 method = "SetReplace"
51 }
52 MYBAGS_CMD_OPT_BAG = {
53 option = "bag",
54 desc = "Toggle between bag button view options",
55 method = "SetBagDisplay",
56 input = TRUE,
57 args = {
58 {
59 option = "bar",
60 desc = "Bags are dispalyed as a bar on top of the frame",
61 },
62 {
63 option = "before",
64 desc = "Bag icons are places in the frame before bag slots",
65 },
66 {
67 option = "none",
68 desc = "Bags are hidden from the frame",
69 }
70 }
71 }
72 MYBAGS_CMD_OPT_GRAPHICS = {
73 option = "back",
74 desc = "Toggle window background options",
75 method = "SetGraphicsDisplay",
76 input = TRUE,
77 args = {
78 {
79 option = "default",
80 desc = "Semi-transparent minimalistic background",
81 },
82 {
83 option = "art",
84 desc = "Blizard style artwork",
85 },
86 {
87 option = "none",
88 desc = "Disable background",
89 }
90 }
91 }
92 MYBAGS_CMD_OPT_HIGHLIGHT = {
93 option = "highlight",
94 desc = "Toggle Highlighting options",
95 method = "SetHighlight",
96 input = TRUE,
97 args = {
98 {
99 option = "items",
100 desc = "Highlight items when you mouse over bag slots"
101 },
102 {
103 option = "bag",
104 desc = "Highlight bag when you mouse over an item"
105 }
106 }
107 }
108 MYBAGS_CMD_OPT_FREEZE = {
109 option = "freeze",
110 desc = "Keep window from closing when you leave vendors or bank",
111 method = "SetFreeze",
112 input = TRUE,
113 args = {
114 {
115 option = "always",
116 desc = "Always leave the bag open",
117 },
118 {
119 option = "sticky",
120 desc = "Only leave open if manually opened",
121 },
122 {
123 option = "none",
124 desc = "Let the UI close the window",
125 }
126 }
127 }
128 MYBAGS_CMD_OPT_NOESC = {
129 option = "noesc",
130 desc = "Remove frame from the list of UI managed files, to be used with freeze",
131 method = "SetNoEsc"
132 }
133 MYBAGS_CMD_OPT_LOCK = {
134 option = "lock",
135 desc = "Keep the window from moving",
136 method = "SetLock"
137 }
138 MYBAGS_CMD_OPT_TITLE = {
139 option = "title",
140 desc = "Show/Hide the title",
141 method = "SetTitle"
142 }
143 MYBAGS_CMD_OPT_CASH = {
144 option = "cash",
145 desc = "Show/Hide the money display",
146 method = "SetCash"
147 }
148 MYBAGS_CMD_OPT_BUTTONS = {
149 option = "buttons",
150 desc = "Show/Hide the close and lock buttons",
151 method = "SetButtons"
152 }
153 MYBAGS_CMD_OPT_AIOI = {
154 option = "aioi",
155 desc = "Toggle partial row placement at bottom left or upper right",
156 method = "SetAIOI"
157 }
158 MYBAGS_CMD_OPT_REVERSE = {
159 option = "reverse",
160 desc = "Toggle order of bags (item order within bags is unchanged)",
161 method = "SetReverse"
162 }
163 MYBAGS_CMD_OPT_BORDER = {
164 option = "quality",
165 desc = "Highlight items based on quality",
166 method = "SetBorder"
167 }
168 MYBAGS_CMD_OPT_PLAYERSEL = {
169 option = "player",
170 desc = "Show/Hide the offline player selection box",
171 method = "SetPlayerSel"
172 }
173 MYBAGS_CMD_OPT_COMPANION = {
174 option = "companion",
175 desc = "Open/close MyInventory with bank, mail and trade windows",
176 method = "SetCompanion"
177 }
178 MYBAGS_CMD_OPT_COUNT = {
179 option = "count",
180 desc = "Toggles between item count display modes",
181 method = "SetCount",
182 input = TRUE,
183 args = {
184 {
185 option = "free",
186 desc = "Count free slots"
187 },
188 {
189 option = "used",
190 desc = "Count used slots"
191 },
192 {
193 option = "none",
194 desc = "Disable slot display"
195 }
196 }
197 }
198 MYBAGS_CMD_OPT_SCALE = {
199 option = "scale",
200 desc = "Sets the Scale for the frame",
201 method = "SetScale",
202 }
203 MYBAGS_CMD_OPT_STRATA = {
204 option = "strata",
205 desc = "Sets the Strata for the frame",
206 method = "SetStrata",
207 input = TRUE,
208 args = {
209 { option = "background", },
210 { option = "low", },
211 { option = "medium", },
212 { option = "high", },
213 { option = "dialog", },
214 -- { option = "fullscreen", },
215 -- { option = "fullscreen_dialog", },
216 -- { option = "tooltip", },
217 }
218 }
219 MYBAGS_CMD_OPT_ANCHOR = {
220 option = "anchor",
221 desc = "Sets the anchor point for the frame",
222 method = "SetAnchor",
223 input = TRUE,
224 args = {
225 {
226 option = "bottomleft",
227 desc = "Frame grows from bottom left",
228 },
229 {
230 option = "bottomright",
231 desc = "Frame grows from bottom right",
232 },
233 {
234 option = "topleft",
235 desc = "Frame grows from top left",
236 },
237 {
238 option = "topright",
239 desc = "Frame grows from top right",
240 },
241 }
242 }
243 MYBAGS_CMD_RESET = {
244 option = "reset",
245 desc = "Resets elements of the addon",
246 input = TRUE,
247 args = {
248 {
249 option = "settings",
250 desc = "Reset all settings to default",
251 method = "ResetSettings",
252 },
253 {
254 option = "anchor",
255 desc = "Reanchors the frame to it's default position",
256 method = "ResetAnchor",
257 },
258 }
259 }
260 MYBAGS_CMD_OPT_SLOTCOLOR = {
261 option = "slotcolor",
262 desc = "Set the slot color for specialty bags",
263 method = "SetSpecialtyBagSlotColor",
264 input = TRUE,
265 args = {
266 {
267 option = "default",
268 desc = "Set slot coloring for normal bags",
269 },
270 {
271 option = "ammo",
272 desc = "Set slot coloring for Ammo Bags and Quivers",
273 },
274 {
275 option = "soul",
276 desc = "Set slot coloring for Soul Shard Bags",
277 },
278 {
279 option = "enchant",
280 desc = "Set slot coloring for Enchanting Bags",
281 },
282 {
283 option = "engineer",
284 desc = "Set slot coloring for Engineering Bags",
285 },
286 {
287 option = "herb",
288 desc = "Set slot coloring for Herbalism Bags",
289 },
290 {
291 option = "keyring",
292 desc = "Set slot coloring for the KeyRing Bag",
293 },
294 }
295 }