diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-10-15 14:02:16 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-15 14:02:16 +0200 |
commit | 7c2cc9cfeface2ea4267dca204f56f794e3418af (patch) | |
tree | 21e7e195634f778117e558e4589f51edd4b413bb /phpBB/language/en/mcp.php | |
parent | a58a76ef5f496ea57f655e34c6d973b2639619c0 (diff) | |
download | forums-7c2cc9cfeface2ea4267dca204f56f794e3418af.tar forums-7c2cc9cfeface2ea4267dca204f56f794e3418af.tar.gz forums-7c2cc9cfeface2ea4267dca204f56f794e3418af.tar.bz2 forums-7c2cc9cfeface2ea4267dca204f56f794e3418af.tar.xz forums-7c2cc9cfeface2ea4267dca204f56f794e3418af.zip |
[feature/soft-delete] Turn restore_post() into a method and add the docs
PHPBB3-9567
Diffstat (limited to 'phpBB/language/en/mcp.php')
-rw-r--r-- | phpBB/language/en/mcp.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 95d09028ce..fee3ac47e4 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -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', |