WoWInterface SVN SliceCommander

Compare Revisions

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

Rev 242 → Rev 241

trunk/Locale/ruRU.lua
191,6 → 191,4
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"
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["Special settings"] = "Special settings" \ No newline at end of file
trunk/Locale/esES.lua
191,6 → 191,4
L["Flash when ready"] = true
L["The bar will keep flashing when it should be use."] = true
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["Special settings"] = true \ No newline at end of file
trunk/Locale/frFR.lua
191,6 → 191,4
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"
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["Special settings"] = "Options spéciales" \ No newline at end of file
trunk/Locale/spell.lua
199,9 → 199,6
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
trunk/Locale/deDE.lua
191,6 → 191,4
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"
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["Special settings"] = "Special settings" \ No newline at end of file
trunk/Locale/zhCN.lua
191,6 → 191,4
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"
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["Special settings"] = "Special settings" \ No newline at end of file
trunk/Locale/enUS.lua
191,6 → 191,4
L["Flash when ready"] = true
L["The bar will keep flashing when it should be use."] = true
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["Special settings"] = true \ No newline at end of file
trunk/Core/Settings.lua
114,7 → 114,6
 
function SliceCommander:getShowCDDescription(spell)
if string.sub(spell, -2) == 'CD' then
print(spell)
return string.format(L["Display the %s cooldown bar"], SC_SPELL[spell])
else
return string.format(L["Display the %s timer bar"], SC_SPELL[spell])
trunk/Core/Event.lua
130,14 → 130,6
end
_G['SC'].initDone = false
local _, englishClass = UnitClass("player")
 
local spec = GetSpecialization()
if spec == 5 and englishClass == "ROGUE" then --newly created toon
print(L["You have to choose a spec to use SliceCommander."])
SliceCommander:OnDisable()
return 0
end
 
if englishClass == "ROGUE" then
SliceCommander_LoadTukuiApi()
SliceCommander:LoadPopup()
trunk/Core/StaticPopups.lua
25,7 → 25,7
function SliceCommander:LoadPopup()
SC.PopupDialogs = {};
SC.StaticPopup_DisplayedFrames = {};
 
 
SC.PopupDialogs['FAILED_UISCALE'] = {
text = L["You have changed your UIScale, however you still have the PixelPerfect option enabled in SliceCommander. Press accept if you would like to disable the Auto Scale option."],
button1 = ACCEPT,
trunk/SliceCommander.toc
1,7 → 1,7
## Interface: 90001
## Author: Tomate
## Version: 9.03
## Title: |TInterface\Icons\ClassIcon_Rogue:0|t |cffd38245Slice|r|cff45ad3bCommander|r |TInterface\Icons\ClassIcon_Rogue:0|t
## Version: 9.02
## Title: |cffc14f2cSlice|r|cff40a740Commander|r
## Notes: Energy bar, Combo point bar and rogue timer bar.
## SavedVariables: SC
## X-Embeds: Ace3