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.
35 lines
1.2 KiB
35 lines
1.2 KiB
local L = BigWigs:NewBossLocale("Dazar, The First King", "itIT")
|
|
if not L then return end
|
|
if L then
|
|
-- L.spears_active = "Spear Launchers Active"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("King's Rest Trash", "itIT")
|
|
if L then
|
|
L.guardian = "Guardiano Animato"
|
|
L.minion = "Servitore di Zul"
|
|
L.champion = "Campione della Genia dell'Ombra"
|
|
L.shadow_witchdoctor = "Taumaturgo della Genia dell'Ombra"
|
|
L.warrior = "Guerriero della Genia dell'Ombra"
|
|
L.timalji = "Re Timalji"
|
|
L.wasi = "Regina Wasi"
|
|
L.rahuai = "Re Rahu'ai"
|
|
L.atu = "Capitano della Guardia Atu"
|
|
L.mbara = "Siniscalco M'bara"
|
|
L.patla = "Regina Patlaa"
|
|
L.raptor = "Raptor da Caccia Scheletrico"
|
|
L.aakul = "Re A'akul"
|
|
L.agent = "Agente Giurasangue"
|
|
L.purification_construct = "Costrutto della Purificazione"
|
|
L.fluid = "Fluido per Imbalsamazioni"
|
|
L.interment_construct = "Costrutto d'Internamento"
|
|
L.hex_priest = "Sacerdote del Maleficio Spettrale"
|
|
L.berserker = "Berserker Spettrale"
|
|
L.spectral_witchdoctor = "Taumaturga Spettrale"
|
|
L.beastmaster = "Maestra delle Bestie Spettrale"
|
|
L.brute = "Bruto Spettrale"
|
|
L.zul = "Ombra di Zul"
|
|
|
|
-- L.casting_on_you = "Casting %s on YOU"
|
|
-- L.casting_on_other = "Casting %s: %s"
|
|
end
|
|
|