Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Shestak/ShestakUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Oz committed Jul 26, 2014
2 parents 31e7f52 + 24a1cb3 commit e8a773f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions ShestakUI/Core/Kill.lua
Expand Up @@ -80,14 +80,16 @@ frame:SetScript("OnEvent", function(self, event, addon)
if C.combattext.enable then
InterfaceOptionsCombatTextPanelFCTDropDown:Kill()
if C.combattext.blizz_head_numbers ~= true then
SetCVar("CombatLogPeriodicSpells", 0)
SetCVar("PetMeleeDamage", 0)
SetCVar("CombatDamage", 0)
SetCVar("PetMeleeDamage", 0)
SetCVar("CombatHealing", 0)
SetCVar("CombatLogPeriodicSpells", 0)
SetCVar("CombatHealingAbsorbTarget", 0)
InterfaceOptionsCombatTextPanelTargetDamage:Kill()
InterfaceOptionsCombatTextPanelPeriodicDamage:Kill()
InterfaceOptionsCombatTextPanelPetDamage:Kill()
InterfaceOptionsCombatTextPanelHealing:Kill()
InterfaceOptionsCombatTextPanelHealingAbsorbTarget:Kill()
end
end
end)
2 changes: 1 addition & 1 deletion ShestakUI/Locales/Chinese.lua
Expand Up @@ -340,7 +340,7 @@ L_STATS_TOOLTIP_EXPERIENCE = "未达最高等级时,提示将显示经验值讯

-- Slash commands
L_SLASHCMD_HELP = {
"Available slash commands:",
"Available slash commands:", - Needs review
"/rl - 重载界面.",
"/rc - 就位确认.",
"/gm - 打开GM面板.",
Expand Down
4 changes: 2 additions & 2 deletions ShestakUI_Config/Locales/Italian.lua
Expand Up @@ -37,7 +37,7 @@ L_GUI_MISC_ALREADY_KNOWN = "Colora ricette/cavalcature/mascottes possedute"
L_GUI_MISC_DISENCHANTING = "Disincantamento, Pestatura e Prospezione in un solo click"
L_GUI_MISC_SUM_BUYOUTS = "Somma assieme tutte le aste correnti"
L_GUI_MISC_CLICK_CAST = "Scorciatoie da mouse (Click2Cast)"
L_GUI_MISC_CLICK_CAST_FILTER = "Ignore Player and Target frames for click2cast" -- Needs review
L_GUI_MISC_CLICK_CAST_FILTER = "Ignora i riquadri di giocatore e bersaglio con Click2Cast"
L_GUI_MISC_MOVE_BLIZZARD = "Consenti di muovere alcuni riquadri dell'interfaccia Blizzard"
L_GUI_MISC_COLOR_PICKER = "Selezionatore colore migliorato"
L_GUI_MISC_ENCHANTMENT_SCROLL = "Pergamena Incantamento sul riquadro sul riquadro abilità di commercio"
Expand Down Expand Up @@ -138,7 +138,7 @@ L_GUI_COMBATTEXT_TIME_VISIBLE = "Tempo (in secondi) in cui un singolo messaggio
L_GUI_COMBATTEXT_DK_RUNES = "Mostra la ricarica delle rune dei cavalieri della morte"
L_GUI_COMBATTEXT_KILLINGBLOW = "Comunica i tuoi colpi di grazia"
L_GUI_COMBATTEXT_MERGE_AOE_SPAM = "Unisci lo spam per danni multipli a più bersagli in un singolo messaggio"
L_GUI_COMBATTEXT_MERGE_MELEE = "Merges multiple auto attack damage spam" -- Needs review
L_GUI_COMBATTEXT_MERGE_MELEE = "Unifica lo spam di attacchi automatici multipli"
L_GUI_COMBATTEXT_DISPEL = "Comunica le tue dissoluzioni (dispels)"
L_GUI_COMBATTEXT_INTERRUPT = "Comunica le tue interruzioni (interrupts)"
L_GUI_COMBATTEXT_DIRECTION = "Direzione di scorrimento ('sù' (vai in basso) o 'giù' (vai in alto))"
Expand Down

0 comments on commit e8a773f

Please sign in to comment.