WoWInterface SVN SliceCommander

Compare Revisions

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

Rev 241 → Rev 242

enUS.lua
191,4 → 191,6
L["Flash when ready"] = true
L["The bar will keep flashing when it should be use."] = true
L["Cooldown"] = true
L["Special settings"] = true
\ No newline at end of file +L["Special settings"] = true +L['Essence'] = true +L["You have to choose a spec to use SliceCommander."] = true \ No newline at end of file
ruRU.lua
191,4 → 191,6
L["Flash when ready"] = "Flash when ready"
L["The bar will keep flashing when it should be use."] = "The bar will keep flashing when it should be use."
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Special settings"
\ No newline at end of file +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
esES.lua
191,4 → 191,6
L["Flash when ready"] = true
L["The bar will keep flashing when it should be use."] = true
L["Cooldown"] = true
L["Special settings"] = true
\ No newline at end of file +L["Special settings"] = true +L['Essence'] = true +L["You have to choose a spec to use SliceCommander."] = true \ No newline at end of file
frFR.lua
191,4 → 191,6
L["Flash when ready"] = "Flash quand disponible"
L["The bar will keep flashing when it should be use."] = "La barre clignotera lorsque la technique devrait être utilisée."
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Options spéciales"
\ No newline at end of file +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
spell.lua
199,6 → 199,9
SC_SPELL[k] = v
end
end
if SC_SPELL['ESSECD'] == nil then
SC_SPELL['ESSECD'] = L['Essence']
end
 
--REMOVED SC_SPELL['ANT'] = GetSpellInfo(114015)--Anticipation
--REMOVED SC_SPELL['HEM'] = GetSpellInfo(16511) --Hemorrhage
deDE.lua
191,4 → 191,6
L["Flash when ready"] = "Flash when ready"
L["The bar will keep flashing when it should be use."] = "The bar will keep flashing when it should be use."
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Special settings"
\ No newline at end of file +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
zhCN.lua
191,4 → 191,6
L["Flash when ready"] = "Flash when ready"
L["The bar will keep flashing when it should be use."] = "The bar will keep flashing when it should be use."
L["Cooldown"] = "Cooldown"
L["Special settings"] = "Special settings"
\ No newline at end of file +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