flickerstreak@28: local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) flickerstreak@45: if not L then return end flickerstreak@23: flickerstreak@28: -- bindings.lua flickerstreak@28: L["ReAction"] = true flickerstreak@28: L["Toggle ReAction Bar Lock"] = true flickerstreak@28: L["ReAction Keybinding Mode"] = true flickerstreak@28: flickerstreak@28: -- ReAction.lua flickerstreak@28: L["Bar "] = true flickerstreak@28: L["ReAction: name already in use"] = true flickerstreak@44: L["ReAction config mode disabled during combat."] = true flickerstreak@44: flickerstreak@44: -- Bar.lua flickerstreak@44: L["Drag to add/remove buttons"] = true flickerstreak@44: L["Drag to resize buttons"] = true flickerstreak@44: L["Right-click-drag"] = true flickerstreak@44: L["to change spacing"] = true flickerstreak@44: L["Size:"] = true flickerstreak@44: L["Spacing:"] = true flickerstreak@44: L["Drag to move"] = true flickerstreak@44: L["Shift-drag for sticky mode"] = true flickerstreak@44: L["Right-click for options"] = true flickerstreak@44: L["Configure..."] = true flickerstreak@44: L["Open the configuration dialogue for this bar"] = true flickerstreak@44: L["Delete Bar"] = true flickerstreak@44: L["Remove the bar from the current profile"] = true flickerstreak@23: flickerstreak@23: -- modules/ReAction_HideBlizzard flickerstreak@30: L["Hide Blizzard Action Bars"] = true flickerstreak@28: L["Hide the default main bar and extra action bars"] = true flickerstreak@23: flickerstreak@23: -- modules/ReAction_Action flickerstreak@28: L["New Action Bar"] = true flickerstreak@28: L["Create a new bar of standard action buttons"] = true flickerstreak@23: flickerstreak@23: -- modules/ReAction_ConfigUI flickerstreak@30: L["Customizable replacement for Blizzard's Action Bars"] = true flickerstreak@44: L["Global Settings"] = true flickerstreak@44: L["Global configuration settings"] = true flickerstreak@28: L["Unlock Bars"] = true flickerstreak@28: L["Unlock bars for dragging and resizing with the mouse"] = true flickerstreak@28: L["Module Settings"] = true flickerstreak@28: L["Configuration settings for each module"] = true flickerstreak@44: L["Bar Settings"] = true flickerstreak@28: L["Configuration settings for bars"] = true flickerstreak@44: L["All Bars"] = true flickerstreak@44: L["Settings applicable to all bars"] = true flickerstreak@44: --L["Rename Bar"] = true flickerstreak@44: --L["Set a name for the bar"] = true flickerstreak@23: flickerstreak@23: -- modules/ReAction_State flickerstreak@28: L["Dynamic Behavior"] = true