WoWInterface SVN SliceCommander

Compare Revisions

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

Rev 242 → Rev 244

ruRU.lua
193,4 → 193,11
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Special settings"
L['Essence'] = "Essence"
L["You have to choose a spec to use SliceCommander."] = "You have to choose a spec to use SliceCommander."
\ No newline at end of file +L["You have to choose a spec to use SliceCommander."] = "You have to choose a spec to use SliceCommander." +L['%s spell'] = "%s spell" +L['%s CD'] = "%s CD" +L['Covenants'] = "Covenants" +L['Kyrian'] = "Kyrian" +L['Necrolord'] = "Necrolord" +L['Night Fae'] = "Night Fae" +L['Venthyr'] = "Venthyr" \ No newline at end of file
esES.lua
193,4 → 193,11
L["Cooldown"] = true
L["Special settings"] = true
L['Essence'] = true
L["You have to choose a spec to use SliceCommander."] = true
\ No newline at end of file +L["You have to choose a spec to use SliceCommander."] = true +L['%s spell'] = true +L['%s CD'] = true +L['Covenants'] = true +L['Kyrian'] = true +L['Necrolord'] = true +L['Night Fae'] = true +L['Venthyr'] = true \ No newline at end of file
frFR.lua
193,4 → 193,11
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Options spéciales"
L['Essence'] = "Essence"
L["You have to choose a spec to use SliceCommander."] = "Vous devez choisir une spécialisation avant de pouvoir utiliser SliceCommander."
\ No newline at end of file +L["You have to choose a spec to use SliceCommander."] = "Vous devez choisir une spécialisation avant de pouvoir utiliser SliceCommander." +L['%s spell'] = "%s technique" +L['%s CD'] = "%s CD" +L['Covenants'] = "Congrégations" +L['Kyrian'] = "Kyrians" +L['Necrolord'] = "Nécro-seigneurs" +L['Night Fae'] = "Faë nocturnes" +L['Venthyr'] = "Venthyrs" \ No newline at end of file
spell.lua
112,6 → 112,20
}
}
 
--COVENANTS
SC_SPELLID['SUMSCD'] = 324739 --Summon Steward (Kyrian)
SC_SPELLID['FCCD'] = 324631 --Fleshcraft (Necrolord)
SC_SPELLID['SOSCD'] = 310143 --Soulshape (Night Fae)
SC_SPELLID['DOSCD'] = 300728 --Door of Shadows (Venthyr)
 
SC_SPELLID['ERCD'] = 323547 --Echoing Reprimand (Kyrian)
SC_SPELLID['SBSCD'] = 328547 --Serrated Bone Spike (Necrolord)
SC_SPELLID['SP'] = 328305 --Sepsis (Night Fae)
SC_SPELLID['SPCD'] = 328305 --Sepsis (Night Fae)
SC_SPELLID['FLA'] = 323654 --Flagellation (Venthyr)
SC_SPELLID['FLACD'] = 323654 --Flagellation (Venthyr)
 
 
--OUTLAW
SC_SPELLID['SND'] = 315496 --Slice and Dice
SC_SPELLID['AR'] = 13750 --Adrenaline Rush
178,7 → 192,7
SC_SPELLID['SHT'] = 277925 --Shuriken Tornado
SC_SPELLID['SHTCD'] = 277925 --Shuriken Tornado CD
SC_SPELLID['STHCD'] = 280719 --Secret Technique CD
SC_SPELLID['FW'] = 91021 --Find Weakness
SC_SPELLID['FW'] = 316220 --Find Weakness
 
--OTHER
SC_SPELLID['DS'] = 193531 --Deeper Stratagem
deDE.lua
193,4 → 193,11
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Special settings"
L['Essence'] = "Essence"
L["You have to choose a spec to use SliceCommander."] = "You have to choose a spec to use SliceCommander."
\ No newline at end of file +L["You have to choose a spec to use SliceCommander."] = "You have to choose a spec to use SliceCommander." +L['%s spell'] = "%s spell" +L['%s CD'] = "%s CD" +L['Covenants'] = "Covenants" +L['Kyrian'] = "Kyrian" +L['Necrolord'] = "Necrolord" +L['Night Fae'] = "Night Fae" +L['Venthyr'] = "Venthyr" \ No newline at end of file
zhCN.lua
193,4 → 193,11
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Special settings"
L['Essence'] = "Essence"
L["You have to choose a spec to use SliceCommander."] = "You have to choose a spec to use SliceCommander."
\ No newline at end of file +L["You have to choose a spec to use SliceCommander."] = "You have to choose a spec to use SliceCommander." +L['%s spell'] = "%s spell" +L['%s CD'] = "%s CD" +L['Covenants'] = "Covenants" +L['Kyrian'] = "Kyrian" +L['Necrolord'] = "Necrolord" +L['Night Fae'] = "Night Fae" +L['Venthyr'] = "Venthyr" \ No newline at end of file
enUS.lua
193,4 → 193,11
L["Cooldown"] = true
L["Special settings"] = true
L['Essence'] = true
L["You have to choose a spec to use SliceCommander."] = true
\ No newline at end of file +L["You have to choose a spec to use SliceCommander."] = true +L['%s spell'] = true +L['%s CD'] = true +L['Covenants'] = true +L['Kyrian'] = true +L['Necrolord'] = true +L['Night Fae'] = true +L['Venthyr'] = true \ No newline at end of file