comparison locale/enUS.lua @ 60:44649a10378d

Fixed options handling to create a separate table for each bar instead of a shared table with proxy handler. Also simplified options registration and moved some options around.
author Flick <flickerstreak@gmail.com>
date Sat, 10 May 2008 00:08:01 +0000
parents 7430a8dd4e90
children f9cdb920470a
comparison
equal deleted inserted replaced
59:7430a8dd4e90 60:44649a10378d
9 9
10 -- ReAction.lua 10 -- ReAction.lua
11 "Bar ", 11 "Bar ",
12 "ReAction: name already in use", 12 "ReAction: name already in use",
13 "ReAction config mode disabled during combat.", 13 "ReAction config mode disabled during combat.",
14 "Customizable replacement for Blizzard's Action Bars",
15 "Global Settings",
16 "Global configuration settings",
17 "Unlock Bars",
18 "Unlock bars for dragging and resizing with the mouse",
19 "Module Settings",
20 "Configuration settings for each module",
14 21
15 -- Bar.lua 22 -- Bar.lua
16 "Drag to add/remove buttons", 23 "Drag to add/remove buttons",
17 "Drag to resize buttons", 24 "Drag to resize buttons",
18 "Right-click-drag", 25 "Right-click-drag",
35 "Hide Blizzard Action Bars", 42 "Hide Blizzard Action Bars",
36 "Hide the default main bar and extra action bars", 43 "Hide the default main bar and extra action bars",
37 44
38 -- modules/ReAction_Action 45 -- modules/ReAction_Action
39 "Action Bar", 46 "Action Bar",
47 "Action Bars",
40 "Hide Empty Buttons", 48 "Hide Empty Buttons",
41 "Action Buttons", 49 "Action Buttons",
42 50
43 -- modules/ReAction_PetAction 51 -- modules/ReAction_PetAction
44 "Pet Action Bar", 52 "Pet Action Bar",
57 "Bottom", 65 "Bottom",
58 "Top Left", 66 "Top Left",
59 "Top Right", 67 "Top Right",
60 "Bottom Left", 68 "Bottom Left",
61 "Bottom Right", 69 "Bottom Right",
62 "Customizable replacement for Blizzard's Action Bars",
63 "Global Settings",
64 "Global configuration settings",
65 "Unlock Bars",
66 "Unlock bars for dragging and resizing with the mouse",
67 "Module Settings",
68 "Configuration settings for each module",
69 "Edit Bars...", 70 "Edit Bars...",
70 "Show the ReAction Bar Editor dialogue", 71 "Show the ReAction Bar Editor dialogue",
71 "Close on Launch", 72 "Close on Launch",
72 "Close the Interface Options window when launching the ReAction Bar Editor", 73 "Close the Interface Options window when launching the ReAction Bar Editor",
73 "Bar Editor", 74 "Bar Editor",
97 "Columns", 98 "Columns",
98 "Size", 99 "Size",
99 "Spacing", 100 "Spacing",
100 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", 101 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",
101 102
102
103 --"Rename Bar",
104 --"Set a name for the bar",
105
106 -- modules/ReAction_State 103 -- modules/ReAction_State
107 "Dynamic Behavior", 104 "Dynamic Behavior",
108 }) do 105 }) do
109 L[string] = true 106 L[string] = true
110 end 107 end