mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- fork/copy topic
- resync topics - possible to show only reported posts in topic_view - view reports in post details - mcp_queue (show unapproved items) git-svn-id: file:///svn/phpbb/trunk@4924 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -52,6 +52,10 @@ $lang += array(
|
||||
'EMPTY_TOPICS_REMOVED_WARNING' => 'Please note that one or several topics have been removed from the database because they were or become empty',
|
||||
|
||||
'FORK' => 'Fork',
|
||||
'FORK_TOPIC' => 'Fork Topic',
|
||||
'FORK_TOPIC_CONFIRM' => 'Are you sure you want to copy this topic?',
|
||||
'FORK_TOPICS' => 'Fork selected topics',
|
||||
'FORK_TOPICS_CONFIRM' => 'Are you sure you want to copy the selected topics?',
|
||||
'FORUM_DESC' => 'Description',
|
||||
'FORUM_NAME' => 'Forum Name',
|
||||
'FORUM_NOT_EXIST' => 'The forum you selected does not exist',
|
||||
@@ -94,10 +98,10 @@ $lang += array(
|
||||
|
||||
'MCP_ADD' => 'Add a warning',
|
||||
'MCP_MAIN' => 'Main',
|
||||
'MCP_MAIN_FORUM_VIEW' => 'View forum',
|
||||
'MCP_MAIN_FRONT' => 'Front page',
|
||||
'MCP_MAIN_POST_DETAILS' => 'Post details',
|
||||
'MCP_MAIN_TOPIC_VIEW' => 'View topic',
|
||||
'MCP_MAIN_FORUM_VIEW' => 'View Forum',
|
||||
'MCP_MAIN_FRONT' => 'Front Page',
|
||||
'MCP_MAIN_POST_DETAILS' => 'Post Details',
|
||||
'MCP_MAIN_TOPIC_VIEW' => 'View Topic',
|
||||
'MCP_MAKE_ANNOUNCEMENT' => 'Make Announcement',
|
||||
'MCP_MAKE_ANNOUNCEMENT_CONFIRM' => 'Are you sure you want to change this topic to an announcement?',
|
||||
'MCP_MAKE_ANNOUNCEMENTS' => 'Make Announcements',
|
||||
@@ -116,9 +120,9 @@ $lang += array(
|
||||
'MCP_MAKE_NORMALS_CONFIRM' => 'Are you sure you want to revert the selected topics?',
|
||||
|
||||
'MCP_QUEUE' => 'Moderation Queue',
|
||||
'MCP_REPORTS' => 'Reports',
|
||||
'MCP_UNAPPROVED_POSTS' => 'Posts awaiting for approval (%s)',
|
||||
'MCP_UNAPPROVED_TOPICS' => 'Topics awaiting for approval (%s)',
|
||||
'MCP_QUEUE_REPORTS' => 'Reports',
|
||||
'MCP_QUEUE_UNAPPROVED_POSTS' => 'Posts awaiting for approval',
|
||||
'MCP_QUEUE_UNAPPROVED_TOPICS' => 'Topics awaiting for approval',
|
||||
'MCP_VIEW_ALL' => 'View all (%s)',
|
||||
'MCP_VIEW_LOGS' => 'View logs',
|
||||
'MCP_VIEW_RECENT' => 'View recent (%s)',
|
||||
|
Reference in New Issue
Block a user