view locale/enUS.lua @ 50:c3c64e2def50

Assorted cleanup for hide/show grid, action ID labels, draggable resizing, etc
author Flick <flickerstreak@gmail.com>
date Tue, 22 Apr 2008 20:37:44 +0000
parents dcf8116560a1
children c964fb84560c
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true)
if not L then return end

for _, string in pairs({
-- bindings.lua
"ReAction",
"Toggle ReAction Bar Lock",
"ReAction Keybinding Mode",

-- ReAction.lua
"Bar ",
"ReAction: name already in use",
"ReAction config mode disabled during combat.",

-- Bar.lua
"Drag to add/remove buttons",
"Drag to resize buttons",
"Right-click-drag",
"to change spacing",
"Size:",
"Spacing:",
"Drag to move",
"Shift-drag for sticky mode",
"Right-click for options",
"Layout...",
"Open the layout editor for this bar",
"Delete Bar",
"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",
"Hide Empty Buttons",

-- modules/ReAction_ConfigUI
"Customizable replacement for Blizzard's Action Bars",
"Global Settings",
"Global configuration settings",
"Unlock Bars",
"Unlock bars for dragging and resizing with the mouse",
"Module Settings",
"Configuration settings for each module",
"Layout Editor...",
"Show the ReAction Layout Editor to edit your bars",
"Close on Launch",
"Close the Interface Options window when launching the ReAction Layout Editor",
"Layout",
"Global Config",
"Opens ReAction global configuration settings panel",
"Close the Layout 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",
"Button Grid",
"Rows",
"Columns",
"Size",
"Spacing",
"Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",


--"Rename Bar",
--"Set a name for the bar",

-- modules/ReAction_State
"Dynamic Behavior",
}) do
  L[string] = true
end