2022-03-22 18:38:43 +00:00
{
"registration_approved_subject" : "Registration approved for {username}" ,
"registration_approved_body" : "Your registration application has been approved. Welcome to {hostname}!" ,
2022-04-13 17:49:17 +00:00
"registration_denied" : "Registration denied" ,
2022-04-04 20:28:05 +00:00
"application_question_required" : "You must add an application questionnaire if applications are required." ,
2022-03-22 18:38:43 +00:00
"password_reset_subject" : "Password reset for {username}" ,
2022-03-26 21:12:52 +00:00
"password_reset_body" : "<h1>Password Reset Request for {username}</h1><br><a href=\"{reset_link}\">Click here to reset your password</a>" ,
2022-03-22 18:38:43 +00:00
"verify_email_subject" : "Verify your email address for {hostname}" ,
"verify_email_body" : "Please click the link below to verify your email address for the account @{username}@{hostname}. Ignore this email if the account isn't yours.<br><br>, <a href=\"{verify_link}\">Verify your email</a>" ,
"email_verified_subject" : "Email verified for {username}" ,
"email_verified_body" : "Your email has been verified." ,
"notification_post_reply_subject" : "Reply from {username}" ,
2022-03-26 21:12:52 +00:00
"notification_post_reply_body" : "<h1>Post reply</h1><br><div>{username} - {comment_text}</div><br><a href=\"{inbox_link}\">inbox</a>" ,
2022-03-22 18:38:43 +00:00
"notification_comment_reply_subject" : "Reply from {username}" ,
2022-03-26 21:12:52 +00:00
"notification_comment_reply_body" : "<h1>Comment reply</h1><br><div>{username} - {comment_text}</div><br><a href=\"{inbox_link}\">inbox</a>" ,
2022-03-22 18:38:43 +00:00
"notification_mentioned_by_subject" : "Mentioned by {username}" ,
2022-03-26 21:12:52 +00:00
"notification_mentioned_by_body" : "<h1>Person Mention</h1><br><div>{username} - {comment_text}</div><br><a href=\"{inbox_link}\">inbox</a>" ,
2022-03-22 18:38:43 +00:00
"notification_private_message_subject" : "Private message from {username}" ,
2022-08-04 16:08:00 +00:00
"notification_private_message_body" : "<h1>Private message</h1><br><div>{username} - {message_text}</div><br><a href=\"{inbox_link}\">inbox</a>" ,
"new_application_subject" : "{username} has applied to join {hostname}" ,
2023-02-13 17:54:08 +00:00
"new_application_body" : "Please click the link below to view their application.<br><br><a href=\"{applications_link}\">View Applications</a>" ,
"new_report_subject" : "New report created by {reporter_username} for {reported_username} on {hostname}" ,
"new_report_body" : "Please click the link below to view all reports.<br><br><a href=\"{reports_link}\">View Reports</a>"
2022-03-22 18:38:43 +00:00
}