flickerstreak@28
|
1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true)
|
flickerstreak@45
|
2 if not L then return end
|
flickerstreak@23
|
3
|
flickerstreak@47
|
4 for _, string in pairs({
|
flickerstreak@28
|
5 -- bindings.lua
|
flickerstreak@47
|
6 "ReAction",
|
flickerstreak@47
|
7 "Toggle ReAction Bar Lock",
|
flickerstreak@47
|
8 "ReAction Keybinding Mode",
|
flickerstreak@28
|
9
|
flickerstreak@28
|
10 -- ReAction.lua
|
flickerstreak@47
|
11 "Bar ",
|
flickerstreak@47
|
12 "ReAction: name already in use",
|
flickerstreak@47
|
13 "ReAction config mode disabled during combat.",
|
flickerstreak@60
|
14 "Customizable replacement for Blizzard's Action Bars",
|
flickerstreak@60
|
15 "Global Settings",
|
flickerstreak@60
|
16 "Global configuration settings",
|
flickerstreak@60
|
17 "Unlock Bars",
|
flickerstreak@60
|
18 "Unlock bars for dragging and resizing with the mouse",
|
flickerstreak@60
|
19 "Module Settings",
|
flickerstreak@60
|
20 "Configuration settings for each module",
|
flickerstreak@44
|
21
|
flickerstreak@44
|
22 -- Bar.lua
|
flickerstreak@47
|
23 "Drag to add/remove buttons",
|
flickerstreak@47
|
24 "Drag to resize buttons",
|
flickerstreak@47
|
25 "Right-click-drag",
|
flickerstreak@47
|
26 "to change spacing",
|
flickerstreak@47
|
27 "Size:",
|
flickerstreak@47
|
28 "Spacing:",
|
flickerstreak@47
|
29 "Drag to move",
|
flickerstreak@52
|
30 "Shift-drag",
|
flickerstreak@52
|
31 "to anchor to nearby frames",
|
flickerstreak@52
|
32 "Right-click",
|
flickerstreak@52
|
33 "for options",
|
flickerstreak@52
|
34 "Currently anchored to <%s>",
|
flickerstreak@58
|
35 "Settings...",
|
flickerstreak@58
|
36 "Open the editor for this bar",
|
flickerstreak@47
|
37 "Delete Bar",
|
flickerstreak@47
|
38 "Remove the bar from the current profile",
|
flickerstreak@50
|
39 "Are you sure you want to remove this bar?",
|
flickerstreak@23
|
40
|
flickerstreak@69
|
41 -- State.lua
|
flickerstreak@64
|
42 "State named '%s' already exists",
|
flickerstreak@62
|
43 "Battle Stance",
|
flickerstreak@62
|
44 "Defensive Stance",
|
flickerstreak@62
|
45 "Berserker Stance",
|
flickerstreak@64
|
46 "Caster Form",
|
flickerstreak@64
|
47 "Bear Form",
|
flickerstreak@64
|
48 "Cat Form",
|
flickerstreak@62
|
49 "Tree/Moonkin",
|
flickerstreak@62
|
50 "Stealth",
|
flickerstreak@64
|
51 "No Stealth",
|
flickerstreak@62
|
52 "Shadowform",
|
flickerstreak@64
|
53 "No Shadowform",
|
flickerstreak@64
|
54 "With Pet",
|
flickerstreak@62
|
55 "Without Pet",
|
flickerstreak@62
|
56 "Hostile Target",
|
flickerstreak@62
|
57 "Friendly Target",
|
flickerstreak@64
|
58 "No Target",
|
flickerstreak@62
|
59 "Hostile Focus",
|
flickerstreak@62
|
60 "Friendly Focus",
|
flickerstreak@64
|
61 "No Focus",
|
flickerstreak@64
|
62 "Raid",
|
flickerstreak@64
|
63 "Party",
|
flickerstreak@62
|
64 "Solo",
|
flickerstreak@62
|
65 "In Combat",
|
flickerstreak@62
|
66 "Out of Combat",
|
flickerstreak@64
|
67 "Warning: one or more incompatible rules were turned off",
|
flickerstreak@68
|
68 "Info",
|
flickerstreak@64
|
69 "Delete this State",
|
flickerstreak@64
|
70 "Name",
|
flickerstreak@64
|
71 "Evaluation Order",
|
flickerstreak@64
|
72 "State transitions are evaluated in the order listed:\nMove a state up or down to change the order",
|
flickerstreak@64
|
73 "Up",
|
flickerstreak@64
|
74 "Down",
|
flickerstreak@68
|
75 "Properties",
|
flickerstreak@68
|
76 "Set the properties for the bar when in this state",
|
flickerstreak@68
|
77 "Hide Bar",
|
flickerstreak@68
|
78 "Show Page #",
|
flickerstreak@68
|
79 "Override Keybinds",
|
flickerstreak@68
|
80 "Set this state to maintain its own set of keybinds which override the defaults when active",
|
flickerstreak@68
|
81 "Position",
|
flickerstreak@68
|
82 "Set New Position",
|
flickerstreak@68
|
83 "Point",
|
flickerstreak@68
|
84 "Relative Point",
|
flickerstreak@68
|
85 "X Offset",
|
flickerstreak@68
|
86 "Y Offset",
|
flickerstreak@68
|
87 "Scale",
|
flickerstreak@68
|
88 "Set New Scale",
|
flickerstreak@68
|
89 "Selection Rule",
|
flickerstreak@64
|
90 "Select this state",
|
flickerstreak@64
|
91 "by default",
|
flickerstreak@64
|
92 "when ANY of these",
|
flickerstreak@64
|
93 "when ALL of these",
|
flickerstreak@64
|
94 "via custom rule",
|
flickerstreak@68
|
95 "via keybinding",
|
flickerstreak@64
|
96 "Clear All",
|
flickerstreak@68
|
97 "Conditions",
|
flickerstreak@64
|
98 "Custom Rule",
|
flickerstreak@64
|
99 "Syntax like macro rules: see preset rules for examples",
|
flickerstreak@64
|
100 "Invalid custom rule '%s': each clause must appear within [brackets]",
|
flickerstreak@68
|
101 "Keybinding",
|
flickerstreak@68
|
102 "Invoking a state keybind overrides all other transition rules. Toggle the keybind again to remove the override and return to the specified toggle-off state.",
|
flickerstreak@68
|
103 "State Hotkey",
|
flickerstreak@68
|
104 "Define an override toggle keybind",
|
flickerstreak@68
|
105 "Toggle Off State",
|
flickerstreak@68
|
106 "Select a state to return to when the keybind override is toggled off",
|
flickerstreak@64
|
107 "Dynamic State",
|
flickerstreak@64
|
108 "States are evaluated in the order they are listed",
|
flickerstreak@62
|
109 "New State...",
|
flickerstreak@64
|
110 "State Name",
|
flickerstreak@62
|
111 "Set a name for the new state",
|
flickerstreak@64
|
112 "State names must be alphanumeric without spaces",
|
flickerstreak@62
|
113 "Create State",
|
flickerstreak@62
|
114 "State named '%s' already exists",
|
flickerstreak@64
|
115
|
flickerstreak@62
|
116
|
flickerstreak@69
|
117 -- modules/ReAction_HideBlizzard
|
flickerstreak@69
|
118 "Hide Blizzard Action Bars",
|
flickerstreak@69
|
119 "Hide the default main bar and extra action bars",
|
flickerstreak@69
|
120
|
flickerstreak@69
|
121 -- modules/ReAction_Action
|
flickerstreak@69
|
122 "Action Bar",
|
flickerstreak@69
|
123 "Action Bars",
|
flickerstreak@69
|
124 "Hide Empty Buttons",
|
flickerstreak@69
|
125 "Action Buttons",
|
flickerstreak@69
|
126
|
flickerstreak@69
|
127 -- modules/ReAction_PetAction
|
flickerstreak@69
|
128 "Pet Action Bar",
|
flickerstreak@69
|
129 "Pet Buttons",
|
flickerstreak@69
|
130
|
flickerstreak@69
|
131 -- modules/ReAction_PossessBar
|
flickerstreak@69
|
132 "Possess Bar",
|
flickerstreak@69
|
133 "Hide Empty Possess Bar Buttons",
|
flickerstreak@69
|
134 "Possess Buttons",
|
flickerstreak@69
|
135
|
flickerstreak@69
|
136 -- modules/ReAction_ConfigUI
|
flickerstreak@69
|
137 "Center",
|
flickerstreak@69
|
138 "Left",
|
flickerstreak@69
|
139 "Right",
|
flickerstreak@69
|
140 "Top",
|
flickerstreak@69
|
141 "Bottom",
|
flickerstreak@69
|
142 "Top Left",
|
flickerstreak@69
|
143 "Top Right",
|
flickerstreak@69
|
144 "Bottom Left",
|
flickerstreak@69
|
145 "Bottom Right",
|
flickerstreak@69
|
146 "Edit Bars...",
|
flickerstreak@69
|
147 "Show the ReAction Bar Editor dialogue",
|
flickerstreak@69
|
148 "Close on Launch",
|
flickerstreak@69
|
149 "Close the Interface Options window when launching the ReAction Bar Editor",
|
flickerstreak@69
|
150 "Bar Editor",
|
flickerstreak@69
|
151 "Global Config",
|
flickerstreak@69
|
152 "Opens ReAction global configuration settings panel",
|
flickerstreak@69
|
153 "Close the Bar Editor when opening the ReAction global Interface Options",
|
flickerstreak@69
|
154 "New Bar...",
|
flickerstreak@69
|
155 "Choose a name, type, and initial grid for your new action bar:",
|
flickerstreak@69
|
156 "Bar Name",
|
flickerstreak@69
|
157 "Enter a name for your new action bar",
|
flickerstreak@69
|
158 "Button Type",
|
flickerstreak@69
|
159 "Create Bar",
|
flickerstreak@69
|
160 "General",
|
flickerstreak@69
|
161 "Rename Bar",
|
flickerstreak@69
|
162 "Delete Bar",
|
flickerstreak@69
|
163 "Anchor",
|
flickerstreak@69
|
164 "Frame",
|
flickerstreak@69
|
165 "The frame that the bar is anchored to",
|
flickerstreak@69
|
166 "Point",
|
flickerstreak@69
|
167 "Anchor point on the bar frame",
|
flickerstreak@69
|
168 "Relative Point",
|
flickerstreak@69
|
169 "Anchor point on the target frame",
|
flickerstreak@69
|
170 "X offset",
|
flickerstreak@69
|
171 "Y offset",
|
flickerstreak@69
|
172 "Button Grid",
|
flickerstreak@69
|
173 "Rows",
|
flickerstreak@69
|
174 "Columns",
|
flickerstreak@69
|
175 "Size",
|
flickerstreak@69
|
176 "Spacing",
|
flickerstreak@69
|
177 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",
|
flickerstreak@69
|
178
|
flickerstreak@69
|
179
|
flickerstreak@47
|
180 }) do
|
flickerstreak@47
|
181 L[string] = true
|
flickerstreak@47
|
182 end
|