mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/13821] Remove HTML from PHP files and deduplicate lang variable
PHPBB3-13821
This commit is contained in:
@@ -603,8 +603,7 @@ $lang = array_merge($lang, array(
|
||||
'POSTS_UNAPPROVED_FORUM'=> 'At least one post in this forum has not been approved.',
|
||||
'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_DISPLAY' => 'Display this post',
|
||||
'POST_DAY' => '%.2f posts per day',
|
||||
'POST_DELETED_ACTION' => 'Deleted post:',
|
||||
'POST_DELETED' => 'This post has been deleted.',
|
||||
|
Reference in New Issue
Block a user