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.
44 lines
1.3 KiB
44 lines
1.3 KiB
local L = BigWigs:NewBossLocale("Horrific Vision of Orgrimmar Trash", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
L.voidbound_shaman = "Chaman lié par le Vide"
|
|
L.crawling_corruption = "Corruption rampante"
|
|
L.voidbound_honor_guard = "Garde d'honneur lié par le Vide"
|
|
L.voidbound_shieldbearer = "Porte-bouclier lié par le Vide"
|
|
L.decimator_shiqvoth = "Décimateur Shiq'voth"
|
|
L.voidbound_berserker = "Berserker lié par le Vide"
|
|
L.greater_void_elemental = "Elémentaire du Vide supérieur"
|
|
L.annihilator_lakhal = "Annihilateur Lak'hal"
|
|
L.kthir_dominator = "Dominateur k'thir"
|
|
L.kthir_mindcarver = "Tranche-esprit k'thir"
|
|
L.coagulated_horror = "Horreur coagulée"
|
|
L.voidcrazed_hulk = "Mastodonte ivre de Vide"
|
|
L.misha = "Misha"
|
|
L.aqir_bonecrusher = "Broie-les-os aqir"
|
|
L.aqir_venomweaver = "Tisse-venin aqir"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thrall", "frFR")
|
|
if L then
|
|
L.thrall = "Thrall"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Oblivion Elemental", "frFR")
|
|
if L then
|
|
L.oblivion_elemental = "Elémentaire de l'Oubli"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Inquisitor Gnshal", "frFR")
|
|
if L then
|
|
L.inquisitor_gnshal = "Inquisiteur Gnshal"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Vez'okk the Lightless", "frFR")
|
|
if L then
|
|
L.vezokk = "Vez'okk l'Enténébré"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Rexxar", "frFR")
|
|
if L then
|
|
L.rexxar = "Rexxar"
|
|
end
|
|
|