﻿local L = LibStub("AceLocale-3.0"):NewLocale("DataStore_Mails", "enUS", true, true)

if not L then return end

L["Warn when mail expires in less days than this value"] = true
L["Mail Expiry Warning"] = true
L["Scan mail body (marks it as read)"] = true
L["Check mail expiries on all known accounts"] = true
L["Check mail expiries on all known realms"] = true
L["EXPIRY_CHECK_TITLE"] = "Check Mail Expiries"
L["EXPIRY_CHECK_ENABLED"] = "Mail expiries will be checked 5 seconds after logon. Client add-ons will get a notification if at least one expired mail is found."
L["EXPIRY_CHECK_DISABLED"] = "No expiry check will be performed."
L["SCAN_MAIL_BODY_TITLE"] = "Scan Mail Body"
L["SCAN_MAIL_BODY_ENABLED"] = "The body of each mail will be read when the mailbox is scanned. All mails will be marked as read."
L["SCAN_MAIL_BODY_DISABLED"] = "Only mail attachments will be read. Mails will keep their unread status."
L["EXPIRY_ALL_ACCOUNTS_TITLE"] = "Check All Accounts"
L["EXPIRY_ALL_ACCOUNTS_ENABLED"] = "The expiry check routine will look for expired mails on all known accounts."
L["EXPIRY_ALL_ACCOUNTS_DISABLED"] = "Only the current account will be taken into consideration; imported accounts will be ignored."
L["EXPIRY_ALL_REALMS_TITLE"] = "Check All Realms"
L["EXPIRY_ALL_REALMS_ENABLED"] = "The expiry check routine will look for expired mails on all known realms."
L["EXPIRY_ALL_REALMS_DISABLED"] = "Only the current realm will be taken into consideration; other realms will be ignored."
