Quantcast
--[[---------------------------------------------------------------------------------
    Localisation for English
----------------------------------------------------------------------------------]]

local L = Clique.Locals

-- This is the default locale.
	L.RANK                    = "Rank"
	L.RANK_PATTERN            = "Rank (%d+)"
	L.CAST_FORMAT             = "%s(Rank %s)"

	L.RACIAL_PASSIVE          = "Racial Passive"
	L.PASSIVE                 = SPELL_PASSIVE

	L.CLICKSET_DEFAULT        = "Default"
	L.CLICKSET_HARMFUL        = "Harmful actions"
	L.CLICKSET_HELPFUL        = "Helpful actions"
	L.CLICKSET_OOC            = "Out of Combat"
	L.CLICKSET_BEARFORM       = "Bear Form"
	L.CLICKSET_CATFORM        = "Cat Form"
    L.CLICKSET_AQUATICFORM    = "Aquatic Form"
	L.CLICKSET_TRAVELFORM     = "Travel Form"
	L.CLICKSET_MOONKINFORM    = "Moonkin Form"
	L.CLICKSET_TREEOFLIFE     = "Tree of Life Form"
	L.CLICKSET_SHADOWFORM     = "Shadowform"
	L.CLICKSET_STEALTHED      = "Stealthed"
	L.CLICKSET_BATTLESTANCE   = "Battle Stance"
	L.CLICKSET_DEFENSIVESTANCE = "Defensive Stance"
	L.CLICKSET_BERSERKERSTANCE = "Berserker Stance"

	L.BEAR_FORM = "Bear Form"
	L.DIRE_BEAR_FORM = "Dire Bear Form"
	L.CAT_FORM = "Cat Form"
	L.AQUATIC_FORM = "Aquatic Form"
	L.TRAVEL_FORM = "Travel Form"
	L.TREEOFLIFE = "Tree of Life"
	L.MOONKIN_FORM = "Moonkin Form"
	L.STEALTH = "Stealth"
	L.SHADOWFORM = "Shadowform"
	L.BATTLESTANCE = "Battle Stance"
	L.DEFENSIVESTANCE = "Defensive Stance"
	L.BERSERKERSTANCE = "Berserker Stance"

	L.BINDING_NOT_DEFINED     = "Binding not defined"
	L.CANNOT_CHANGE_COMBAT    = "Cannot make changes in combat.  These changes will be delayed until you exit combat."
	L.APPLY_QUEUE             = "Out of combat.  Applying all queued changes."
	L.PROFILE_CHANGED         = "Profile has changed to '%s'."
	L.PROFILE_DELETED         = "Profile '%s' has been deleted."
	L.PROFILE_CHANGED         = "Your profile '%s' has been reset."

	L.ACTION_ACTIONBAR = "Change ActionBar"
	L.ACTION_ACTION = "Action Button"
	L.ACTION_PET = "Pet Action Button"
	L.ACTION_SPELL = "Cast Spell"
	L.ACTION_ITEM = "Use Item"
	L.ACTION_MACRO = "Run Custom Macro"
	L.ACTION_STOP = "Stop Casting"
	L.ACTION_TARGET = "Target Unit"
	L.ACTION_FOCUS = "Set Focus"
	L.ACTION_ASSIST = "Assist Unit"
	L.ACTION_CLICK = "Click Button"
	L.ACTION_MENU = "Show Menu"

	L.HELP_TEXT               = "Welcome to Clique.  For basic operation, you can navigate the spellbook and decide what spell you'd like to bind to a specific click.  Then click on that spell with whatever click-binding you would like.  For example, navigate to \"Flash Heal\" and shift-LeftClick on it to bind that spell to Shift-LeftClick."
	L.CUSTOM_HELP             = "This is the Clique custom edit screen.  From here you can configure any of the combinations that the UI makes available to us in response to clicks.  Select a base action from the left column.  You can then click on the button below to set the binding you'd like, and then supply the arguments required (if any)."