mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[feature/soft-delete] Turn restore_post() into a method and add the docs
PHPBB3-9567
This commit is contained in:
@@ -269,15 +269,17 @@ $lang = array_merge($lang, array(
|
||||
'POSTS_DISAPPROVED_SUCCESS' => 'The selected posts have been disapproved.',
|
||||
'POSTS_LOCKED_SUCCESS' => 'The selected posts have been locked successfully.',
|
||||
'POSTS_MERGED_SUCCESS' => 'The selected posts have been merged.',
|
||||
'POSTS_UNLOCKED_SUCCESS' => 'The selected posts have been unlocked successfully.',
|
||||
'POSTS_PER_PAGE' => 'Posts per page',
|
||||
'POSTS_PER_PAGE_EXPLAIN' => '(Set to 0 to view all posts.)',
|
||||
'POSTS_RESTORED_SUCCESS' => 'The selected posts have been restored successfully.',
|
||||
'POSTS_UNLOCKED_SUCCESS' => 'The selected posts have been unlocked successfully.',
|
||||
'POST_APPROVED_SUCCESS' => 'The selected post has been approved.',
|
||||
'POST_DELETED_SUCCESS' => 'The selected post has been successfully removed from the database.',
|
||||
'POST_DISAPPROVED_SUCCESS' => 'The selected post has been disapproved.',
|
||||
'POST_LOCKED_SUCCESS' => 'Post locked successfully.',
|
||||
'POST_NOT_EXIST' => 'The post you requested does not exist.',
|
||||
'POST_REPORTED_SUCCESS' => 'This post has been successfully reported.',
|
||||
'POST_RESTORED_SUCCESS' => 'This post has been restored successfully.',
|
||||
'POST_UNLOCKED_SUCCESS' => 'Post unlocked successfully.',
|
||||
|
||||
'READ_USERNOTES' => 'User notes',
|
||||
|
Reference in New Issue
Block a user