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.
15 lines
488 B
15 lines
488 B
local L = BigWigs:NewBossLocale("Xav the Unfallen", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
-- L.defeated = "%s has defeated %s"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Theater Of Pain Trash", "frFR")
|
|
if L then
|
|
L.ancient_captain = "Ancien capitaine"
|
|
L.blighted_sludge_spewer = "Crache-vase chancreux"
|
|
L.rancid_gasbag = "Sac à gaz rance"
|
|
L.maniacal_soulbinder = "Lieur d'âme dément"
|
|
L.bone_magus = "Magus des os"
|
|
L.nefarious_darkspeaker = "Sombre orateur néfaste"
|
|
end
|
|
|