view locale/enUS.lua @ 23:dba04d85c799

Added missing files in 1.0 dev tree
author Flick <flickerstreak@gmail.com>
date Fri, 07 Mar 2008 22:17:51 +0000
parents
children 21bcaf8215ff
line wrap: on
line source
AceLibrary("AceLocale-2.2"):new("ReAction"):RegisterTranslations( "enUS", 
function() 
return
{
-- ReAction
["ReAction"] = true,
["Toggle ReAction Bar Lock"] = true,
["ReAction Keybinding Mode"] = true,

-- ReAction_Bar
["Bar "] = true,
["Delete Bar"] = true,
["Remove the bar from the current profile"] = true,
["Rename Bar"] = true,
["Set a name for the bar"] = true,
["ReAction: name already in use"] = true,

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

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

-- modules/ReAction_ConfigUI
  -- console commands
["/reaction"] = true,
["/rxn"] = true,
["unlock"] = true,
["config"] = true,
  -- messages
["ReAction config mode disabled during combat."] = true,
  -- tooltips
["Drag to add/remove buttons"] = true,
["Drag to resize buttons"] = true,
["Right-click-drag"] = true,
["to change spacing"] = true,
["Size:"] = true,
["Spacing:"] = true,
["Drag to move"] = true,
["Shift-drag for sticky mode"] = true,
["Right-click for options"] = true,
  -- global options
["Unlock Bars"] = true,
["Unlock bars for dragging and resizing with the mouse"] = true,
["Configure..."] = true,
["Open the configuration dialogue"] = true,
  -- bar menu options
["Open the configuration dialogue for this bar"] = true,
  -- waterfall options
["Global Settings"] = true,
["Global configuration settings"] = true,
["Module Settings"] = true,
["Configuration settings for each module"] = true,
["Bars"] = true,
["Configuration settings for bars"] = true,

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


} 
end
)