From 3b06ee0d381dc1be5f40ca98ad4278046d869d21 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:57:39 +0100 Subject: checked in initial customized verison for Archlinux32 --- lang/English/mail_templates/activate_email.tpl | 12 ++++++++++++ lang/English/mail_templates/activate_password.tpl | 14 ++++++++++++++ lang/English/mail_templates/banned_email_change.tpl | 9 +++++++++ lang/English/mail_templates/banned_email_post.tpl | 9 +++++++++ lang/English/mail_templates/banned_email_register.tpl | 9 +++++++++ lang/English/mail_templates/dupe_email_change.tpl | 9 +++++++++ lang/English/mail_templates/dupe_email_register.tpl | 9 +++++++++ lang/English/mail_templates/form_email.tpl | 13 +++++++++++++ lang/English/mail_templates/index.html | 1 + lang/English/mail_templates/new_reply.tpl | 11 +++++++++++ lang/English/mail_templates/new_reply_full.tpl | 18 ++++++++++++++++++ lang/English/mail_templates/new_report.tpl | 9 +++++++++ lang/English/mail_templates/new_topic.tpl | 11 +++++++++++ lang/English/mail_templates/new_topic_full.tpl | 18 ++++++++++++++++++ lang/English/mail_templates/new_user.tpl | 12 ++++++++++++ lang/English/mail_templates/rename.tpl | 12 ++++++++++++ lang/English/mail_templates/welcome.tpl | 12 ++++++++++++ 17 files changed, 188 insertions(+) create mode 100644 lang/English/mail_templates/activate_email.tpl create mode 100644 lang/English/mail_templates/activate_password.tpl create mode 100644 lang/English/mail_templates/banned_email_change.tpl create mode 100644 lang/English/mail_templates/banned_email_post.tpl create mode 100644 lang/English/mail_templates/banned_email_register.tpl create mode 100644 lang/English/mail_templates/dupe_email_change.tpl create mode 100644 lang/English/mail_templates/dupe_email_register.tpl create mode 100644 lang/English/mail_templates/form_email.tpl create mode 100644 lang/English/mail_templates/index.html create mode 100644 lang/English/mail_templates/new_reply.tpl create mode 100644 lang/English/mail_templates/new_reply_full.tpl create mode 100644 lang/English/mail_templates/new_report.tpl create mode 100644 lang/English/mail_templates/new_topic.tpl create mode 100644 lang/English/mail_templates/new_topic_full.tpl create mode 100644 lang/English/mail_templates/new_user.tpl create mode 100644 lang/English/mail_templates/rename.tpl create mode 100644 lang/English/mail_templates/welcome.tpl (limited to 'lang/English/mail_templates') diff --git a/lang/English/mail_templates/activate_email.tpl b/lang/English/mail_templates/activate_email.tpl new file mode 100644 index 0000000..49095c0 --- /dev/null +++ b/lang/English/mail_templates/activate_email.tpl @@ -0,0 +1,12 @@ +Subject: Change email address requested + +Hello , + +You have requested to have a new email address assigned to your account in the discussion forum at . If you didn't request this or if you don't want to change your email address you should just ignore this message. Only if you visit the activation page below will your email address be changed. In order for the activation page to work, you must be logged in to the forum. + +To change your email address, please visit the following page: + + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/activate_password.tpl b/lang/English/mail_templates/activate_password.tpl new file mode 100644 index 0000000..b408927 --- /dev/null +++ b/lang/English/mail_templates/activate_password.tpl @@ -0,0 +1,14 @@ +Subject: New password requested + +Hello , + +You have requested to have a new password assigned to your account in the discussion forum at . If you didn't request this or if you don't want to change your password you should just ignore this message. Only if you visit the activation page below will your password be changed. + +Your new password is: + +To change your password, please visit the following page: + + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/banned_email_change.tpl b/lang/English/mail_templates/banned_email_change.tpl new file mode 100644 index 0000000..276662f --- /dev/null +++ b/lang/English/mail_templates/banned_email_change.tpl @@ -0,0 +1,9 @@ +Subject: Alert - Banned email detected + +User '' changed to banned email address: + +User profile: + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/banned_email_post.tpl b/lang/English/mail_templates/banned_email_post.tpl new file mode 100644 index 0000000..f7e0243 --- /dev/null +++ b/lang/English/mail_templates/banned_email_post.tpl @@ -0,0 +1,9 @@ +Subject: Alert - Banned email detected + +User '' posted with banned email address: + +Post URL: + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/banned_email_register.tpl b/lang/English/mail_templates/banned_email_register.tpl new file mode 100644 index 0000000..f0085ec --- /dev/null +++ b/lang/English/mail_templates/banned_email_register.tpl @@ -0,0 +1,9 @@ +Subject: Alert - Banned email detected + +User '' registered with banned email address: + +User profile: + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/dupe_email_change.tpl b/lang/English/mail_templates/dupe_email_change.tpl new file mode 100644 index 0000000..583fb24 --- /dev/null +++ b/lang/English/mail_templates/dupe_email_change.tpl @@ -0,0 +1,9 @@ +Subject: Alert - Duplicate email detected + +User '' changed to an email address that also belongs to: + +User profile: + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/dupe_email_register.tpl b/lang/English/mail_templates/dupe_email_register.tpl new file mode 100644 index 0000000..b1cb363 --- /dev/null +++ b/lang/English/mail_templates/dupe_email_register.tpl @@ -0,0 +1,9 @@ +Subject: Alert - Duplicate email detected + +User '' registered with an email address that also belongs to: + +User profile: + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/form_email.tpl b/lang/English/mail_templates/form_email.tpl new file mode 100644 index 0000000..e3e0d5f --- /dev/null +++ b/lang/English/mail_templates/form_email.tpl @@ -0,0 +1,13 @@ +Subject: + + from has sent you a message. You can reply to by replying to this email. + +The message reads as follows: +----------------------------------------------------------------------- + + + +----------------------------------------------------------------------- + +-- + Mailer diff --git a/lang/English/mail_templates/index.html b/lang/English/mail_templates/index.html new file mode 100644 index 0000000..89337b2 --- /dev/null +++ b/lang/English/mail_templates/index.html @@ -0,0 +1 @@ +.. diff --git a/lang/English/mail_templates/new_reply.tpl b/lang/English/mail_templates/new_reply.tpl new file mode 100644 index 0000000..3719089 --- /dev/null +++ b/lang/English/mail_templates/new_reply.tpl @@ -0,0 +1,11 @@ +Subject: Reply to topic: '' + + has replied to the topic '' to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again. + +The post is located at + +You can unsubscribe by going to and clicking the Unsubscribe link at the bottom of the page. + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/new_reply_full.tpl b/lang/English/mail_templates/new_reply_full.tpl new file mode 100644 index 0000000..ce2020e --- /dev/null +++ b/lang/English/mail_templates/new_reply_full.tpl @@ -0,0 +1,18 @@ +Subject: Reply to topic: '' + + has replied to the topic '' to which you are subscribed. There may be more new replies, but this is the only notification you will receive until you visit the board again. + +The post is located at + +The message reads as follows: +----------------------------------------------------------------------- + + + +----------------------------------------------------------------------- + +You can unsubscribe by going to and clicking the Unsubscribe link at the bottom of the page. + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/new_report.tpl b/lang/English/mail_templates/new_report.tpl new file mode 100644 index 0000000..dedb113 --- /dev/null +++ b/lang/English/mail_templates/new_report.tpl @@ -0,0 +1,9 @@ +Subject: Report() - '' + +User '' has reported the following message: + +Reason: + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/new_topic.tpl b/lang/English/mail_templates/new_topic.tpl new file mode 100644 index 0000000..97a8936 --- /dev/null +++ b/lang/English/mail_templates/new_topic.tpl @@ -0,0 +1,11 @@ +Subject: New topic in forum: '' + + has posted a new topic '' in the forum '', to which you are subscribed. + +The topic is located at + +You can unsubscribe by going to and clicking the Unsubscribe link at the bottom of the page. + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/new_topic_full.tpl b/lang/English/mail_templates/new_topic_full.tpl new file mode 100644 index 0000000..f197714 --- /dev/null +++ b/lang/English/mail_templates/new_topic_full.tpl @@ -0,0 +1,18 @@ +Subject: New topic in forum: '' + + has posted a new topic '' in the forum '', to which you are subscribed. + +The topic is located at + +The message reads as follows: +----------------------------------------------------------------------- + + + +----------------------------------------------------------------------- + +You can unsubscribe by going to and clicking the Unsubscribe link at the bottom of the page. + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/new_user.tpl b/lang/English/mail_templates/new_user.tpl new file mode 100644 index 0000000..30164e8 --- /dev/null +++ b/lang/English/mail_templates/new_user.tpl @@ -0,0 +1,12 @@ +Subject: Alert - New registration + +User '' registered in the forums at + +User profile: + +To administer this account, please visit the following page: + + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/rename.tpl b/lang/English/mail_templates/rename.tpl new file mode 100644 index 0000000..3cba50d --- /dev/null +++ b/lang/English/mail_templates/rename.tpl @@ -0,0 +1,12 @@ +Subject: User account renamed + +During an upgrade to the forums at it was determined your username is too similar to an existing user. Your username has been changed accordingly. + +Old username: +New username: + +We apologise for any inconvenience caused. + +-- + Mailer +(Do not reply to this message) diff --git a/lang/English/mail_templates/welcome.tpl b/lang/English/mail_templates/welcome.tpl new file mode 100644 index 0000000..779a574 --- /dev/null +++ b/lang/English/mail_templates/welcome.tpl @@ -0,0 +1,12 @@ +Subject: Welcome to ! + +Thank you for registering in the forums at . Your account details are: + +Username: +Password: + +Login at to activate the account. + +-- + Mailer +(Do not reply to this message) -- cgit v1.2.3-54-g00ecf