WoWInterface SVN SliceCommander

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/Locale
    from Rev 228 to Rev 229
    Reverse comparison

Rev 228 → Rev 229

enUS.lua
113,7 → 113,7
L["Assassination settings"] = true
L["Outlaw settings"] = true
L["Subtlety settings"] = true
L["Complementary settings"] = true
L["Old settings"] = true
L["Disable"] = true
L["All spec"] = true
L["Show %s bar CD"] = true
176,4 → 176,8
L["Warning settings"] = true
L["Enable kick warning"] = true
L["Font"] = true
L['Empowered'] = true
\ No newline at end of file +L['Empowered'] = true +L["Shortcut"] = true +L["Skills"] = true +L["Talents"] = true +L["PVP Talents"] = true \ No newline at end of file
ruRU.lua
113,7 → 113,7
L["Assassination settings"] = "Assassination settings"
L["Outlaw settings"] = "Outlaw settings"
L["Subtlety settings"] = "Subtlety settings"
L["Complementary settings"] = "Complementary settings"
L["Old settings"] = "Old settings"
L["Disable"] = "Disable"
L["All spec"] = "All spec"
L["Show %s bar CD"] = "Show %s bar CD"
176,4 → 176,8
L["Warning settings"] = "Warning settings"
L["Enable kick warning"] = "Enable kick warning"
L["Font"] = "Font"
L['Empowered'] = "Empowered"
\ No newline at end of file +L['Empowered'] = "Empowered" +L["Shortcut"] = "Shortcut" +L["Skills"] = "Skills" +L["Talents"] = "Talents" +L["PVP Talents"] = "PVP Talents" \ No newline at end of file
esES.lua
113,7 → 113,7
L["Assassination settings"] = true
L["Outlaw settings"] = true
L["Subtlety settings"] = true
L["Complementary settings"] = true
L["Old settings"] = true
L["Disable"] = true
L["All spec"] = true
L["Show %s bar CD"] = true
176,4 → 176,8
L["Warning settings"] = true
L["Enable kick warning"] = true
L["Font"] = true
L['Empowered'] = true
\ No newline at end of file +L['Empowered'] = true +L["Shortcut"] = true +L["Skills"] = true +L["Talents"] = true +L["PVP Talents"] = true \ No newline at end of file
frFR.lua
113,7 → 113,7
L["Assassination settings"] = "Options d'Assassinat"
L["Outlaw settings"] = "Options de Hors-la-loi"
L["Subtlety settings"] = "Options de Finesse"
L["Complementary settings"] = "Options Complémentaire"
L["Old settings"] = "Options Obsolètes"
L["Disable"] = "Désactivé"
L["All spec"] = "Toutes les spés"
L["Show %s bar CD"] = "Afficher la barre de CD de %s"
176,4 → 176,8
L["Warning settings"] = "Option de l'alerte"
L["Enable kick warning"] = "Activer l'alerte d'anti-cast"
L["Font"] = "Police"
L['Empowered'] = "Empowered"
\ No newline at end of file +L['Empowered'] = "Empowered" +L["Shortcut"] = "Raccourcis" +L["Skills"] = "Capacités" +L["Talents"] = "Talents" +L["PVP Talents"] = "Talents JcJ" \ No newline at end of file
spell.lua
1,110 → 1,136
local L = LibStub("AceLocale-3.0"):GetLocale("SliceCommander")
----------------------SPELLID-----------------------
 
SC_SPELL = {}
SC_SPELLID = {}
 
