Mercurial > wow > reaction
comparison locale/enUS.lua @ 69:a785d6708388
moved State.lua to a top level file
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Tue, 03 Jun 2008 23:05:16 +0000 |
| parents | fcb5dad031f9 |
| children | 2c12e2b1752e |
comparison
equal
deleted
inserted
replaced
| 68:fcb5dad031f9 | 69:a785d6708388 |
|---|---|
| 36 "Open the editor for this bar", | 36 "Open the editor for this bar", |
| 37 "Delete Bar", | 37 "Delete Bar", |
| 38 "Remove the bar from the current profile", | 38 "Remove the bar from the current profile", |
| 39 "Are you sure you want to remove this bar?", | 39 "Are you sure you want to remove this bar?", |
| 40 | 40 |
| 41 -- modules/ReAction_HideBlizzard | 41 -- State.lua |
| 42 "Hide Blizzard Action Bars", | |
| 43 "Hide the default main bar and extra action bars", | |
| 44 | |
| 45 -- modules/ReAction_Action | |
| 46 "Action Bar", | |
| 47 "Action Bars", | |
| 48 "Hide Empty Buttons", | |
| 49 "Action Buttons", | |
| 50 | |
| 51 -- modules/ReAction_PetAction | |
| 52 "Pet Action Bar", | |
| 53 "Pet Buttons", | |
| 54 | |
| 55 -- modules/ReAction_PossessBar | |
| 56 "Possess Bar", | |
| 57 "Hide Empty Possess Bar Buttons", | |
| 58 "Possess Buttons", | |
| 59 | |
| 60 -- modules/ReAction_ConfigUI | |
| 61 "Center", | |
| 62 "Left", | |
| 63 "Right", | |
| 64 "Top", | |
| 65 "Bottom", | |
| 66 "Top Left", | |
| 67 "Top Right", | |
| 68 "Bottom Left", | |
| 69 "Bottom Right", | |
| 70 "Edit Bars...", | |
| 71 "Show the ReAction Bar Editor dialogue", | |
| 72 "Close on Launch", | |
| 73 "Close the Interface Options window when launching the ReAction Bar Editor", | |
| 74 "Bar Editor", | |
| 75 "Global Config", | |
| 76 "Opens ReAction global configuration settings panel", | |
| 77 "Close the Bar Editor when opening the ReAction global Interface Options", | |
| 78 "New Bar...", | |
| 79 "Choose a name, type, and initial grid for your new action bar:", | |
| 80 "Bar Name", | |
| 81 "Enter a name for your new action bar", | |
| 82 "Button Type", | |
| 83 "Create Bar", | |
| 84 "General", | |
| 85 "Rename Bar", | |
| 86 "Delete Bar", | |
| 87 "Anchor", | |
| 88 "Frame", | |
| 89 "The frame that the bar is anchored to", | |
| 90 "Point", | |
| 91 "Anchor point on the bar frame", | |
| 92 "Relative Point", | |
| 93 "Anchor point on the target frame", | |
| 94 "X offset", | |
| 95 "Y offset", | |
| 96 "Button Grid", | |
| 97 "Rows", | |
| 98 "Columns", | |
| 99 "Size", | |
| 100 "Spacing", | |
| 101 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", | |
| 102 | |
| 103 -- modules/ReAction_State | |
| 104 "State named '%s' already exists", | 42 "State named '%s' already exists", |
| 105 "Battle Stance", | 43 "Battle Stance", |
| 106 "Defensive Stance", | 44 "Defensive Stance", |
| 107 "Berserker Stance", | 45 "Berserker Stance", |
| 108 "Caster Form", | 46 "Caster Form", |
| 174 "State names must be alphanumeric without spaces", | 112 "State names must be alphanumeric without spaces", |
| 175 "Create State", | 113 "Create State", |
| 176 "State named '%s' already exists", | 114 "State named '%s' already exists", |
| 177 | 115 |
| 178 | 116 |
| 117 -- modules/ReAction_HideBlizzard | |
| 118 "Hide Blizzard Action Bars", | |
| 119 "Hide the default main bar and extra action bars", | |
| 120 | |
| 121 -- modules/ReAction_Action | |
| 122 "Action Bar", | |
| 123 "Action Bars", | |
| 124 "Hide Empty Buttons", | |
| 125 "Action Buttons", | |
| 126 | |
| 127 -- modules/ReAction_PetAction | |
| 128 "Pet Action Bar", | |
| 129 "Pet Buttons", | |
| 130 | |
| 131 -- modules/ReAction_PossessBar | |
| 132 "Possess Bar", | |
| 133 "Hide Empty Possess Bar Buttons", | |
| 134 "Possess Buttons", | |
| 135 | |
| 136 -- modules/ReAction_ConfigUI | |
| 137 "Center", | |
| 138 "Left", | |
| 139 "Right", | |
| 140 "Top", | |
| 141 "Bottom", | |
| 142 "Top Left", | |
| 143 "Top Right", | |
| 144 "Bottom Left", | |
| 145 "Bottom Right", | |
| 146 "Edit Bars...", | |
| 147 "Show the ReAction Bar Editor dialogue", | |
| 148 "Close on Launch", | |
| 149 "Close the Interface Options window when launching the ReAction Bar Editor", | |
| 150 "Bar Editor", | |
| 151 "Global Config", | |
| 152 "Opens ReAction global configuration settings panel", | |
| 153 "Close the Bar Editor when opening the ReAction global Interface Options", | |
| 154 "New Bar...", | |
| 155 "Choose a name, type, and initial grid for your new action bar:", | |
| 156 "Bar Name", | |
| 157 "Enter a name for your new action bar", | |
| 158 "Button Type", | |
| 159 "Create Bar", | |
| 160 "General", | |
| 161 "Rename Bar", | |
| 162 "Delete Bar", | |
| 163 "Anchor", | |
| 164 "Frame", | |
| 165 "The frame that the bar is anchored to", | |
| 166 "Point", | |
| 167 "Anchor point on the bar frame", | |
| 168 "Relative Point", | |
| 169 "Anchor point on the target frame", | |
| 170 "X offset", | |
| 171 "Y offset", | |
| 172 "Button Grid", | |
| 173 "Rows", | |
| 174 "Columns", | |
| 175 "Size", | |
| 176 "Spacing", | |
| 177 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", | |
| 178 | |
| 179 | |
| 179 }) do | 180 }) do |
| 180 L[string] = true | 181 L[string] = true |
| 181 end | 182 end |
