diff locale/enUS.lua @ 185:2e7a322e0195

move ConfigUI module to Editor non-module, make it more self-contained
author Flick <flickerstreak@gmail.com>
date Fri, 22 Oct 2010 23:48:02 +0000
parents 1ee86bbb05a0
children 85213d045acb
line wrap: on
line diff
--- a/locale/enUS.lua	Fri Oct 22 16:03:04 2010 +0000
+++ b/locale/enUS.lua	Fri Oct 22 23:48:02 2010 +0000
@@ -25,6 +25,7 @@
 "Show the keybinding dialogue",
 "Skip profile keybind warning",
 "Don't show a warning about updating keybinds when switching profiles",
+"Usage:",
 "ReAction profile changed: check your keybinds, they may need to be updated.",
 "OK",
 "ReAction: can't configure in combat",
@@ -37,6 +38,48 @@
 "to unlock bars",
 "for keybind mode",
 
+-- Editor.lua
+"Center",
+"Left",
+"Right",
+"Top",
+"Bottom",
+"Top Left",  
+"Top Right",
+"Bottom Left",
+"Bottom Right",
+"Bar Editor",
+"Select Bar:",
+"Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",
+"Global Config",
+"Opens ReAction global configuration settings panel",
+"Close Editor",
+"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",
+"Button Grid",
+"Rows",
+"Columns",
+"Size",
+"Spacing",
+"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",
+"Transparency",
+
 -- PetActionButton.lua
 "Pet action ID range is 1-10",
 
@@ -205,46 +248,6 @@
 "Show only when passenger",
 "Only show the button when riding as a passenger in a vehicle (no vehicle controls)",
 
--- ConfigUI
-"Center",
-"Left",
-"Right",
-"Top",
-"Bottom",
-"Top Left",  
-"Top Right",
-"Bottom Left",
-"Bottom Right",
-"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",
-"Transparency",
-"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