--GLOBAL
SC_SPELL['KS'] = GetSpellInfo(408) --Kidney Shot
SC_SPELL['KSCD'] = GetSpellInfo(408) --Kidney Shot CD
SC_SPELL['CS'] = GetSpellInfo(1833) --Cheap Shot
SC_SPELL['VAN'] = GetSpellInfo(1856) --Vanish
SC_SPELL['FE'] = GetSpellInfo(1966) --Feint
SC_SPELL['TOT'] = GetSpellInfo(57934) --Tricks of the Trade
SC_SPELL['SUB'] = GetSpellInfo(108208)--Subterfuge
SC_SPELL['SS'] = GetSpellInfo(36554) --Shadowstep
SC_SPELL['SSCD'] = GetSpellInfo(36554) --Shadowstep CD
SC_SPELL['CD'] = GetSpellInfo(45181) --Cheated Death
SC_SPELL['AC'] = GetSpellInfo(193538)--Alacrity
SC_SPELL['MD'] = GetSpellInfo(137619)--Marked for Death
SC_SPELL['DFA'] = GetSpellInfo(152150)--Death from Above
SC_SPELL['CV'] = GetSpellInfo(185311)--Crimson Vial
SC_SPELL['CVCD'] = GetSpellInfo(185311)--Crimson Vial CD
SC_SPELL['SOTD'] = GetSpellInfo(109941)--Shadow of the Destroyer
SC_SPELL['FOTD'] = GetSpellInfo(109949)--Fury of the Destroyer
SC_SPELL['MAI'] = GetSpellInfo(235027)--Master Assassin's Initiative
SC_SPELL['KI'] = GetSpellInfo(1766) --Kick
SC_SPELL['EV'] = GetSpellInfo(5277) --Evasion
SC_SPELL['EVCD'] = GetSpellInfo(5277) --Evasion CD
SC_SPELL['COS'] = GetSpellInfo(31224) --Cloak of Shadows
SC_SPELL['COSCD'] = GetSpellInfo(31224) --Cloak of Shadows CD
SC_SPELLID['KS'] = 408 --Kidney Shot
SC_SPELLID['KSCD'] = 408 --Kidney Shot CD
SC_SPELLID['CS'] = 1833 --Cheap Shot
SC_SPELLID['VAN'] = 1856 --Vanish
SC_SPELLID['FE'] = 1966 --Feint
SC_SPELLID['FECD'] = 1966 --Feint CD
SC_SPELLID['TOT'] = 57934 --Tricks of the Trade
SC_SPELLID['SUB'] = 115192 --Subterfuge
SC_SPELLID['SS'] = 36554 --Shadowstep
SC_SPELLID['SSCD'] = 36554 --Shadowstep
SC_SPELLID['CD'] = 45181 --Cheated Death
SC_SPELLID['AC'] = 193538 --Alacrity
SC_SPELLID['MD'] = 137619 --Marked for Death
SC_SPELLID['DFA'] = 152150 --Death from Above
SC_SPELLID['CV'] = 185311 --Crimson Vial
SC_SPELLID['CVCD'] = 185311 --Crimson Vial CD
SC_SPELLID['SOTD'] = 109941 --Shadow of the Destroyer
SC_SPELLID['FOTD'] = 109949 --Fury of the Destroyer
SC_SPELLID['MAI'] = 235027 --Master Assassin's Initiative
SC_SPELLID['KI'] = 1766 --Kick
SC_SPELLID['COS'] = 31224 --Cloak of Shadows
SC_SPELLID['COSCD'] = 31224 --Cloak of Shadows CD
SC_SPELLID['EVA'] = 5277 --Evasion
SC_SPELLID['EVACD'] = 5277 --Evasion CD
SC_SPELLID['SPR'] = 2983 --Sprint
SC_SPELLID['SPRCD'] = 2983 --Sprint CD
 
