local L = {}
-- ---------------------------------------------------
-- SETTINGS ------------------------------------------
-- ---------------------------------------------------
L.Description                            = 'Displays on-screen notifications on different events during trials'
L.Settings_Sanctum_Header                = 'Sanctum Ophidia'
L.Settings_Sanctum_Magicka_Detonation    = 'Magicka Detonation'
L.Settings_Sanctum_Magicka_Detonation_TT = 'Alerts when you got the debuff of the magicka detonation during the serpent fight.'
L.Settings_Sanctum_Poison                = 'Poison'
L.Settings_Sanctum_Poison_TT             = 'Alerts for the poison phase during the Serpent fight.'

-- ---------------------------------------------------
-- Alerts --------------------------------------------
-- ---------------------------------------------------
L.Alerts_Sanctum_Poison             = '|c39942ePoison|r! Stack together!'
L.Alerts_Sanctum_Magicka_Detonation = '|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