view locale/enUS.lua @ 27:f1e838841ce1

Rearranged file tree, removed unused code for 1.x start-point
author Flick <flickerstreak@gmail.com>
date Tue, 11 Mar 2008 21:39:34 +0000
parents dba04d85c799
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
)