flickerstreak@28: local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) flickerstreak@45: if not L then return end flickerstreak@23: flickerstreak@47: for _, string in pairs({ flickerstreak@28: -- bindings.lua flickerstreak@47: "ReAction", flickerstreak@47: "Toggle ReAction Bar Lock", flickerstreak@47: "ReAction Keybinding Mode", flickerstreak@28: flickerstreak@28: -- ReAction.lua flickerstreak@47: "Bar ", flickerstreak@47: "ReAction: name already in use", flickerstreak@47: "ReAction config mode disabled during combat.", flickerstreak@44: flickerstreak@44: -- Bar.lua flickerstreak@47: "Drag to add/remove buttons", flickerstreak@47: "Drag to resize buttons", flickerstreak@47: "Right-click-drag", flickerstreak@47: "to change spacing", flickerstreak@47: "Size:", flickerstreak@47: "Spacing:", flickerstreak@47: "Drag to move", flickerstreak@52: "Shift-drag", flickerstreak@52: "to anchor to nearby frames", flickerstreak@52: "Right-click", flickerstreak@52: "for options", flickerstreak@52: "Currently anchored to <%s>", flickerstreak@50: "Layout...", flickerstreak@50: "Open the layout editor for this bar", flickerstreak@47: "Delete Bar", flickerstreak@47: "Remove the bar from the current profile", flickerstreak@50: "Are you sure you want to remove this bar?", flickerstreak@23: flickerstreak@23: -- modules/ReAction_HideBlizzard flickerstreak@47: "Hide Blizzard Action Bars", flickerstreak@47: "Hide the default main bar and extra action bars", flickerstreak@23: flickerstreak@23: -- modules/ReAction_Action flickerstreak@48: "Action Bar", flickerstreak@49: "Hide Empty Buttons", flickerstreak@23: flickerstreak@23: -- modules/ReAction_ConfigUI flickerstreak@51: "Center", flickerstreak@51: "Left", flickerstreak@51: "Right", flickerstreak@51: "Top", flickerstreak@51: "Bottom", flickerstreak@51: "Top Left", flickerstreak@51: "Top Right", flickerstreak@51: "Bottom Left", flickerstreak@51: "Bottom Right", flickerstreak@47: "Customizable replacement for Blizzard's Action Bars", flickerstreak@47: "Global Settings", flickerstreak@47: "Global configuration settings", flickerstreak@47: "Unlock Bars", flickerstreak@47: "Unlock bars for dragging and resizing with the mouse", flickerstreak@47: "Module Settings", flickerstreak@47: "Configuration settings for each module", flickerstreak@47: "Layout Editor...", flickerstreak@47: "Show the ReAction Layout Editor to edit your bars", flickerstreak@47: "Close on Launch", flickerstreak@47: "Close the Interface Options window when launching the ReAction Layout Editor", flickerstreak@47: "Layout", flickerstreak@47: "Global Config", flickerstreak@47: "Opens ReAction global configuration settings panel", flickerstreak@47: "Close the Layout Editor when opening the ReAction global Interface Options", flickerstreak@47: "New Bar...", flickerstreak@47: "Choose a name, type, and initial grid for your new action bar:", flickerstreak@47: "Bar Name", flickerstreak@47: "Enter a name for your new action bar", flickerstreak@47: "Button Type", flickerstreak@47: "Create Bar", flickerstreak@47: "General", flickerstreak@47: "Rename Bar", flickerstreak@47: "Delete Bar", flickerstreak@51: "Anchor", flickerstreak@51: "Frame", flickerstreak@51: "The frame that the bar is anchored to", flickerstreak@51: "Point", flickerstreak@51: "Anchor point on the bar frame", flickerstreak@51: "Relative Point", flickerstreak@51: "Anchor point on the target frame", flickerstreak@51: "X offset", flickerstreak@51: "Y offset", flickerstreak@47: "Button Grid", flickerstreak@47: "Rows", flickerstreak@47: "Columns", flickerstreak@47: "Size", flickerstreak@47: "Spacing", flickerstreak@47: "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", flickerstreak@47: flickerstreak@47: flickerstreak@47: --"Rename Bar", flickerstreak@47: --"Set a name for the bar", flickerstreak@23: flickerstreak@23: -- modules/ReAction_State flickerstreak@47: "Dynamic Behavior", flickerstreak@47: }) do flickerstreak@47: L[string] = true flickerstreak@47: end