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.

177 lines
3.5 KiB

local L
-----------------------
-- <<<Atal'Dazar >>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("AtalDazarTrash")
L:SetGeneralLocalization({
name = "Atal'Dazar Trash"
})
-----------------------
-- <<<Freehold >>> --
-----------------------
-----------------------
-- Council o' Captains --
-----------------------
L= DBM:GetModLocalization(2093)
L:SetWarningLocalization({
warnGoodBrew = "Casting %s: 3 sec",
specWarnBrewOnBoss = "Good Brew - move %s"
})
L:SetOptionLocalization({
warnGoodBrew = "Show warning when good brew is being cast",
specWarnBrewOnBoss = "Show special warning when good brew is under boss"
})
L:SetMiscLocalization({
critBrew = "Crit Brew",
hasteBrew = "Haste Brew"
})
-----------------------
-- Ring of Booty --
-----------------------
L= DBM:GetModLocalization(2094)
L:SetMiscLocalization({
openingRP = "Gather 'round and place yer bets! We got a new set of vict-- uh... competitors! Take it away, Gurgthock and Wodin!"
})
---------
--Trash--
---------
L = DBM:GetModLocalization("FreeholdTrash")
L:SetGeneralLocalization({
name = "Freehold Trash"
})
-----------------------
-- <<<Kings' Rest >>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("KingsRestTrash")
L:SetGeneralLocalization({
name = "Kings' Rest Trash"
})
-----------------------
-- Lord Stormsong --
-----------------------
L= DBM:GetModLocalization(2155)
L:SetMiscLocalization({
openingRP = "It would seem you have guests, Lord Stormsong."
})
---------
--Trash--
---------
L = DBM:GetModLocalization("SotSTrash")
L:SetGeneralLocalization({
name = "SotS Trash"
})
-----------------------
-- <<<Siege of Boralus >>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("BoralusTrash")
L:SetGeneralLocalization({
name = "Siege of Boralus Trash"
})
-----------------------
-- <<<Temple of Sethraliss>>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("SethralissTrash")
L:SetGeneralLocalization({
name = "Temple of Sethraliss Trash"
})
-----------------------
-- <<<MOTHERLOAD>>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("UndermineTrash")
L:SetGeneralLocalization({
name = "The MOTHERLODE!! Trash"
})
-----------------------
-- <<<The Underrot>>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("UnderrotTrash")
L:SetGeneralLocalization({
name = "The Underrot Trash"
})
-----------------------
-- <<<Tol Dagor >>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("TolDagorTrash")
L:SetGeneralLocalization({
name = "Tol Dagor Trash"
})
-----------------------
-- <<<Waycrest Manor>>> --
-----------------------
---------
--Trash--
---------
L = DBM:GetModLocalization("WaycrestTrash")
L:SetGeneralLocalization({
name = "Waycrest Manor Trash"
})
-----------------------
-- <<<Operation: Mechagon>>> --
-----------------------
-----------------------
-- Tussle Tonks --
-----------------------
L= DBM:GetModLocalization(2336)
L:SetMiscLocalization({
openingRP = "Now this is a statistical anomaly! Our visitors are still alive!"
})
---------
--Trash--
---------
L = DBM:GetModLocalization("MechagonTrash")
L:SetGeneralLocalization({
name = "Mechagon Trash"
})