Mercurial > wow > reaction
comparison locale/enUS.lua @ 30:0d95ce7a9ec2
- added Ace3 externs
- converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0
- partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later)
- cleaned up a couple other tidbits
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 02 Apr 2008 23:31:13 +0000 |
parents | 21bcaf8215ff |
children | 2232b8336903 |
comparison
equal
deleted
inserted
replaced
29:9c89042bc328 | 30:0d95ce7a9ec2 |
---|---|
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 | 12 |
13 -- modules/ReAction_HideBlizzard | 13 -- modules/ReAction_HideBlizzard |
14 L["Hide Default Action Bars"] = true | 14 L["Hide Blizzard Action Bars"] = true |
15 L["Hide the default main bar and extra action bars"] = true | 15 L["Hide the default main bar and extra action bars"] = true |
16 | 16 |
17 -- modules/ReAction_Action | 17 -- modules/ReAction_Action |
18 L["New Action Bar"] = true | 18 L["New Action Bar"] = true |
19 L["Create a new bar of standard action buttons"] = true | 19 L["Create a new bar of standard action buttons"] = true |
20 | 20 |
21 -- modules/ReAction_ConfigUI | 21 -- modules/ReAction_ConfigUI |
22 L["Customizable replacement for Blizzard's Action Bars"] = true | |
23 L["Action Bars"] = true | |
22 L["Delete Bar"] = true | 24 L["Delete Bar"] = true |
23 L["Remove the bar from the current profile"] = true | 25 L["Remove the bar from the current profile"] = true |
24 L["Rename Bar"] = true | 26 L["Rename Bar"] = true |
25 L["Set a name for the bar"] = true | 27 L["Set a name for the bar"] = true |
26 -- console commands | 28 -- console commands |