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.

57 lines
1.2 KiB

if GetLocale() ~= "esES" and GetLocale() ~= "esMX" then return end
local L
-----------------------
-- Inquisitor Meto --
-----------------------
L= DBM:GetModLocalization(2012)
L:SetMiscLocalization({
Pull = "¡Tu destino es la muerte!"
})
-----------------------
-- Occularus --
-----------------------
L= DBM:GetModLocalization(2013)
L:SetMiscLocalization({
Pull = "¡Veo la debilidad de vuestra alma!"
})
-----------------------
-- Sotanathor --
-----------------------
L= DBM:GetModLocalization(2014)
L:SetMiscLocalization({
Pull = "Venid, renacuajos. ¡Morid a mis manos!"
})
-----------------------
-- Mistress Alluradel --
-----------------------
L= DBM:GetModLocalization(2011)
L:SetMiscLocalization({
Pull = "¿Nuevos juguetes? ¡Qué irresistible!"
})
-----------------------
-- Matron Folnuna --
-----------------------
L= DBM:GetModLocalization(2010)
L:SetMiscLocalization({
Pull = "Sí... ¡Acercaos, pequeñajos!"
})
-----------------------
-- Pit Lord Vilemus --
-----------------------
L= DBM:GetModLocalization(2015)
L:SetMiscLocalization({
Pull = "¡Todos los mundos arderán en fuego vil!"
})