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.

99 lines
2.4 KiB

3 years ago
local L
---------------------------
-- Eranog --
---------------------------
--L= DBM:GetModLocalization(2480)
--L:SetWarningLocalization({
--})
--
--L:SetTimerLocalization{
--}
--
--L:SetOptionLocalization({
--})
--
--L:SetMiscLocalization({
--})
---------------------------
-- Terros --
---------------------------
--L= DBM:GetModLocalization(2500)
---------------------------
-- The Primalist Council --
---------------------------
--L= DBM:GetModLocalization(2486)
---------------------------
-- Sennarth, The Cold Breath --
---------------------------
--L= DBM:GetModLocalization(2482)
---------------------------
-- Dathea, Ascended --
---------------------------
--L= DBM:GetModLocalization(2502)
---------------------------
-- Kurog Grimtotem --
---------------------------
L= DBM:GetModLocalization(2491)
L:SetTimerLocalization({
timerDamageCD = "Damage (%s)",
3 years ago
timerAvoidCD = "Avoid (%s)",
timerUltimateCD = "Ultimate (%s)",
timerAddEnrageCD = "Enrage (%s)"
3 years ago
})
L:SetOptionLocalization({
timerDamageCD = "Show timers for targeted damage attacks: $spell:382563, $spell:373678, $spell:391055, $spell:373487",
timerAvoidCD = "Show timers for avoidable attacks: $spell:373329, $spell:391019, $spell:395893, $spell:390920",
timerUltimateCD = "Show timers for 100 energy ultimate attacks: $spell:374022, $spell:372456, $spell:374691, $spell:374215",
timerAddEnrageCD = "Show timers for enrage on Mythic only difficulty adds"
})
L:SetMiscLocalization({
Fire = "Fire",
Frost = "Frost",
Earth = "Earth",
Storm = "Storm"
3 years ago
})
---------------------------
-- Broodkeeper Diurna --
---------------------------
L= DBM:GetModLocalization(2493)
L:SetMiscLocalization({
staff = "Staff",
eStaff = "Empowered Staff"
})
---------------------------
-- Raszageth the Storm-Eater --
---------------------------
L= DBM:GetModLocalization(2499)
L:SetOptionLocalization({
SetBreathToBait = "Adjust breath timers during intermissions to expire based on bait timing instead of cast timing (Alerts will still fire on breath cast)"
})
L:SetMiscLocalization({
negative = "negative",
positive = "positive",
BreathEmote = "Raszageth takes a deep breath..."
})
3 years ago
-------------
-- Trash --
-------------
L = DBM:GetModLocalization("VaultoftheIncarnatesTrash")
L:SetGeneralLocalization({
name = "VotI Trash"
})