local L = {}
-- ---------------------------------------------------
-- SETTINGS ------------------------------------------
-- ---------------------------------------------------
L.Description                   = 'Displays on-screen notifications on differend events'
L.Sanctum_Magicka_Detonation    = 'Magicka Detonation (Sanctum Ophidia)'
L.Sanctum_Magicka_Detonation_TT = 'Alerts when you got the debuff of the magicka detonation during the serpent fight.'
L.Sanctum_Poison                = 'Poison (Sanctum Ophidia)'
L.Sanctum_Poison_TT             = 'Alerts for the poison phase during the Serpent fight.'

-- ---------------------------------------------------
-- Alerts --------------------------------------------
-- ---------------------------------------------------
L.Sanctum_Poison_Alert             = '|c39942ePoison|r! Stack together!'
L.Sanctum_Magicka_Detonation_Alert = '|c234afaMagicka Detonation|r! Burn all your Magicka!'

for k, v in pairs(L) do
    local string = "RAIDNOTIFIER_" .. string.upper(k)
    ZO_CreateStringId(string, v)
end