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.

16 lines
633 B

4 years ago
local L = BigWigs:NewBossLocale("Xav the Unfallen", "ruRU")
if not L then return end
if L then
L.defeated = "%s победил %s"
end
L = BigWigs:NewBossLocale("Theater Of Pain Trash", "ruRU")
if L then
L.ancient_captain = "Древний капитан"
L.blighted_sludge_spewer = "Чумной изрыгатель слизи"
L.rancid_gasbag = "Тошнотворный газовый мешок"
L.maniacal_soulbinder = "Маниакальный стражник душ"
L.bone_magus = "Костяной чародей"
L.nefarious_darkspeaker = "Пагубный темный проповедник"
end