You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.5 KiB
33 lines
1.5 KiB
local L = BigWigs:NewBossLocale("Mephistroth", "ruRU")
|
|
if not L then return end
|
|
if L then
|
|
--L.custom_on_time_lost = "Time lost during Shadow Fade"
|
|
--L.custom_on_time_lost_desc = "Show the time lost during Shadow Fade on the bar in |cffff0000red|r."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Domatrax", "ruRU")
|
|
if L then
|
|
--L.custom_on_autotalk = "Autotalk"
|
|
--L.custom_on_autotalk_desc = "Instantly selects the Aegis of Aggramar's gossip option to start the Domatrax encounter."
|
|
|
|
--L.missing_aegis = "You're not standing in Aegis" -- Aegis is a short name for Aegis of Aggramar
|
|
--L.aegis_healing = "Aegis: Reduced Healing Done"
|
|
--L.aegis_damage = "Aegis: Reduced Damage Done"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Cathedral of Eternal Night Trash", "ruRU")
|
|
if L then
|
|
L.dulzak = "Дул'зак"
|
|
--L.wrathguard = "Wrathguard Invader"
|
|
L.felguard = "Страж Скверны - разрушитель"
|
|
L.soulmender = "Врачеватель душ адского огня"
|
|
L.temptress = "Искусительница адского огня"
|
|
L.botanist = "Присягнувшая Скверне - ботаник"
|
|
L.orbcaster = "Сквернолап - метательница сфер"
|
|
L.waglur = "Ва'глур"
|
|
L.scavenger = "Змееуст-барахольщик"
|
|
L.gazerax = "Созерцатель"
|
|
L.vilebark = "Ходячий гиблодрев"
|
|
|
|
--L.throw_tome = "Throw Tome" -- Common part of Throw Arcane/Frost/Silence Tome (242837/242839/242841)
|
|
end
|
|
|