diff locale/enUS.lua @ 64:2000f4f4c6af

Redesigned state interface. The only thing missing now is the actual state properties.
author Flick <flickerstreak@gmail.com>
date Wed, 28 May 2008 00:20:04 +0000
parents f9cdb920470a
children fcb5dad031f9
line wrap: on
line diff
--- a/locale/enUS.lua	Thu May 22 22:02:08 2008 +0000
+++ b/locale/enUS.lua	Wed May 28 00:20:04 2008 +0000
@@ -101,78 +101,58 @@
 "Use the mouse to arrange and resize the bars on screen. Tooltips on bars indicate additional functionality.",
 
 -- modules/ReAction_State
-"Dynamic State",
-"Hide Bar",
-"Hide the bar while in this state",
-"Select State (%s):",
-"Key Binding",
-"Delete this State",
-"Select Rule Type",
-"Delete this Rule",
-"Show Rule String",
-"Toggles display of the raw rule string",
-"Rule String",
-"Warrior Stance",
+"State named '%s' already exists",
 "Battle Stance",
 "Defensive Stance",
 "Berserker Stance",
-"Druid Form",
-"Normal",
-"Bear",
-"Cat",
+"Caster Form",
+"Bear Form",
+"Cat Form",
 "Tree/Moonkin",
-"Caster",
 "Stealth",
+"No Stealth",
 "Shadowform",
-"Pet",
+"No Shadowform",
+"With Pet",
 "Without Pet",
-"With Pet",
-"Target",
-"No Target",
 "Hostile Target",
 "Friendly Target",
-"Default",
-"Focus",
-"No Focus",
+"No Target",
 "Hostile Focus",
 "Friendly Focus",
-"In Group",
+"No Focus",
+"Raid",
+"Party",
 "Solo",
-"Party",
-"Raid",
-"Key Press",
-"On Key Press",
-"Combat",
 "In Combat",
 "Out of Combat",
-"Custom",
-"Rule",
-"Syntax like macro conditions: see preset rules for examples",
-"States",
+"Warning: one or more incompatible rules were turned off",
+"Properties",
+"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",
+"Rules",
+"Select this state",
+"by default",
+"when ANY of these",
+"when ALL of these",
+"via custom rule",
+"Clear All",
+"Custom Rule",
+"Syntax like macro rules: see preset rules for examples",
+"Invalid custom rule '%s': each clause must appear within [brackets]",
+"Dynamic State",
+"States are evaluated in the order they are listed",
 "New State...",
+"State Name",
 "Set a name for the new state",
-"State Name",
+"State names must be alphanumeric without spaces",
 "Create State",
-"Options",
-"Transition Rules",
-"New Rule...",
-"Rule Name",
-"Set a name for the new transition rule",
-"Create Rule",
-"Presets",
-"Presets are canned sets of states and transitions. You can create your own presets to add to ReAction's built in defaults.",
-"Select Preset",
-"Load",
-"Delete",
-"Save As...",
 "State named '%s' already exists",
-"Rule named '%s' already exists",
-"State names must be alphanumeric without spaces",
-"Rule names must be alphanumeric without spaces",
-"Invalid custom rule '%s': Rule cannot end with ';'",
-"Invalid custom rule '%s': Expressions must be separated by ';'",
-"Invalid custom rule '%s': Each expression must have a state",
-"Invalid custom rule '%s': '%s' is not a state",
+
 
 }) do
   L[string] = true