--OUTLAW
SC_SPELL['SND'] = GetSpellInfo(5171) --Slice and Dice
SC_SPELL['AR'] = GetSpellInfo(13750) --Adrenaline Rush
SC_SPELL['ARCD'] = GetSpellInfo(13750) --Adrenaline Rush CD
SC_SPELL['BF'] = GetSpellInfo(13877) --Blade Flurry
SC_SPELL['KSP'] = GetSpellInfo(51690) --Killing Spree
SC_SPELL['GS'] = GetSpellInfo(196937)--Ghostly Strike
SC_SPELL['GH'] = GetSpellInfo(195457)--Grappling Hook
SC_SPELL['PA'] = GetSpellInfo(199743)--Parley
SC_SPELL['CB'] = GetSpellInfo(185767)--Cannonball Barrage
SC_SPELL['BE'] = GetSpellInfo(199804)--Between the Eyes
SC_SPELL['OP'] = GetSpellInfo(195627)--Opportunity
SC_SPELL['RB'] = GetSpellInfo(193316)--Roll the Bones
SC_SPELL['JR'] = GetSpellInfo(199603)--Jolly Roger
SC_SPELL['GM'] = GetSpellInfo(193358)--Grand Melee
SC_SPELL['SIW'] = GetSpellInfo(193357)--Shark Infested Waters
SC_SPELL['TB'] = GetSpellInfo(193359)--True Bearing
SC_SPELL['BT'] = GetSpellInfo(199600)--Buried Treasure
SC_SPELL['BS'] = GetSpellInfo(193356)--Broadsides
SC_SPELL['CDB'] = GetSpellInfo(202665)--Curse of the Dreadblades
SC_SPELL['CDBCD'] = GetSpellInfo(202665)--Curse of the Dreadblades CD
SC_SPELL['GSWW'] = GetSpellInfo(209423)--Greenskin's Waterlogged Wristcuffs
SC_SPELL['PS'] = GetSpellInfo(185763)--Cannonball Barrage
SC_SPELL['BB'] = GetSpellInfo(202895)--Blunderbuss
SC_SPELL['RT'] = GetSpellInfo(208225)--Run Through
SC_SPELL['LD'] = GetSpellInfo(240837)--Loaded Dice
SC_SPELL['RI'] = GetSpellInfo(199754)--Riposte
SC_SPELL['RICD'] = GetSpellInfo(199754)--Riposte CD
SC_SPELLID['SND'] = 5171 --Slice and Dice
SC_SPELLID['AR'] = 13750 --Adrenaline Rush
SC_SPELLID['ARCD'] = 13750 --Adrenaline Rush CD
SC_SPELLID['BF'] = 13877 --Blade Flurry
SC_SPELLID['BFCD'] = 13877 --Blade Flurry CD
SC_SPELLID['KSP'] = 51690 --Killing Spree
SC_SPELLID['GS'] = 196937 --Ghostly Strike
SC_SPELLID['GSCD'] = 196937 --Ghostly Strike
SC_SPELLID['GH'] = 195457 --Grappling Hook
SC_SPELLID['BE'] = 199804 --Between the Eyes
SC_SPELLID['BECD'] = 199804 --Between the Eyes CD
SC_SPELLID['OP'] = 195627 --Opportunity
SC_SPELLID['RB'] = 193316 --Roll the Bones
SC_SPELLID['SC'] = 199603 --Roll the Bones: Skull and Crossbones
SC_SPELLID['GM'] = 193358 --Roll the Bones: Grand Melee
SC_SPELLID['RP'] = 193357 --Roll the Bones: Ruthless Precision
SC_SPELLID['TB'] = 193359 --Roll the Bones: True Bearing
SC_SPELLID['BT'] = 199600 --Roll the Bones: Buried Treasure
SC_SPELLID['BS'] = 193356 --Roll the Bones: Broadsides
SC_SPELLID['CDB'] = 202665 --Curse of the Dreadblades
SC_SPELLID['CDBCD'] = 202665 --Curse of the Dreadblades CD
SC_SPELLID['GSWW'] = 209423 --Greenskin's Waterlogged Wristcuffs
SC_SPELLID['PS'] = 185763 --Cannonball Barrage
SC_SPELLID['BB'] = 202895 --Blunderbuss
SC_SPELLID['RT'] = 208225 --Run Through
SC_SPELLID['LD'] = 256171 --Loaded Dice
SC_SPELLID['BR'] = 271896 --Blade Rush
SC_SPELLID['BRCD'] = 271877 --Blade Rush CD
SC_SPELLID['RIP'] = 199754 --Riposte
SC_SPELLID['RIPCD'] = 199754 --Riposte CD
SC_SPELLID['GG'] = 1776 --Gouge
SC_SPELLID['GGCD'] = 1776 --Gouge CD
 
