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@47: "Shift-drag for sticky mode", flickerstreak@47: "Right-click for options", flickerstreak@47: "Configure...", flickerstreak@47: "Open the configuration dialogue for this bar", flickerstreak@47: "Delete Bar", flickerstreak@47: "Remove the bar from the current profile", 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@47: "New Action Bar", flickerstreak@47: "Create a new bar of standard action buttons", flickerstreak@23: flickerstreak@23: -- modules/ReAction_ConfigUI 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@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