comparison locale/enUS.lua @ 185:2e7a322e0195

move ConfigUI module to Editor non-module, make it more self-contained
author Flick <flickerstreak@gmail.com>
date Fri, 22 Oct 2010 23:48:02 +0000
parents 1ee86bbb05a0
children 85213d045acb
comparison
equal deleted inserted replaced
184:1ee86bbb05a0 185:2e7a322e0195
23 "Close the Interface Options window when launching the ReAction Bar Editor", 23 "Close the Interface Options window when launching the ReAction Bar Editor",
24 "Key Bindings", 24 "Key Bindings",
25 "Show the keybinding dialogue", 25 "Show the keybinding dialogue",
26 "Skip profile keybind warning", 26 "Skip profile keybind warning",
27 "Don't show a warning about updating keybinds when switching profiles", 27 "Don't show a warning about updating keybinds when switching profiles",
28 "Usage:",
28 "ReAction profile changed: check your keybinds, they may need to be updated.", 29 "ReAction profile changed: check your keybinds, they may need to be updated.",
29 "OK", 30 "OK",
30 "ReAction: can't configure in combat", 31 "ReAction: can't configure in combat",
31 "Click", 32 "Click",
32 "Right-click", 33 "Right-click",
34 "Alt-click", 35 "Alt-click",
35 "for options", 36 "for options",
36 "for bar editor dialog", 37 "for bar editor dialog",
37 "to unlock bars", 38 "to unlock bars",
38 "for keybind mode", 39 "for keybind mode",
40
41 -- Editor.lua
42 "Center",
43 "Left",
44 "Right",
45 "Top",
46 "Bottom",
47 "Top Left",
48 "Top Right",
49 "Bottom Left",
50 "Bottom Right",
51 "Bar Editor",
52 "Select Bar:",
53 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",
54 "Global Config",
55 "Opens ReAction global configuration settings panel",
56 "Close Editor",
57 "Close the Bar Editor when opening the ReAction global Interface Options",
58 "New Bar...",
59 "Choose a name, type, and initial grid for your new action bar:",
60 "Bar Name",
61 "Enter a name for your new action bar",
62 "Button Type",
63 "Button Grid",
64 "Rows",
65 "Columns",
66 "Size",
67 "Spacing",
68 "Create Bar",
69 "General",
70 "Rename Bar",
71 "Delete Bar",
72 "Anchor",
73 "Frame",
74 "The frame that the bar is anchored to",
75 "Point",
76 "Anchor point on the bar frame",
77 "Relative Point",
78 "Anchor point on the target frame",
79 "X offset",
80 "Y offset",
81 "Transparency",
39 82
40 -- PetActionButton.lua 83 -- PetActionButton.lua
41 "Pet action ID range is 1-10", 84 "Pet action ID range is 1-10",
42 85
43 -- ActionButton.lua 86 -- ActionButton.lua
203 "Exit Vehicle Floater", 246 "Exit Vehicle Floater",
204 "Exit Vehicle", 247 "Exit Vehicle",
205 "Show only when passenger", 248 "Show only when passenger",
206 "Only show the button when riding as a passenger in a vehicle (no vehicle controls)", 249 "Only show the button when riding as a passenger in a vehicle (no vehicle controls)",
207 250
208 -- ConfigUI
209 "Center",
210 "Left",
211 "Right",
212 "Top",
213 "Bottom",
214 "Top Left",
215 "Top Right",
216 "Bottom Left",
217 "Bottom Right",
218 "Bar Editor",
219 "Global Config",
220 "Opens ReAction global configuration settings panel",
221 "Close the Bar Editor when opening the ReAction global Interface Options",
222 "New Bar...",
223 "Choose a name, type, and initial grid for your new action bar:",
224 "Bar Name",
225 "Enter a name for your new action bar",
226 "Button Type",
227 "Create Bar",
228 "General",
229 "Rename Bar",
230 "Delete Bar",
231 "Anchor",
232 "Frame",
233 "The frame that the bar is anchored to",
234 "Point",
235 "Anchor point on the bar frame",
236 "Relative Point",
237 "Anchor point on the target frame",
238 "X offset",
239 "Y offset",
240 "Transparency",
241 "Button Grid",
242 "Rows",
243 "Columns",
244 "Size",
245 "Spacing",
246 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",
247
248 251
249 }) do 252 }) do
250 L[string] = true 253 L[string] = true
251 end 254 end