From acf25b39a5c1da7e7cce2ddd30448bac3ca7b7b2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 5 Sep 2004 15:50:51 +0000 Subject: [PATCH] forgot to commit git-svn-id: file:///svn/phpbb/trunk@4982 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/email/new_report_pm.txt | 17 +++++++++++++++++ phpBB/language/en/email/new_report_post.txt | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 phpBB/language/en/email/new_report_pm.txt create mode 100644 phpBB/language/en/email/new_report_post.txt 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