Mercurial > wow > reaction
diff 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 |
line wrap: on
line diff
--- a/locale/enUS.lua Tue Jun 03 22:57:34 2008 +0000 +++ b/locale/enUS.lua Tue Jun 03 23:05:16 2008 +0000 @@ -38,69 +38,7 @@ "Remove the bar from the current profile", "Are you sure you want to remove this bar?", --- modules/ReAction_HideBlizzard -"Hide Blizzard Action Bars", -"Hide the default main bar and extra action bars", - --- modules/ReAction_Action -"Action Bar", -"Action Bars", -"Hide Empty Buttons", -"Action Buttons", - --- modules/ReAction_PetAction -"Pet Action Bar", -"Pet Buttons", - --- modules/ReAction_PossessBar -"Possess Bar", -"Hide Empty Possess Bar Buttons", -"Possess Buttons", - --- modules/ReAction_ConfigUI -"Center", -"Left", -"Right", -"Top", -"Bottom", -"Top Left", -"Top Right", -"Bottom Left", -"Bottom Right", -"Edit Bars...", -"Show the ReAction Bar Editor dialogue", -"Close on Launch", -"Close the Interface Options window when launching the ReAction Bar Editor", -"Bar Editor", -"Global Config", -"Opens ReAction global configuration settings panel", -"Close the Bar Editor when opening the ReAction global Interface Options", -"New Bar...", -"Choose a name, type, and initial grid for your new action bar:", -"Bar Name", -"Enter a name for your new action bar", -"Button Type", -"Create Bar", -"General", -"Rename Bar", -"Delete Bar", -"Anchor", -"Frame", -"The frame that the bar is anchored to", -"Point", -"Anchor point on the bar frame", -"Relative Point", -"Anchor point on the target frame", -"X offset", -"Y offset", -"Button Grid", -"Rows", -"Columns", -"Size", -"Spacing", -"Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", - --- modules/ReAction_State +-- State.lua "State named '%s' already exists", "Battle Stance", "Defensive Stance", @@ -176,6 +114,69 @@ "State named '%s' already exists", +-- modules/ReAction_HideBlizzard +"Hide Blizzard Action Bars", +"Hide the default main bar and extra action bars", + +-- modules/ReAction_Action +"Action Bar", +"Action Bars", +"Hide Empty Buttons", +"Action Buttons", + +-- modules/ReAction_PetAction +"Pet Action Bar", +"Pet Buttons", + +-- modules/ReAction_PossessBar +"Possess Bar", +"Hide Empty Possess Bar Buttons", +"Possess Buttons", + +-- modules/ReAction_ConfigUI +"Center", +"Left", +"Right", +"Top", +"Bottom", +"Top Left", +"Top Right", +"Bottom Left", +"Bottom Right", +"Edit Bars...", +"Show the ReAction Bar Editor dialogue", +"Close on Launch", +"Close the Interface Options window when launching the ReAction Bar Editor", +"Bar Editor", +"Global Config", +"Opens ReAction global configuration settings panel", +"Close the Bar Editor when opening the ReAction global Interface Options", +"New Bar...", +"Choose a name, type, and initial grid for your new action bar:", +"Bar Name", +"Enter a name for your new action bar", +"Button Type", +"Create Bar", +"General", +"Rename Bar", +"Delete Bar", +"Anchor", +"Frame", +"The frame that the bar is anchored to", +"Point", +"Anchor point on the bar frame", +"Relative Point", +"Anchor point on the target frame", +"X offset", +"Y offset", +"Button Grid", +"Rows", +"Columns", +"Size", +"Spacing", +"Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", + + }) do L[string] = true end