view locale/enUS.lua @ 46:aa0b7fd68462

rearranged options table initialization a little
author Flick <flickerstreak@gmail.com>
date Thu, 10 Apr 2008 23:27:58 +0000
parents 38ee32135d86
children e12b736c23c3
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true)
if not L then return end

-- bindings.lua
L["ReAction"] = true
L["Toggle ReAction Bar Lock"] = true
L["ReAction Keybinding Mode"] = true

-- ReAction.lua
L["Bar "] = true
L["ReAction: name already in use"] = true
L["ReAction config mode disabled during combat."] = true

-- Bar.lua
L["Drag to add/remove buttons"] = true
L["Drag to resize buttons"] = true
L["Right-click-drag"] = true
L["to change spacing"] = true
L["Size:"] = true
L["Spacing:"] = true
L["Drag to move"] = true
L["Shift-drag for sticky mode"] = true
L["Right-click for options"] = true
L["Configure..."] = true
L["Open the configuration dialogue for this bar"] = true
L["Delete Bar"] = true
L["Remove the bar from the current profile"] = true

-- modules/ReAction_HideBlizzard
L["Hide Blizzard Action Bars"] = true
L["Hide the default main bar and extra action bars"] = true

-- modules/ReAction_Action
L["New Action Bar"] = true
L["Create a new bar of standard action buttons"] = true

-- modules/ReAction_ConfigUI
L["Customizable replacement for Blizzard's Action Bars"] = true
L["Global Settings"] = true
L["Global configuration settings"] = true
L["Unlock Bars"] = true
L["Unlock bars for dragging and resizing with the mouse"] = true
L["Module Settings"] = true
L["Configuration settings for each module"] = true
L["Bar Config"] = true
L["Configuration settings for bars"] = true
--L["Rename Bar"] = true
--L["Set a name for the bar"] = true

-- modules/ReAction_State
L["Dynamic Behavior"] = true