Mercurial > wow > reaction
view locale/enUS.lua @ 75:06cd74bdc7da
- Cleaned up Bar interface
- Move all attribute setting from Bar into State
- Separated Moonkin and Tree of Life
- Removed PossessBar module
- Added some infrastructure for paged/mind control support to Action
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Mon, 16 Jun 2008 18:46:08 +0000 |
parents | aa88aed52124 |
children | da8ba8783924 |
line wrap: on
line source
local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) if not L then return end for _, string in pairs({ -- bindings.lua "ReAction", "Toggle ReAction Bar Lock", "ReAction Keybinding Mode", -- ReAction.lua "Bar ", "ReAction: name already in use", "ReAction config mode disabled during combat.", "Customizable replacement for Blizzard's Action Bars", "Global Settings", "Global configuration settings", "Unlock Bars", "Unlock bars for dragging and resizing with the mouse", "Module Settings", "Configuration settings for each module", -- Bar.lua "Drag to add/remove buttons", "Drag to resize buttons", "Right-click-drag", "to change spacing", "Size:", "Spacing:", "Drag to move", "Shift-drag", "to anchor to nearby frames", "Right-click", "for options", "Currently anchored to <%s>", "Settings...", "Open the editor for this bar", "Delete Bar", "Remove the bar from the current profile", "Are you sure you want to remove this bar?", -- State.lua "State named '%s' already exists", "Battle Stance", "Defensive Stance", "Berserker Stance", "Caster Form", "Bear Form", "Cat Form", "Tree of Life", "Moonkin Form", "Stealth", "No Stealth", "Shadowform", "No Shadowform", "With Pet", "Without Pet", "Hostile Target", "Friendly Target", "No Target", "Hostile Focus", "Friendly Focus", "No Focus", "Mind Control", "Raid", "Party", "Solo", "In Combat", "Out of Combat", "Warning: one or more incompatible rules were turned off", "Info", "Delete this State", "Name", "Evaluation Order", "State transitions are evaluated in the order listed:\nMove a state up or down to change the order", "Up", "Down", "Properties", "Set the properties for the bar when in this state", "Hide Bar", "Show Page #", "(none)", "Override Keybinds", "Set this state to maintain its own set of keybinds which override the defaults when active", "Position", "Set New Position", "Point", "Relative Point", "X Offset", "Y Offset", "Scale", "Set New Scale", "Rule", "Select this state", "by default", "when ANY of these", "when ALL of these", "via custom rule", "via keybinding", "Clear All", "Conditions", "Custom Rule", "Syntax like macro rules: see preset rules for examples", "Invalid custom rule '%s': each clause must appear within [brackets]", "Keybinding", "Invoking a state keybind toggles an override of all other transition rules.", "State Hotkey", "Define an override toggle keybind", "Dynamic State", "States are evaluated in the order they are listed", "New State...", "State Name", "Set a name for the new state", "State names must be alphanumeric without spaces", "Create State", "State named '%s' already exists", -- modules/ReAction_HideBlizzard "Hide Blizzard Action Bars", "Hide the default main bar and extra action bars", -- modules/ReAction_Action "Action Bar", "Action Bars", "Hide Empty Buttons", "Action Buttons", -- modules/ReAction_PetAction "Pet Action Bar", "Pet Buttons", -- modules/ReAction_PossessBar "Possess Bar", "Hide Empty Possess Bar Buttons", "Possess Buttons", -- modules/ReAction_ConfigUI "Center", "Left", "Right", "Top", "Bottom", "Top Left", "Top Right", "Bottom Left", "Bottom Right", "Edit Bars...", "Show the ReAction Bar Editor dialogue", "Close on Launch", "Close the Interface Options window when launching the ReAction Bar Editor", "Bar Editor", "Global Config", "Opens ReAction global configuration settings panel", "Close the Bar Editor when opening the ReAction global Interface Options", "New Bar...", "Choose a name, type, and initial grid for your new action bar:", "Bar Name", "Enter a name for your new action bar", "Button Type", "Create Bar", "General", "Rename Bar", "Delete Bar", "Anchor", "Frame", "The frame that the bar is anchored to", "Point", "Anchor point on the bar frame", "Relative Point", "Anchor point on the target frame", "X offset", "Y offset", "Button Grid", "Rows", "Columns", "Size", "Spacing", "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.", }) do L[string] = true end