view 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
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true)
if L then

-- 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

-- 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["Action Bars"] = true
L["Delete Bar"] = true
L["Remove the bar from the current profile"] = true
L["Rename Bar"] = true
L["Set a name for the bar"] = true
  -- console commands
L["/reaction"] = true
L["/rxn"] = true
L["unlock"] = true
L["config"] = true
  -- messages
L["ReAction config mode disabled during combat."] = true
  -- tooltips
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
  -- global options
L["Unlock Bars"] = true
L["Unlock bars for dragging and resizing with the mouse"] = true
L["Configure..."] = true
L["Open the configuration dialogue"] = true
  -- bar menu options
L["Open the configuration dialogue for this bar"] = true
  -- waterfall options
L["Global Settings"] = true
L["Global configuration settings"] = true
L["Module Settings"] = true
L["Configuration settings for each module"] = true
L["Bars"] = true
L["Configuration settings for bars"] = true

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

end