WoWInterface SVN ProcWatch

[/] [trunk/] [zz_ProcWatch/] [locale_enUS.lua] - Rev 9

Compare with Previous | Blame | View Log

local name, tab = ...
local L = LibStub("AceLocale-3.0"):NewLocale(name, "enUS", true)
if L then
  L[name] = name
  L[name..' Settings'] = name..' Settings'
  L['Spells'] = true
  L['Dragable'] = true
  L['This unlocks the spellbar'] = 'This unlocks the spellbar. Press ALT to move the bar.'
  L['Show Tooltip'] = true
  L['Shows the spells tooltip'] = true
  L['Listmode'] = true
  L['Whitelist means only spells added to the whitelist are displayed and new spells are put on blacklist. Blacklist will add new spells to the whitelist.'] = true
  L['Sorting'] = true
  L['Sort the displayed buffs'] = true
  L['Reverse'] = true
  L['Reverse the sorting.'] = true
  L['Time'] = true
  L['Priority'] = true
  L['Blacklist'] = true
  L['Whitelist'] = true
  L['mainhand'] = "Mainhand"
  L['offhand'] = "Offhand"
  L['thrown'] = "Thrown"
  L['Scale'] = true
  L['Scales the spellbar'] = true
  L['Spellsettings'] = true
  L['Defaults'] = true
  L['Spellsettings'] = true
  L['Charges'] = true
  L['Show charges'] = true
  L['Static'] = true
  L['Show spell when inactive'] = true
  L['Order'] = true
  L['Defines the priority on the spellbar.'] = true
  L['Refresh'] = true
  L['Sets Refreshrate of the spellbar.'] = true
  L['Dualskill'] = true
  L['Automatic'] = true
  L['Switches profiles automaticly'] = true
  L['Primary Profile'] = true
  L['Secondary Profile'] = true
  L['Quiet switching'] = true
  L['Does not announce a (needed) switch.'] = true
  L['Detected a talent spec change. Switching profile.'] = true
  L['Detected a talent spec change. You should switch profile.'] = true
        L['Font'] = true
        L['Size'] = true
        L['Color'] = true
        L['Spacing'] = true
        L['Sets the spacing between two spells'] = true
        L['Anchor'] = true
        L['X-Offset'] = true
        L['Y-Offset'] = true
        L['Font Anchor X'] = true
        L['Font Anchor Y'] = true
        L['Cancel Aura'] = true
        L['Allows Mouseclick to cancel a spell'] = 'Allows Rightclick to cancel a helpful spell'
        L['You cant do this in combat'] = true
        L['List Tools'] = true
        L['Reset to Blacklist'] = true
        L['All spells are moved to whitelist'] = true
        L['Reset to Whitelist'] = true
        L['All spells are moved to blacklist'] = true
        L['Delete Blacklist'] = true
        L['All spells removed from blacklist'] = true
        L['Delete Whitelist'] = true
        L['All spells removed from whitelist'] = true
        L['Play Sound'] = true
        L['Play a sound when this spell is active'] = true
        L['Sound'] = true
        L['Timer'] = true
        L['Show Text Timer'] = true
        L['Display'] = true
        L['Disable OmniCC'] = true
        L['Disable OmniCC for this spell'] = true
        L['Proc'] = true
        L['Vertical'] = true
        L['Display spells vertically'] = true
        L['Growth'] = true
        L['Invert the growth direction of spells'] = true
        L['Warning'] = true
        L['Show a warning when missing'] = true
        L['Dont warn'] = true
        L['Only in Combat'] = true
        L['Only out of Combat'] = true
        L['Always'] = true
        L['Warning only'] = true
        L['Hide spell until warning'] = true
end

Compare with Previous | Blame