aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-09-05 15:50:51 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-09-05 15:50:51 +0000
commitacf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2 (patch)
treeea2de00c9f5fad8275b0f691af0fe92ff1917d75 /phpBB
parente593bcf3d7ff2636b9e0ea578cbd7b795e135a38 (diff)
downloadforums-acf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2.tar
forums-acf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2.tar.gz
forums-acf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2.tar.bz2
forums-acf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2.tar.xz
forums-acf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2.zip
forgot to commit
git-svn-id: file:///svn/phpbb/trunk@4982 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-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