aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/email
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2006-11-11 17:13:34 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2006-11-11 17:13:34 +0000
commitac19d4b24c983ac0dbacedaf083d09071975fe8f (patch)
tree1f5899a9b4e76c81a862b42be63ebb9e5c0365d8 /phpBB/language/en/email
parent66c2a18b8200d86c09cf690f3302969ed3b5488c (diff)
downloadforums-ac19d4b24c983ac0dbacedaf083d09071975fe8f.tar
forums-ac19d4b24c983ac0dbacedaf083d09071975fe8f.tar.gz
forums-ac19d4b24c983ac0dbacedaf083d09071975fe8f.tar.bz2
forums-ac19d4b24c983ac0dbacedaf083d09071975fe8f.tar.xz
forums-ac19d4b24c983ac0dbacedaf083d09071975fe8f.zip
#5112
git-svn-id: file:///svn/phpbb/trunk@6566 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/email')
-rw-r--r--phpBB/language/en/email/forum_notify.txt2
-rw-r--r--phpBB/language/en/email/newtopic_notify.txt2
-rw-r--r--phpBB/language/en/email/post_approved.txt2
-rw-r--r--phpBB/language/en/email/post_disapproved.txt2
-rw-r--r--phpBB/language/en/email/report_closed.txt2
-rw-r--r--phpBB/language/en/email/report_deleted.txt2
-rw-r--r--phpBB/language/en/email/topic_approved.txt2
-rw-r--r--phpBB/language/en/email/topic_disapproved.txt2
-rw-r--r--phpBB/language/en/email/topic_notify.txt2
-rw-r--r--phpBB/language/en/email/user_activate_passwd.txt2
10 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/language/en/email/forum_notify.txt b/phpBB/language/en/email/forum_notify.txt
index 0c84b32d93..3252e3ae32 100644
--- a/phpBB/language/en/email/forum_notify.txt
+++ b/phpBB/language/en/email/forum_notify.txt
@@ -2,7 +2,7 @@ Subject: Forum post notification - {FORUM_NAME}
Hello {USERNAME},
-You are receiving this email because you are watching the forum, "{FORUM_NAME}" at {SITENAME}. This forum has received a new reply to the topic "{TOPIC_TITLE}" since your last visit. You can use the following link to view this topic, no more notifications will be sent until you visit the topic.
+You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at {SITENAME}. This forum has received a new reply to the topic "{TOPIC_TITLE}" since your last visit. You can use the following link to view this topic, no more notifications will be sent until you visit the topic.
{U_NEWEST_POST}
diff --git a/phpBB/language/en/email/newtopic_notify.txt b/phpBB/language/en/email/newtopic_notify.txt
index 5ea7efc6b5..0c64b7a40e 100644
--- a/phpBB/language/en/email/newtopic_notify.txt
+++ b/phpBB/language/en/email/newtopic_notify.txt
@@ -2,7 +2,7 @@ Subject: New topic notification - {FORUM_NAME}
Hello {USERNAME},
-You are receiving this email because you are watching the forum, "{FORUM_NAME}" at {SITENAME}. This forum has received a new topic since your last visit, "{TOPIC_TITLE}". You can use the following link to view forum, no more notifications will be sent until you visit the forum.
+You are receiving this notification because you are watching the forum, "{FORUM_NAME}" at {SITENAME}. This forum has received a new topic since your last visit, "{TOPIC_TITLE}". You can use the following link to view forum, no more notifications will be sent until you visit the forum.
{U_FORUM}
diff --git a/phpBB/language/en/email/post_approved.txt b/phpBB/language/en/email/post_approved.txt
index c38a775d9d..3c8ef03a3e 100644
--- a/phpBB/language/en/email/post_approved.txt
+++ b/phpBB/language/en/email/post_approved.txt
@@ -2,7 +2,7 @@ Subject: Post approved - {POST_SUBJECT}
Hello {USERNAME},
-You are receiving this email because your post "{POST_SUBJECT}" at {SITENAME} was approved by a moderator or administrator.
+You are receiving this notification because your post "{POST_SUBJECT}" at {SITENAME} was approved by a moderator or administrator.
If you want to view the post, click the following link:
{U_VIEW_POST}
diff --git a/phpBB/language/en/email/post_disapproved.txt b/phpBB/language/en/email/post_disapproved.txt
index 4c2d8fff14..f9adc3e546 100644
--- a/phpBB/language/en/email/post_disapproved.txt
+++ b/phpBB/language/en/email/post_disapproved.txt
@@ -2,7 +2,7 @@ Subject: Post disapproved - {POST_SUBJECT}
Hello {USERNAME},
-You are receiving this email because your post "{POST_SUBJECT}" at {SITENAME} was disapproved by a moderator or administrator.
+You are receiving this notification because your post "{POST_SUBJECT}" at {SITENAME} was disapproved by a moderator or administrator.
The following reason was given for the disapproval:
diff --git a/phpBB/language/en/email/report_closed.txt b/phpBB/language/en/email/report_closed.txt
index 02092c7091..f7c63527da 100644
--- a/phpBB/language/en/email/report_closed.txt
+++ b/phpBB/language/en/email/report_closed.txt
@@ -2,7 +2,7 @@ Subject: Report closed - {POST_SUBJECT}
Hello {USERNAME},
-You are receiving this email because the report you filed on the post "{POST_SUBJECT}" in "{TOPIC_TITLE}" at {SITENAME} was handled by a moderator or by an administrator. The report was afterwards closed. If you have further questions contact {CLOSER_NAME} with a personal message.
+You are receiving this notification because the report you filed on the post "{POST_SUBJECT}" in "{TOPIC_TITLE}" at {SITENAME} was handled by a moderator or by an administrator. The report was afterwards closed. If you have further questions contact {CLOSER_NAME} with a personal message.
{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/en/email/report_deleted.txt b/phpBB/language/en/email/report_deleted.txt
index 300b902834..f8e32c88ab 100644
--- a/phpBB/language/en/email/report_deleted.txt
+++ b/phpBB/language/en/email/report_deleted.txt
@@ -2,7 +2,7 @@ Subject: Report deleted - {POST_SUBJECT}
Hello {USERNAME},
-You are receiving this email because the report you filed on the post "{POST_SUBJECT}" in "{TOPIC_TITLE}" at {SITENAME} was deleted by a moderator or by an administrator.
+You are receiving this notification because the report you filed on the post "{POST_SUBJECT}" in "{TOPIC_TITLE}" at {SITENAME} was deleted by a moderator or by an administrator.
{EMAIL_SIG} \ No newline at end of file
diff --git a/phpBB/language/en/email/topic_approved.txt b/phpBB/language/en/email/topic_approved.txt
index be8aaac35e..3b9bd34b0e 100644
--- a/phpBB/language/en/email/topic_approved.txt
+++ b/phpBB/language/en/email/topic_approved.txt
@@ -2,7 +2,7 @@ Subject: Topic approved - {TOPIC_TITLE}
Hello {USERNAME},
-You are receiving this email because your topic "{TOPIC_TITLE}" at {SITENAME} was approved by a moderator or administrator.
+You are receiving this notification because your topic "{TOPIC_TITLE}" at {SITENAME} was approved by a moderator or administrator.
If you want to view the topic, click the following link:
{U_VIEW_TOPIC}
diff --git a/phpBB/language/en/email/topic_disapproved.txt b/phpBB/language/en/email/topic_disapproved.txt
index b3031f6b16..fe417a0a1b 100644
--- a/phpBB/language/en/email/topic_disapproved.txt
+++ b/phpBB/language/en/email/topic_disapproved.txt
@@ -2,7 +2,7 @@ Subject: Topic disapproved - {TOPIC_TITLE}
Hello {USERNAME},
-You are receiving this email because your topic "{TOPIC_TITLE}" at {SITENAME} was disapproved by a moderator or administrator.
+You are receiving this notification because your topic "{TOPIC_TITLE}" at {SITENAME} was disapproved by a moderator or administrator.
The following reason was given for the disapproval:
diff --git a/phpBB/language/en/email/topic_notify.txt b/phpBB/language/en/email/topic_notify.txt
index 904b9b9160..fcfb9c63af 100644
--- a/phpBB/language/en/email/topic_notify.txt
+++ b/phpBB/language/en/email/topic_notify.txt
@@ -2,7 +2,7 @@ Subject: Topic reply notification - {TOPIC_TITLE}
Hello {USERNAME},
-You are receiving this email because you are watching the topic, "{TOPIC_TITLE}" at {SITENAME}. This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
+You are receiving this notification because you are watching the topic, "{TOPIC_TITLE}" at {SITENAME}. This topic has received a reply since your last visit. You can use the following link to view the replies made, no more notifications will be sent until you visit the topic.
If you want to view the newest post made since your last visit, click the following link:
{U_NEWEST_POST}
diff --git a/phpBB/language/en/email/user_activate_passwd.txt b/phpBB/language/en/email/user_activate_passwd.txt
index 019ee963f7..76a7f88930 100644
--- a/phpBB/language/en/email/user_activate_passwd.txt
+++ b/phpBB/language/en/email/user_activate_passwd.txt
@@ -2,7 +2,7 @@ Subject: New password activation
Hello {USERNAME}
-You are receiving this email because you have (or someone pretending to be you has) requested a new password be sent for your account on {SITENAME}. If you did not request this email then please ignore it, if you keep receiving it please contact the board administrator.
+You are receiving this notification because you have (or someone pretending to be you has) requested a new password be sent for your account on {SITENAME}. If you did not request this email then please ignore it, if you keep receiving it please contact the board administrator.
To use the new password you need to activate it. To do this click the link provided below.