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.

78 lines
2.1 KiB

4 years ago
if GetLocale() ~= "esES" and GetLocale() ~= "esMX" 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 = "Ordenar el marco de información de $spell:334755 de mayor a menor cantidad de acumulaciones (en lugar de de menor a mayor).",
ShowTimeNotStacks = "Mostrar duración restante en el marco de información de $spell:334755 en lugar de cantidad de acumulaciones."
})
---------------------------
-- 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 = "Deseo lleno",
timerBottledContainer = "Ánima embotellada llena",
timerSinsContainer = "Pecado lleno",
timerConcentrateContainer = "Ánima concentrada llena"
}
L:SetOptionLocalization({
timerContainers2 = "Mostrar temporizadores con el tiempo restante para que se llenen los contenedores"
})
---------------------------
-- The Council of Blood --
---------------------------
--L= DBM:GetModLocalization(2426)
---------------------------
-- Sludgefist --
---------------------------
--L= DBM:GetModLocalization(2394)
---------------------------
-- Stoneborne Generals --
---------------------------
--L= DBM:GetModLocalization(2425)
---------------------------
-- Sire Denathrius --
---------------------------
--L= DBM:GetModLocalization(2424)
-------------
-- Trash --
-------------
L = DBM:GetModLocalization("CastleNathriaTrash")
L:SetGeneralLocalization({
name = "Enemigos menores"
})