mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- Modules are not added correctly [#6370]
- Minor bug in ucp_prefs_personal.html (Opera) [#6348] - MCP-Warnings section colspan problem in Opera [#6338] - Loading extensions on install [#6332] - Adjust PM rules if folder removed [#6326] - #6318 - Coppa registration [#6306] - Quick-Mod Topic Type Changes Fail when Topic == Global [#6228] - added the possibility to change topic type for more than one topic (within mcp) git-svn-id: file:///svn/phpbb/trunk@6781 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -185,7 +185,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_VIEW_ADMIN_PERMISSIONS' => 'View administrative permissions',
|
||||
'ACP_VIEW_FORUM_MOD_PERMISSIONS' => 'View forum moderation permissions',
|
||||
'ACP_VIEW_FORUM_PERMISSIONS' => 'View forum-based permissions',
|
||||
'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View global moderatoration permissions',
|
||||
'ACP_VIEW_GLOBAL_MOD_PERMISSIONS' => 'View global moderation permissions',
|
||||
'ACP_VIEW_USER_PERMISSIONS' => 'View user-based permissions',
|
||||
|
||||
'ACP_WORDS' => 'Word censoring',
|
||||
|
@@ -95,6 +95,7 @@ $lang = array_merge($lang, array(
|
||||
'GLOBAL_ANNOUNCEMENT' => 'Global Announcement',
|
||||
|
||||
'IP_INFO' => 'IP Information',
|
||||
'IPS_POSTED_FROM' => 'IP addresses this user has posted from',
|
||||
|
||||
'LATEST_LOGS' => 'Latest 5 logged actions',
|
||||
'LATEST_REPORTED' => 'Latest 5 reports',
|
||||
@@ -211,7 +212,6 @@ $lang = array_merge($lang, array(
|
||||
'NO_TOPIC_ICON' => 'None',
|
||||
'NO_TOPIC_SELECTED' => 'You must select at least one topic to perform this action',
|
||||
|
||||
'OTHER_IPS' => 'Other IP addresses this user has posted from',
|
||||
'ONLY_TOPIC' => 'Only topic "%s"',
|
||||
'OTHER_USERS' => 'Users posting from this IP',
|
||||
|
||||
@@ -262,24 +262,26 @@ $lang = array_merge($lang, array(
|
||||
'RETURN_QUEUE' => '%sReturn to the queue%s',
|
||||
'RETURN_REPORTS' => '%sReturn to the reports%s',
|
||||
|
||||
'SEARCH_POSTS_BY_USER' => 'Search posts by',
|
||||
'SELECT_ACTION' => 'Select desired action',
|
||||
'SELECT_TOPICS_FROM' => 'Select topics from',
|
||||
'SELECT_TOPIC' => 'Select topic',
|
||||
'SELECT_USER' => 'Select user',
|
||||
'SORT_ACTION' => 'Log action',
|
||||
'SORT_DATE' => 'Date',
|
||||
'SORT_IP' => 'IP address',
|
||||
'SORT_WARNINGS' => 'Warnings',
|
||||
'SPLIT_AFTER' => 'Split from selected post',
|
||||
'SPLIT_FORUM' => 'Forum for new topic',
|
||||
'SPLIT_POSTS' => 'Split selected posts',
|
||||
'SPLIT_SUBJECT' => 'New topic title',
|
||||
'SPLIT_TOPIC_ALL' => 'Split topic from selected posts',
|
||||
'SPLIT_TOPIC_ALL_CONFIRM' => 'Are you sure you want to split this topic?',
|
||||
'SPLIT_TOPIC_BEYOND' => 'Split topic at selected post',
|
||||
'SPLIT_TOPIC_BEYOND_CONFIRM'=> 'Are you sure you want to split this topic at the selected post?',
|
||||
'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post',
|
||||
'SEARCH_POSTS_BY_USER' => 'Search posts by',
|
||||
'SELECT_ACTION' => 'Select desired action',
|
||||
'SELECT_FORUM_GLOBAL_ANNOUNCEMENT' => 'Please select the forum you wish this global announcement to be displayed.',
|
||||
'SELECT_FORUM_GLOBAL_ANNOUNCEMENTS' => 'One or more of the selected topics are global announcements. Please select the forum you wish these to be displayed.',
|
||||
'SELECT_TOPICS_FROM' => 'Select topics from',
|
||||
'SELECT_TOPIC' => 'Select topic',
|
||||
'SELECT_USER' => 'Select user',
|
||||
'SORT_ACTION' => 'Log action',
|
||||
'SORT_DATE' => 'Date',
|
||||
'SORT_IP' => 'IP address',
|
||||
'SORT_WARNINGS' => 'Warnings',
|
||||
'SPLIT_AFTER' => 'Split from selected post',
|
||||
'SPLIT_FORUM' => 'Forum for new topic',
|
||||
'SPLIT_POSTS' => 'Split selected posts',
|
||||
'SPLIT_SUBJECT' => 'New topic title',
|
||||
'SPLIT_TOPIC_ALL' => 'Split topic from selected posts',
|
||||
'SPLIT_TOPIC_ALL_CONFIRM' => 'Are you sure you want to split this topic?',
|
||||
'SPLIT_TOPIC_BEYOND' => 'Split topic at selected post',
|
||||
'SPLIT_TOPIC_BEYOND_CONFIRM' => 'Are you sure you want to split this topic at the selected post?',
|
||||
'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post',
|
||||
|
||||
'THIS_POST_IP' => 'IP for this post',
|
||||
'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved',
|
||||
@@ -289,6 +291,7 @@ $lang = array_merge($lang, array(
|
||||
'TOPICS_LOCKED_SUCCESS' => 'The selected topics have been locked',
|
||||
'TOPICS_MOVED_SUCCESS' => 'The selected topics have been moved successfully',
|
||||
'TOPICS_RESYNC_SUCCESS' => 'The selected topics have been resynchronised',
|
||||
'TOPICS_TYPE_CHANGED' => 'Topic types changed successfully.',
|
||||
'TOPICS_UNLOCKED_SUCCESS' => 'The selected topics have been unlocked',
|
||||
'TOPIC_APPROVED_SUCCESS' => 'The selected topic has been approved',
|
||||
'TOPIC_DELETED_SUCCESS' => 'The selected topic has been successfully removed from the database',
|
||||
|
Reference in New Issue
Block a user