mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11103] Fix comma usage
https://github.com/phpbb/phpbb3/pull/992#discussion_r1837084 PHPBB3-11103
This commit is contained in:
parent
0d5d328c81
commit
31502cdd6c
8 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@ Subject: Forum post notification - "{FORUM_NAME}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
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 the last unread reply, 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 the last unread reply, no more notifications will be sent until you visit the topic.
|
||||||
|
|
||||||
{U_NEWEST_POST}
|
{U_NEWEST_POST}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: New topic notification - "{FORUM_NAME}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
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 the 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 the forum, no more notifications will be sent until you visit the forum.
|
||||||
|
|
||||||
{U_FORUM}
|
{U_FORUM}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because the post, "{POST_SUBJECT}" at "{SITENAME}" needs approval.
|
You are receiving this notification because the post "{POST_SUBJECT}" at "{SITENAME}" needs approval.
|
||||||
|
|
||||||
If you want to view the post, click the following link:
|
If you want to view the post, click the following link:
|
||||||
{U_VIEW_POST}
|
{U_VIEW_POST}
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because "{AUTHOR_NAME}" quoted you in the topic, "{TOPIC_TITLE}" at "{SITENAME}". You can use the following link to view the reply made.
|
You are receiving this notification because "{AUTHOR_NAME}" quoted you in the topic "{TOPIC_TITLE}" at "{SITENAME}". You can use the following link to view the reply made.
|
||||||
|
|
||||||
If you want to view the quoted post, click the following link:
|
If you want to view the quoted post, click the following link:
|
||||||
{U_VIEW_POST}
|
{U_VIEW_POST}
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because a Private Message titled, "{SUBJECT}" by "{AUTHOR_NAME}" at "{SITENAME}" was reported.
|
You are receiving this notification because a Private Message titled "{SUBJECT}" by "{AUTHOR_NAME}" at "{SITENAME}" was reported.
|
||||||
|
|
||||||
If you want to view the report, click the following link:
|
If you want to view the report, click the following link:
|
||||||
{U_VIEW_REPORT}
|
{U_VIEW_REPORT}
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because the post, "{POST_SUBJECT}" at "{SITENAME}" was reported.
|
You are receiving this notification because the post "{POST_SUBJECT}" at "{SITENAME}" was reported.
|
||||||
|
|
||||||
If you want to view the report, click the following link:
|
If you want to view the report, click the following link:
|
||||||
{U_VIEW_REPORT}
|
{U_VIEW_REPORT}
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because the topic, "{TOPIC_TITLE}" at "{SITENAME}" needs approval.
|
You are receiving this notification because the topic "{TOPIC_TITLE}" at "{SITENAME}" needs approval.
|
||||||
|
|
||||||
If you want to view the topic, click the following link:
|
If you want to view the topic, click the following link:
|
||||||
{U_VIEW_TOPIC}
|
{U_VIEW_TOPIC}
|
||||||
|
|
|
@ -2,7 +2,7 @@ Subject: Topic reply notification - "{TOPIC_TITLE}"
|
||||||
|
|
||||||
Hello {USERNAME},
|
Hello {USERNAME},
|
||||||
|
|
||||||
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.
|
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:
|
If you want to view the newest post made since your last visit, click the following link:
|
||||||
{U_NEWEST_POST}
|
{U_NEWEST_POST}
|
||||||
|
|
Loading…
Add table
Reference in a new issue