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.
81 lines
2.0 KiB
81 lines
2.0 KiB
if GetLocale() ~= "ruRU" then return end
|
|
local L
|
|
|
|
---------------------------
|
|
-- Shriekwing --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2393)
|
|
|
|
---------------------------
|
|
-- Altimor the Huntsman --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2429)
|
|
|
|
---------------------------
|
|
-- Hungering Destroyer --
|
|
---------------------------
|
|
L= DBM:GetModLocalization(2428)
|
|
|
|
L:SetOptionLocalization({
|
|
SortDesc = "Sort $spell:334755 Infoframe by highest debuff stack (instead of lowest).",
|
|
ShowTimeNotStacks = "Show time remaining on $spell:334755 Infoframe instead of stack count."
|
|
})
|
|
|
|
---------------------------
|
|
-- Artificer Xy'Mox --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2418)
|
|
|
|
---------------------------
|
|
-- Sun King's Salvation/Kael'thas --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2422)
|
|
|
|
---------------------------
|
|
-- Lady Inerva Darkvein --
|
|
---------------------------
|
|
L= DBM:GetModLocalization(2420)
|
|
|
|
L:SetTimerLocalization{
|
|
timerDesiresContainer = "Desires full",
|
|
timerBottledContainer = "Bottled full",
|
|
timerSinsContainer = "Sins full",
|
|
timerConcentrateContainer = "Concentrate full"
|
|
}
|
|
|
|
L:SetOptionLocalization({
|
|
timerContainers2 = "Show timer that will show container fill progress and time remaining until full"
|
|
})
|
|
|
|
---------------------------
|
|
-- The Council of Blood --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2426)
|
|
|
|
---------------------------
|
|
-- Sludgefist --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2394)
|
|
|
|
---------------------------
|
|
-- Stoneborne Generals --
|
|
---------------------------
|
|
L= DBM:GetModLocalization(2425)
|
|
|
|
L:SetOptionLocalization({
|
|
ExperimentalTimerCorrection = "Automatically adjust timers when abilities get spell queued by other abilities"
|
|
})
|
|
|
|
---------------------------
|
|
-- Sire Denathrius --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2424)
|
|
|
|
-------------
|
|
-- Trash --
|
|
-------------
|
|
L = DBM:GetModLocalization("CastleNathriaTrash")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Castle Nathria Trash"
|
|
})
|
|
|