Mercurial > wow > reaction
comparison locale/enUS.lua @ 305:0211bcdfab70 stable
Merge 1.1 beta 12 to stable
author | Flick |
---|---|
date | Wed, 14 Nov 2012 16:47:27 -0800 |
parents | 6fbb55e5c624 |
children |
comparison
equal
deleted
inserted
replaced
294:30c9bdaad7a3 | 305:0211bcdfab70 |
---|---|
101 "Action ID", | 101 "Action ID", |
102 "Specify ID 1-120", | 102 "Specify ID 1-120", |
103 "ID List", | 103 "ID List", |
104 "Specify a comma-separated list of IDs for each button in the bar (in order). Separate multiple pages with semicolons (;)", | 104 "Specify a comma-separated list of IDs for each button in the bar (in order). Separate multiple pages with semicolons (;)", |
105 "Invalid action ID list string", | 105 "Invalid action ID list string", |
106 "Mind Control Support", | 106 "Override Button Support", |
107 "When possessing a target (e.g. via Mind Control), map the first 12 buttons of this bar to the possessed target's actions.", | 107 "Override the first 12 buttons on this bar with abilities gained from certain game quests and events.", |
108 "Vehicle Support", | 108 "Vehicle Support", |
109 "When on a vehicle, map the first 6 buttons of this bar to the vehicle actions. The vehicle-exit button is mapped to the 7th button. Pitch controls are not supported.", | 109 "When on a vehicle, map the first 6 buttons of this bar to the vehicle actions. The vehicle-exit button is mapped to the 7th button. Pitch controls are not supported.", |
110 "Show Page #", | 110 "Show Page #", |
111 "Action Buttons", | 111 "Action Buttons", |
112 "State named '%s' already exists", | 112 "State named '%s' already exists", |
131 "Friendly Target", | 131 "Friendly Target", |
132 "No Target", | 132 "No Target", |
133 "Hostile Focus", | 133 "Hostile Focus", |
134 "Friendly Focus", | 134 "Friendly Focus", |
135 "No Focus", | 135 "No Focus", |
136 "Mind Control", | 136 "Ability Override", |
137 "Has Special Action", | |
137 "In a Vehicle", | 138 "In a Vehicle", |
138 "Raid", | 139 "Raid", |
139 "Party", | 140 "Party", |
140 "Solo", | 141 "Solo", |
141 "In Combat", | 142 "In Combat", |
231 "for options...", | 232 "for options...", |
232 "Currently anchored to", | 233 "Currently anchored to", |
233 "State", | 234 "State", |
234 "State Scale Override", | 235 "State Scale Override", |
235 | 236 |
236 -- MultiCastButton.lua | |
237 "Totem Bar", | |
238 "All %s buttons are in use for this bar, cannot create any more buttons", | |
239 | |
240 -- PetActionButton.lua | 237 -- PetActionButton.lua |
241 "Pet Action Bar", | 238 "Pet Action Bar", |
242 "Pet action ID range is 1-10", | 239 "Pet action ID range is 1-10", |
243 | 240 |
244 -- StanceButton.lua | 241 -- StanceButton.lua |
245 "Stance Bar", | 242 "Stance Bar", |
246 | 243 |
247 -- VehicleExitButton.lua | 244 -- VehicleExitButton.lua |
248 "Exit Vehicle Floater", | 245 "Exit Vehicle Floater", |
249 | 246 |
247 -- ExtraActionButton.lua | |
248 "Special Action Button", | |
249 | |
250 }) do | 250 }) do |
251 L[s] = true | 251 L[s] = true |
252 end | 252 end |