--ASSASSINAT
SC_SPELL['HEM'] = GetSpellInfo(16511) --Hemorrhage
SC_SPELL['ENV'] = GetSpellInfo(32645) --Envenom
SC_SPELL['RUP'] = GetSpellInfo(1943) --Rupture
SC_SPELL['GAR'] = GetSpellInfo(703) --Garrote
SC_SPELL['GARCD'] = GetSpellInfo(703) --Garrote CD
SC_SPELL['VEN'] = GetSpellInfo(79140) --Vendetta
SC_SPELL['VENCD'] = GetSpellInfo(79140) --Vendetta CD
SC_SPELL['EP'] = GetSpellInfo(193640)--Elaborate Planning
SC_SPELL['DP'] = GetSpellInfo(2818) --Deadly Poison
SC_SPELL['CRP'] = GetSpellInfo(3408) --Crippling Poison
SC_SPELL['WP'] = GetSpellInfo(8679) --Wound Poison
SC_SPELL['LP'] = GetSpellInfo(108211)--Leeching Poison
SC_SPELL['EX'] = GetSpellInfo(200806)--Exsanguinate
SC_SPELL['KB'] = GetSpellInfo(192759)--Kingsbane
SC_SPELL['KBCD'] = GetSpellInfo(192759)--Kingsbane CD
SC_SPELL['BA'] = GetSpellInfo(192925)--Blood of the Assassinated
SC_SPELL['ST'] = GetSpellInfo(192425)--Surge of Toxins
SC_SPELL['TXB'] = GetSpellInfo(245388)--Toxic Blade
SC_SPELL['TXBCD'] = GetSpellInfo(245388)--Toxic Blade CD
SC_SPELLID['ENV'] = 32645 --Envenom
SC_SPELLID['RUP'] = 1943 --Rupture
SC_SPELLID['GAR'] = 703 --Garrote
SC_SPELLID['GARCD'] = 703 --Garrote CD
SC_SPELLID['VEN'] = 79140 --Vendetta
SC_SPELLID['VENCD'] = 79140 --Vendetta CD
SC_SPELLID['EP'] = 193641 --Elaborate Planning
SC_SPELLID['DP'] = 2823 --Deadly Poison
SC_SPELLID['CRP'] = 3408 --Crippling Poison
SC_SPELLID['WP'] = 8679 --Wound Poison
SC_SPELLID['EX'] = 200806 --Exsanguinate
SC_SPELLID['KB'] = 192759 --Kingsbane
SC_SPELLID['KBCD'] = 192759 --Kingsbane CD
SC_SPELLID['BA'] = 192925 --Blood of the Assassinated
SC_SPELLID['ST'] = 192425 --Surge of Toxins
SC_SPELLID['TXB'] = 245389 --Toxic Blade
SC_SPELLID['TXBCD'] = 245388 --Toxic Blade CD
SC_SPELLID['BLS'] = 121153 --Blindside
SC_SPELLID['MA'] = 256735 --Master Assassin
SC_SPELLID['CT'] = 121411 --Crimson Tempest
 
--SUBLETY
SC_SPELL['SD'] = GetSpellInfo(185313)--Shadow Dance
SC_SPELL['SDCD'] = GetSpellInfo(185313)--Shadow Dance CD
SC_SPELL['SB'] = GetSpellInfo(121471)--Shadow Blades
SC_SPELL['SBCD'] = GetSpellInfo(121471)--Shadow Blades CD
SC_SPELL['NB'] = GetSpellInfo(195452)--Nightblade
SC_SPELL['SOD'] = GetSpellInfo(212283)--Symbols of Death
SC_SPELL['SODCD'] = GetSpellInfo(212283)--Symbols of Death CD
SC_SPELL['GB'] = GetSpellInfo(209782)--Goremaw's Bite
SC_SPELL['GBCD'] = GetSpellInfo(209782)--Goremaw's Bite CD
SC_SPELLID['SD'] = 185422 --Shadow Dance
SC_SPELLID['SDCD'] = 185313 --Shadow Dance CD
SC_SPELLID['SB'] = 121471 --Shadow Blades
SC_SPELLID['SBCD'] = 121471 --Shadow Blades CD
SC_SPELLID['NB'] = 195452 --Nightblade
SC_SPELLID['SOD'] = 212283 --Symbols of Death
SC_SPELLID['SODCD'] = 212283 --Symbols of Death CD
SC_SPELLID['GB'] = 209782 --Goremaw's Bite
SC_SPELLID['GBCD'] = 209782 --Goremaw's Bite CD
SC_SPELLID['SHT'] = 277925 --Shuriken Tornado
SC_SPELLID['SHTCD'] = 277925 --Shuriken Tornado CD
SC_SPELLID['STH'] = 280719 --Secret Technique
SC_SPELLID['FW'] = 91021 --Find Weakness
 
