aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/language/en/email/new_report_pm.txt17
-rw-r--r--phpBB/language/en/email/new_report_post.txt19
2 files changed, 36 insertions, 0 deletions
diff --git a/phpBB/language/en/email/new_report_pm.txt b/phpBB/language/en/email/new_report_pm.txt
new file mode 100644
index 0000000000..990d2f4efa
--- /dev/null
+++ b/phpBB/language/en/email/new_report_pm.txt
@@ -0,0 +1,17 @@
+Subject: PM Report submitted - {SUBJECT}
+Charset: iso-8859-1
+
+Hello {USERNAME},
+
+You are receiving this email because the private message "{SUBJECT}" at {SITENAME} was reported by "{REPORTER}".
+The private message has been put into your inbox for further handling.
+
+Report Reason: {REPORT_REASON}
+
+{REPORT_TEXT}
+
+If you want to view the message and the report, click the following link:
+{U_VIEW_REPORT}
+
+
+{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/en/email/new_report_post.txt b/phpBB/language/en/email/new_report_post.txt
new file mode 100644
index 0000000000..6ff183b68e
--- /dev/null
+++ b/phpBB/language/en/email/new_report_post.txt
@@ -0,0 +1,19 @@
+Subject: Report submitted - {SUBJECT}
+Charset: iso-8859-1
+
+Hello {USERNAME},
+
+You are receiving this email because the post "{SUBJECT}" at {SITENAME} was reported by "{REPORTER}".
+
+Report Reason: {REPORT_REASON}
+
+{REPORT_TEXT}
+
+If you want to view the report, click the following link:
+{U_VIEW_REPORT}
+
+If you want to view the reported post click the following link:
+{U_VIEW_POST}
+
+
+{EMAIL_SIG} \ No newline at end of file