view locale/enUS.lua @ 28:21bcaf8215ff

- converted to Ace3 - rearranged file layout - configGUI menus not working right now
author Flick <flickerstreak@gmail.com>
date Mon, 17 Mar 2008 18:24:53 +0000
parents dba04d85c799
children 0d95ce7a9ec2
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 Default 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["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