Mercurial > wow > reaction
comparison locale/enUS.lua @ 182:55c2fc0c8d55
Collect options in one file
clean up ReAction.lua a bit
remove AceConsole-3.0
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Thu, 21 Oct 2010 22:07:11 +0000 |
| parents | d32c65d94009 |
| children | 1ee86bbb05a0 |
comparison
equal
deleted
inserted
replaced
| 181:c8777ae7d460 | 182:55c2fc0c8d55 |
|---|---|
| 1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) | 1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) |
| 2 if not L then return end | 2 if not L then return end |
| 3 | 3 |
| 4 for _, string in pairs({ | 4 for _, string in pairs({ |
| 5 -- bindings.lua | |
| 6 "ReAction", | |
| 7 "Toggle ReAction Bar Lock", | |
| 8 "ReAction Keybinding Mode", | |
| 9 | 5 |
| 10 -- ReAction.lua | 6 -- ReAction.lua |
| 11 "Bar ", | 7 "Bar ", |
| 12 "ReAction: name '%s' already in use", | 8 "ReAction: name '%s' already in use", |
| 13 "ReAction config mode disabled during combat.", | 9 "ReAction config mode disabled during combat.", |
| 10 | |
| 11 -- Options.lua | |
| 14 "Customizable replacement for Blizzard's Action Bars", | 12 "Customizable replacement for Blizzard's Action Bars", |
| 15 "Global Settings", | |
| 16 "Global configuration settings", | |
| 17 "Unlock Bars", | 13 "Unlock Bars", |
| 18 "Unlock bars for dragging and resizing with the mouse", | 14 "Unlock bars for dragging and resizing with the mouse", |
| 15 "Hide Blizzard Action Bars", | |
| 16 "Hide the default main bar and extra action bars", | |
| 17 "Hide Blizzard Vehicle Bar", | |
| 18 "Hide the default vechicle action bar", | |
| 19 "Edit Bars...", | |
| 20 "Show the ReAction Bar Editor dialogue", | |
| 21 "Close on Launch", | |
| 22 "Close the Interface Options window when launching the ReAction Bar Editor", | |
| 23 "Key Bindings", | |
| 24 "Show the keybinding dialogue", | |
| 19 "Skip profile keybind warning", | 25 "Skip profile keybind warning", |
| 20 "Don't show a warning about updating keybinds when switching profiles", | 26 "Don't show a warning about updating keybinds when switching profiles", |
| 21 "Module Settings", | 27 "ReAction", |
| 22 "Configuration settings for each module", | 28 "Profiles", |
| 23 "Default", | |
| 24 "ReAction profile changed: check your keybinds, they may need to be updated.", | 29 "ReAction profile changed: check your keybinds, they may need to be updated.", |
| 25 "OK", | 30 "OK", |
| 26 "ReAction: can't configure in combat", | 31 "ReAction: can't configure in combat", |
| 27 "Click", | 32 "Click", |
| 28 "Right-click", | 33 "Right-click", |
| 29 "Shift-click", | 34 "Shift-click", |
| 30 "Alt-click", | 35 "Alt-click", |
| 31 "for global configuration", | 36 "for options", |
| 32 "for bar editor dialog", | 37 "for bar editor dialog", |
| 33 "to unlock bars", | 38 "to unlock bars", |
| 34 "for keybind mode", | 39 "for keybind mode", |
| 35 | 40 |
| 36 -- PetActionButton.lua | 41 -- PetActionButton.lua |
| 138 "Set a name for the new state", | 143 "Set a name for the new state", |
| 139 "State names must be alphanumeric without spaces", | 144 "State names must be alphanumeric without spaces", |
| 140 "Create State", | 145 "Create State", |
| 141 "State named '%s' already exists", | 146 "State named '%s' already exists", |
| 142 | 147 |
| 143 -- HideBlizzard | |
| 144 "Hide Blizzard Action Bars", | |
| 145 "Hide the default main bar and extra action bars", | |
| 146 "Hide Blizzard Vehicle Bar", | |
| 147 "Hide the default vechicle action bar", | |
| 148 | |
| 149 -- Action | 148 -- Action |
| 150 "Action Bar", | 149 "Action Bar", |
| 151 "Action Bars", | 150 "Action Bars", |
| 152 "Hide Empty Buttons", | 151 "Hide Empty Buttons", |
| 153 "Lock Buttons", | 152 "Lock Buttons", |
| 215 "Bottom", | 214 "Bottom", |
| 216 "Top Left", | 215 "Top Left", |
| 217 "Top Right", | 216 "Top Right", |
| 218 "Bottom Left", | 217 "Bottom Left", |
| 219 "Bottom Right", | 218 "Bottom Right", |
| 220 "Edit Bars...", | |
| 221 "Show the ReAction Bar Editor dialogue", | |
| 222 "Close on Launch", | |
| 223 "Close the Interface Options window when launching the ReAction Bar Editor", | |
| 224 "Key Bindings", | |
| 225 "Show the keybinding dialogue", | |
| 226 "Bar Editor", | 219 "Bar Editor", |
| 227 "Global Config", | 220 "Global Config", |
| 228 "Opens ReAction global configuration settings panel", | 221 "Opens ReAction global configuration settings panel", |
| 229 "Close the Bar Editor when opening the ReAction global Interface Options", | 222 "Close the Bar Editor when opening the ReAction global Interface Options", |
| 230 "New Bar...", | 223 "New Bar...", |
