1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/13821] Support displaying ignored posts on post review page

PHPBB3-13821
This commit is contained in:
Marc Alexander
2022-01-22 22:23:17 +01:00
parent 6caf2f83ad
commit 9f09dec049
5 changed files with 23 additions and 8 deletions

View File

@@ -604,6 +604,7 @@ $lang = array_merge($lang, array(
'POST_BY_AUTHOR' => 'by',
'POST_BY_FOE' => '<strong>%1$s</strong>, who is currently on your ignore list, made this post.',
'POST_DISPLAY' => '%1$sDisplay this post%2$s.',
'POST_DISPLAY_TEXT' => 'Display this post',
'POST_DAY' => '%.2f posts per day',
'POST_DELETED_ACTION' => 'Deleted post:',
'POST_DELETED' => 'This post has been deleted.',