Mercurial > wow > reaction
comparison locale/enUS.lua @ 44:2232b8336903
- Added bar config tab
- rearranged locale string grouping
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Thu, 03 Apr 2008 23:17:47 +0000 |
| parents | 0d95ce7a9ec2 |
| children | 38ee32135d86 |
comparison
equal
deleted
inserted
replaced
| 43:dc898780fea8 | 44:2232b8336903 |
|---|---|
| 7 L["ReAction Keybinding Mode"] = true | 7 L["ReAction Keybinding Mode"] = true |
| 8 | 8 |
| 9 -- ReAction.lua | 9 -- ReAction.lua |
| 10 L["Bar "] = true | 10 L["Bar "] = true |
| 11 L["ReAction: name already in use"] = true | 11 L["ReAction: name already in use"] = true |
| 12 L["ReAction config mode disabled during combat."] = true | |
| 13 | |
| 14 -- Bar.lua | |
| 15 L["Drag to add/remove buttons"] = true | |
| 16 L["Drag to resize buttons"] = true | |
| 17 L["Right-click-drag"] = true | |
| 18 L["to change spacing"] = true | |
| 19 L["Size:"] = true | |
| 20 L["Spacing:"] = true | |
| 21 L["Drag to move"] = true | |
| 22 L["Shift-drag for sticky mode"] = true | |
| 23 L["Right-click for options"] = true | |
| 24 L["Configure..."] = true | |
| 25 L["Open the configuration dialogue for this bar"] = true | |
| 26 L["Delete Bar"] = true | |
| 27 L["Remove the bar from the current profile"] = true | |
| 12 | 28 |
| 13 -- modules/ReAction_HideBlizzard | 29 -- modules/ReAction_HideBlizzard |
| 14 L["Hide Blizzard Action Bars"] = true | 30 L["Hide Blizzard Action Bars"] = true |
| 15 L["Hide the default main bar and extra action bars"] = true | 31 L["Hide the default main bar and extra action bars"] = true |
| 16 | 32 |
| 18 L["New Action Bar"] = true | 34 L["New Action Bar"] = true |
| 19 L["Create a new bar of standard action buttons"] = true | 35 L["Create a new bar of standard action buttons"] = true |
| 20 | 36 |
| 21 -- modules/ReAction_ConfigUI | 37 -- modules/ReAction_ConfigUI |
| 22 L["Customizable replacement for Blizzard's Action Bars"] = true | 38 L["Customizable replacement for Blizzard's Action Bars"] = true |
| 23 L["Action Bars"] = true | 39 L["Global Settings"] = true |
| 24 L["Delete Bar"] = true | 40 L["Global configuration settings"] = true |
| 25 L["Remove the bar from the current profile"] = true | |
| 26 L["Rename Bar"] = true | |
| 27 L["Set a name for the bar"] = true | |
| 28 -- console commands | |
| 29 L["/reaction"] = true | |
| 30 L["/rxn"] = true | |
| 31 L["unlock"] = true | |
| 32 L["config"] = true | |
| 33 -- messages | |
| 34 L["ReAction config mode disabled during combat."] = true | |
| 35 -- tooltips | |
| 36 L["Drag to add/remove buttons"] = true | |
| 37 L["Drag to resize buttons"] = true | |
| 38 L["Right-click-drag"] = true | |
| 39 L["to change spacing"] = true | |
| 40 L["Size:"] = true | |
| 41 L["Spacing:"] = true | |
| 42 L["Drag to move"] = true | |
| 43 L["Shift-drag for sticky mode"] = true | |
| 44 L["Right-click for options"] = true | |
| 45 -- global options | |
| 46 L["Unlock Bars"] = true | 41 L["Unlock Bars"] = true |
| 47 L["Unlock bars for dragging and resizing with the mouse"] = true | 42 L["Unlock bars for dragging and resizing with the mouse"] = true |
| 48 L["Configure..."] = true | |
| 49 L["Open the configuration dialogue"] = true | |
| 50 -- bar menu options | |
| 51 L["Open the configuration dialogue for this bar"] = true | |
| 52 -- waterfall options | |
| 53 L["Global Settings"] = true | |
| 54 L["Global configuration settings"] = true | |
| 55 L["Module Settings"] = true | 43 L["Module Settings"] = true |
| 56 L["Configuration settings for each module"] = true | 44 L["Configuration settings for each module"] = true |
| 57 L["Bars"] = true | 45 L["Bar Settings"] = true |
| 58 L["Configuration settings for bars"] = true | 46 L["Configuration settings for bars"] = true |
| 47 L["All Bars"] = true | |
| 48 L["Settings applicable to all bars"] = true | |
| 49 --L["Rename Bar"] = true | |
| 50 --L["Set a name for the bar"] = true | |
| 59 | 51 |
| 60 -- modules/ReAction_State | 52 -- modules/ReAction_State |
| 61 L["Dynamic Behavior"] = true | 53 L["Dynamic Behavior"] = true |
| 62 | 54 |
| 63 end | 55 end |
