Mercurial > wow > reaction
comparison locale/enUS.lua @ 64:2000f4f4c6af
Redesigned state interface. The only thing missing now is the actual state properties.
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Wed, 28 May 2008 00:20:04 +0000 |
| parents | f9cdb920470a |
| children | fcb5dad031f9 |
comparison
equal
deleted
inserted
replaced
| 63:768be7eb22a0 | 64:2000f4f4c6af |
|---|---|
| 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 State", | 104 "State named '%s' already exists", |
| 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", | 105 "Battle Stance", |
| 117 "Defensive Stance", | 106 "Defensive Stance", |
| 118 "Berserker Stance", | 107 "Berserker Stance", |
| 119 "Druid Form", | 108 "Caster Form", |
| 120 "Normal", | 109 "Bear Form", |
| 121 "Bear", | 110 "Cat Form", |
| 122 "Cat", | |
| 123 "Tree/Moonkin", | 111 "Tree/Moonkin", |
| 124 "Caster", | |
| 125 "Stealth", | 112 "Stealth", |
| 113 "No Stealth", | |
| 126 "Shadowform", | 114 "Shadowform", |
| 127 "Pet", | 115 "No Shadowform", |
| 116 "With Pet", | |
| 128 "Without Pet", | 117 "Without Pet", |
| 129 "With Pet", | |
| 130 "Target", | |
| 131 "No Target", | |
| 132 "Hostile Target", | 118 "Hostile Target", |
| 133 "Friendly Target", | 119 "Friendly Target", |
| 134 "Default", | 120 "No Target", |
| 135 "Focus", | |
| 136 "No Focus", | |
| 137 "Hostile Focus", | 121 "Hostile Focus", |
| 138 "Friendly Focus", | 122 "Friendly Focus", |
| 139 "In Group", | 123 "No Focus", |
| 124 "Raid", | |
| 125 "Party", | |
| 140 "Solo", | 126 "Solo", |
| 141 "Party", | |
| 142 "Raid", | |
| 143 "Key Press", | |
| 144 "On Key Press", | |
| 145 "Combat", | |
| 146 "In Combat", | 127 "In Combat", |
| 147 "Out of Combat", | 128 "Out of Combat", |
| 148 "Custom", | 129 "Warning: one or more incompatible rules were turned off", |
| 149 "Rule", | 130 "Properties", |
| 150 "Syntax like macro conditions: see preset rules for examples", | 131 "Delete this State", |
| 151 "States", | 132 "Name", |
| 133 "Evaluation Order", | |
| 134 "State transitions are evaluated in the order listed:\nMove a state up or down to change the order", | |
| 135 "Up", | |
| 136 "Down", | |
| 137 "Rules", | |
| 138 "Select this state", | |
| 139 "by default", | |
| 140 "when ANY of these", | |
| 141 "when ALL of these", | |
| 142 "via custom rule", | |
| 143 "Clear All", | |
| 144 "Custom Rule", | |
| 145 "Syntax like macro rules: see preset rules for examples", | |
| 146 "Invalid custom rule '%s': each clause must appear within [brackets]", | |
| 147 "Dynamic State", | |
| 148 "States are evaluated in the order they are listed", | |
| 152 "New State...", | 149 "New State...", |
| 150 "State Name", | |
| 153 "Set a name for the new state", | 151 "Set a name for the new state", |
| 154 "State Name", | 152 "State names must be alphanumeric without spaces", |
| 155 "Create State", | 153 "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", | 154 "State named '%s' already exists", |
| 169 "Rule named '%s' already exists", | 155 |
| 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 | 156 |
| 177 }) do | 157 }) do |
| 178 L[string] = true | 158 L[string] = true |
| 179 end | 159 end |