--OTHER
SC_SPELL['CP'] = L["Combo Points"]
SC_SPELL['THREAT'] =L["Threat"]
SC_SPELL['HEALTH'] =L["Your health"]
SC_SPELL['THEALTH']=L["Target health"]
SC_SPELL['ANT'] = GetSpellInfo(114015)--Anticipation
SC_SPELL['DS'] = GetSpellInfo(193531)--Deeper Stratagem
SC_SPELLID['DS'] = 193531 --Deeper Stratagem
SC_SPELLID['CP'] = L["Combo Points"]
SC_SPELLID['THREAT'] = L["Threat"]
SC_SPELLID['HEALTH'] = L["Your health"]
SC_SPELLID['THEALTH']= L["Target health"]
 
 
SC_SPELL = {}
 
--GLOBAL
for k, v in pairs(SC_SPELLID) do
if tonumber(v) ~= nil then
SC_SPELL[k] = GetSpellInfo(v)
else
SC_SPELL[k] = v
end
end
 
--REMOVED SC_SPELL['ANT'] = GetSpellInfo(114015)--Anticipation
--REMOVED SC_SPELL['HEM'] = GetSpellInfo(16511) --Hemorrhage
--REMOVED SC_SPELL['PA'] = GetSpellInfo(199743)--Parley
--REMOVED SC_SPELL['CB'] = GetSpellInfo(185767)--Cannonball Barrage
--REMOVED SC_SPELL['EA'] = GetSpellInfo(113746)--Expose Armor
--REMOVED SC_SPELL['IP'] = GetSpellInfo(157607)--Instant Poison
--REMOVED SC_SPELL['FW'] = GetSpellInfo(91023) --Find Weakness
--REMOVED SC_SPELL['RS'] = GetSpellInfo(84617) --Revealing Strike
--REMOVED SC_SPELL['REC'] = GetSpellInfo(73651) --Recuperate
--REMOVED SC_SPELL['BG'] = GetSpellInfo(84654) --Bandit's Guile
--REMOVED SC_SPELL_BG1 = GetSpellInfo(84745) --Bandit's Guile
--REMOVED SC_SPELL_BG2 = GetSpellInfo(84746) --Bandit's Guile
--REMOVED SC_SPELL_BG3 = GetSpellInfo(84747) --Bandit's Guile
--REMOVED SC_SPELL['DIS'] = GetSpellInfo(111240)--Dispatch
--REMOVED SC_SPELL['BS'] = GetSpellInfo(121153)--Blindside
--REMOVED SC_SPELL['CT'] = GetSpellInfo(121411)--Crimson Tempest
\ No newline at end of file +--REMOVED SC_SPELL['DIS'] = GetSpellInfo(111240)--Dispatch \ No newline at end of file
deDE.lua
113,7 → 113,7
L["Assassination settings"] = "Assassination settings"
L["Outlaw settings"] = "Outlaw settings"
L["Subtlety settings"] = "Subtlety settings"
L["Complementary settings"] = "Complementary settings"
L["Old settings"] = "Old settings"
L["Disable"] = "Disable"
L["All spec"] = "All spec"
L["Show %s bar CD"] = "Show %s bar CD"
176,4 → 176,8
L["Warning settings"] = "Warning settings"
L["Enable kick warning"] = "Enable kick warning"
L["Font"] = "Font"
L['Empowered'] = "Empowered"
\ No newline at end of file +L['Empowered'] = "Empowered" +L["Shortcut"] = "Shortcut" +L["Skills"] = "Skills" +L["Talents"] = "Talents" +L["PVP Talents"] = "PVP Talents" \ No newline at end of file
zhCN.lua
113,7 → 113,7
L["Assassination settings"] = "Assassination settings"
L["Outlaw settings"] = "Outlaw settings"
L["Subtlety settings"] = "Subtlety settings"
L["Complementary settings"] = "Complementary settings"
L["Old settings"] = "Old settings"
L["Disable"] = "Disable"
L["All spec"] = "All spec"
L["Show %s bar CD"] = "Show %s bar CD"
176,4 → 176,8
L["Warning settings"] = "Warning settings"
L["Enable kick warning"] = "Enable kick warning"
L["Font"] = "Font"
L['Empowered'] = "Empowered"
\ No newline at end of file +L['Empowered'] = "Empowered" +L["Shortcut"] = "Shortcut" +L["Skills"] = "Skills" +L["Talents"] = "Talents" +L["PVP Talents"] = "PVP Talents" \ No newline at end of file