mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
more bugfixing. Important change: admins able to give ban reason for user quick tool ban - logging also syndicated, now always logged to ACP and MCP logs.
git-svn-id: file:///svn/phpbb/trunk@7426 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -281,8 +281,8 @@ $lang = array_merge($lang, array(
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_ADMIN_LOGS_EXPLAIN' => 'This lists all the actions carried out by board administrators. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
|
||||
'ACP_CRITICAL_LOGS_EXPLAIN' => 'This lists the actions carried out by the board itself. This log provides you with information you are able to use for solving specific problems, for example non-delivery of emails. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
|
||||
'ACP_MOD_LOGS_EXPLAIN' => 'This lists the actions carried out by board moderators, select a forum from the drop down list. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
|
||||
'ACP_USERS_LOGS_EXPLAIN' => 'This lists all actions carried out by users or on users.',
|
||||
'ACP_MOD_LOGS_EXPLAIN' => 'This lists all actions done on forums, topics and posts as well as actions carried out on users by moderators, including banning. You can sort by username, date, IP or action. If you have appropriate permissions you can also clear individual operations or the log as a whole.',
|
||||
'ACP_USERS_LOGS_EXPLAIN' => 'This lists all actions carried out by users or on users (warnings and user notes).',
|
||||
'ALL_ENTRIES' => 'All entries',
|
||||
|
||||
'DISPLAY_LOG' => 'Display entries from previous',
|
||||
|
@@ -120,7 +120,7 @@ $help = array(
|
||||
),
|
||||
array(
|
||||
0 => 'How do I create a poll?',
|
||||
1 => 'Creating a poll is easy, when you post a new topic (or edit the first post of a topic, if you have permission) you should see the “Poll creation” tab below the main posting form (if you cannot see this then you do not have appropriate permissions to create polls). You should enter a title for the poll in “Poll question” and then at least two options in the “Poll options” textarea (limit is set by the board administrator), with each option separated by a new line. You can also set the number of options user may select during voting under “Options per user”, setting a time limit in days for the poll (0 is a poll of infinite duration) and lastly the option if users are allowed to amend their votes.'
|
||||
1 => 'Creating a poll is easy, when you post a new topic (or edit the first post of a topic, if you have permission) you should see the “Poll creation” tab below the main posting form (if you cannot see this then you do not have appropriate permissions to create polls). You should enter a title for the poll in “Poll question” and then at least two options in the “Poll options” textarea (limit is set by the board administrator), with each option separated by a new line. You can also set the number of options users may select during voting under “Options per user”, setting a time limit in days for the poll (0 is a poll of infinite duration) and lastly the option if users are allowed to amend their votes.'
|
||||
),
|
||||
array(
|
||||
0 => 'How do I edit or delete a poll?',
|
||||
|
@@ -152,14 +152,14 @@ $lang = array_merge($lang, array(
|
||||
'POST_CONFIRM_EXPLAIN' => 'To prevent automated posts the board administrator requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
|
||||
'POST_DELETED' => 'This message has been deleted successfully',
|
||||
'POST_EDITED' => 'This message has been edited successfully',
|
||||
'POST_EDITED_MOD' => 'This message has been edited but requires approval',
|
||||
'POST_EDITED_MOD' => 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable. You will be notified when your post has been approved.',
|
||||
'POST_GLOBAL' => 'Global',
|
||||
'POST_ICON' => 'Post icon',
|
||||
'POST_NORMAL' => 'Normal',
|
||||
'POST_REVIEW' => 'Post review',
|
||||
'POST_REVIEW_EXPLAIN' => 'At least one new post has been made to this topic. You may wish to review your post in light of this.',
|
||||
'POST_STORED' => 'This message has been posted successfully',
|
||||
'POST_STORED_MOD' => 'This message has been saved but requires approval',
|
||||
'POST_STORED_MOD' => 'This message has been submitted successfully, but it will need to be approved by a moderator before it is publicly viewable. You will be notified when your post has been approved.',
|
||||
'POST_TOPIC_AS' => 'Post topic as',
|
||||
'PROGRESS_BAR' => 'Progress bar',
|
||||
|
||||
|
@@ -411,7 +411,7 @@ $lang = array_merge($lang, array(
|
||||
'UCP_PM' => 'Private messages',
|
||||
'UCP_PM_COMPOSE' => 'Compose message',
|
||||
'UCP_PM_DRAFTS' => 'Manage PM drafts',
|
||||
'UCP_PM_OPTIONS' => 'Rules, folder & settings',
|
||||
'UCP_PM_OPTIONS' => 'Rules, folders & settings',
|
||||
'UCP_PM_POPUP' => 'Private messages',
|
||||
'UCP_PM_POPUP_TITLE' => 'Private message popup',
|
||||
'UCP_PM_UNREAD' => 'Unread messages',
|
||||
|
Reference in New Issue
Block a user