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.

36 lines
1.2 KiB

4 years ago
local L = BigWigs:NewBossLocale("Dazar, The First King", "frFR")
if not L then return end
if L then
-- L.spears_active = "Spear Launchers Active"
end
L = BigWigs:NewBossLocale("King's Rest Trash", "frFR")
if L then
L.guardian = "Gardien animé"
L.minion = "Séide de Zul"
L.champion = "Champion portelombre"
L.shadow_witchdoctor = "Féticheur portelombre"
L.warrior = "Guerrier portelombre"
L.timalji = "Roi Timalji"
L.wasi = "Reine Wasi"
L.rahuai = "Roi Rahu'ai"
L.atu = "Capitaine de la garde Atu"
L.mbara = "Sénéchal M'bara"
L.patla = "Reine Patlaa"
L.raptor = "Raptor de chasse squelette"
L.aakul = "Roi A'akul"
L.agent = "Agent lige-sang"
L.purification_construct = "Assemblage purificateur"
L.fluid = "Fluide d'embaumement"
L.interment_construct = "Assemblage funéraire"
L.hex_priest = "Prêtre maléficieur spectral"
L.berserker = "Berserker spectrale"
L.spectral_witchdoctor = "Féticheuse spectrale"
L.beastmaster = "Belluaire spectrale"
L.brute = "Brute spectrale"
L.zul = "Ombre de Zul"
L.casting_on_you = "Est en train d'incanter %s sur VOUS"
L.casting_on_other = "Est en train d'incanter %s: %s"
end