comparison locale/enUS.lua @ 62:f9cdb920470a

Added first cut on State module. Menu system only, it doesn't do anything. The menu system and data storage will change substantially when the implementation takes shape.
author Flick <flickerstreak@gmail.com>
date Tue, 13 May 2008 16:42:52 +0000
parents 44649a10378d
children 2000f4f4c6af
comparison
equal deleted inserted replaced
61:2ee41dcd673f 62:f9cdb920470a
99 "Size", 99 "Size",
100 "Spacing", 100 "Spacing",
101 "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.",
102 102
103 -- modules/ReAction_State 103 -- modules/ReAction_State
104 "Dynamic Behavior", 104 "Dynamic State",
105 "Hide Bar",
106 "Hide the bar while in this state",
107 "Select State (%s):",
108 "Key Binding",
109 "Delete this State",
110 "Select Rule Type",
111 "Delete this Rule",
112 "Show Rule String",
113 "Toggles display of the raw rule string",
114 "Rule String",
115 "Warrior Stance",
116 "Battle Stance",
117 "Defensive Stance",
118 "Berserker Stance",
119 "Druid Form",
120 "Normal",
121 "Bear",
122 "Cat",
123 "Tree/Moonkin",
124 "Caster",
125 "Stealth",
126 "Shadowform",
127 "Pet",
128 "Without Pet",
129 "With Pet",
130 "Target",
131 "No Target",
132 "Hostile Target",
133 "Friendly Target",
134 "Default",
135 "Focus",
136 "No Focus",
137 "Hostile Focus",
138 "Friendly Focus",
139 "In Group",
140 "Solo",
141 "Party",
142 "Raid",
143 "Key Press",
144 "On Key Press",
145 "Combat",
146 "In Combat",
147 "Out of Combat",
148 "Custom",
149 "Rule",
150 "Syntax like macro conditions: see preset rules for examples",
151 "States",
152 "New State...",
153 "Set a name for the new state",
154 "State Name",
155 "Create State",
156 "Options",
157 "Transition Rules",
158 "New Rule...",
159 "Rule Name",
160 "Set a name for the new transition rule",
161 "Create Rule",
162 "Presets",
163 "Presets are canned sets of states and transitions. You can create your own presets to add to ReAction's built in defaults.",
164 "Select Preset",
165 "Load",
166 "Delete",
167 "Save As...",
168 "State named '%s' already exists",
169 "Rule named '%s' already exists",
170 "State names must be alphanumeric without spaces",
171 "Rule names must be alphanumeric without spaces",
172 "Invalid custom rule '%s': Rule cannot end with ';'",
173 "Invalid custom rule '%s': Expressions must be separated by ';'",
174 "Invalid custom rule '%s': Each expression must have a state",
175 "Invalid custom rule '%s': '%s' is not a state",
176
105 }) do 177 }) do
106 L[string] = true 178 L[string] = true
107 end 179 end