mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/16589] Replace personal message with private message
PHPBB3-16589
This commit is contained in:
parent
8e599e23a0
commit
76e1a46512
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Subject: Report closed - "{POST_SUBJECT}"
|
|||
|
||||
Hello {USERNAME},
|
||||
|
||||
The report you filed on the post "{POST_SUBJECT}" by "{AUTHOR_NAME}" 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.
|
||||
The report you filed on the post "{POST_SUBJECT}" by "{AUTHOR_NAME}" 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 private message.
|
||||
|
||||
You can view your reported post by clicking on the following link:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Subject: Private message report closed - "{SUBJECT}"
|
|||
|
||||
Hello {USERNAME},
|
||||
|
||||
The report you filed on the private message "{SUBJECT}" by "{AUTHOR_NAME}" 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.
|
||||
The report you filed on the private message "{SUBJECT}" by "{AUTHOR_NAME}" 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 private message.
|
||||
|
||||
You can view your reported private message by clicking on the following link:
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@ $lang = array_merge($lang, array(
|
|||
'FIELD_INVALID_VALUE' => 'The field “%s” has an invalid value.',
|
||||
|
||||
'FOE_MESSAGE' => 'Message from foe',
|
||||
'FOES_EXPLAIN' => 'Foes are users which will be ignored by default. Posts by these users will not be fully visible. Personal messages from foes are still permitted. Please note that you cannot ignore moderators or administrators.',
|
||||
'FOES_EXPLAIN' => 'Foes are users which will be ignored by default. Posts by these users will not be fully visible. Private messages from foes are still permitted. Please note that you cannot ignore moderators or administrators.',
|
||||
'FOES_UPDATED' => 'Your foes list has been updated successfully.',
|
||||
'FOLDER_ADDED' => 'Folder successfully added.',
|
||||
'FOLDER_MESSAGE_STATUS' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue