mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
Merge branch 'develop' into feature/prune-users
* develop: (170 commits) [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined. [feature/attachment-management-no-reassignment] Handle privacy and some more. [ticket/10148] Turn TEMPLATE_BITFIELD into an instance variable. [ticket/10147] Corrected a typo in includes/functions_template.php. [ticket/10141] Save a hash lookup when value is not in cache. [ticket/10143] Added tests for storing a previously deleted value in db cache. [ticket/10105] Update AIM express link. [ticket/10105] Update AIM application download link. [ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN. [ticket/10141] Split double-assignment into conditional and unconditional part. [ticket/10141] Use a cache in $auth->_fill_acl() for better performance. [ticket/9961] Create log entries when users are activated. [ticket/10139] Make signatures of set_atomic() consistent by using $new_value. [ticket/10139] Rename $cache to $use_cache to avoid confusion with cache object [ticket/10006] Remove unneeded if statements [ticket/10006] Remove return values [ticket/10006] More testing [ticket/10006] Tweak the tests a bit [ticket/10006] Add phpbb_config::delete [ticket/7941] Added @return to generate_board_url docstring. ...
This commit is contained in:
@@ -62,6 +62,7 @@ $lang = array_merge($lang, array(
|
||||
'ATTACH_MAX_PM_FILESIZE_EXPLAIN' => 'Maximum size of each file, with 0 being unlimited, attached to a private message.',
|
||||
'ATTACH_ORPHAN_URL' => 'Orphan attachments',
|
||||
'ATTACH_POST_ID' => 'Post ID',
|
||||
'ATTACH_POST_TYPE' => 'Post type',
|
||||
'ATTACH_QUOTA' => 'Total attachment quota',
|
||||
'ATTACH_QUOTA_EXPLAIN' => 'Maximum drive space available for attachments for the whole board, with 0 being unlimited.',
|
||||
'ATTACH_TO_POST' => 'Attach file to post',
|
||||
|
@@ -100,6 +100,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_GROUPS_MANAGE' => 'Manage groups',
|
||||
'ACP_GROUPS_MANAGEMENT' => 'Group management',
|
||||
'ACP_GROUPS_PERMISSIONS' => 'Groups’ permissions',
|
||||
'ACP_GROUPS_POSITION' => 'Manage group positions',
|
||||
|
||||
'ACP_ICONS' => 'Topic icons',
|
||||
'ACP_ICONS_SMILIES' => 'Topic icons/smilies',
|
||||
@@ -115,6 +116,10 @@ $lang = array_merge($lang, array(
|
||||
'ACP_LOGGING' => 'Logging',
|
||||
|
||||
'ACP_MAIN' => 'ACP index',
|
||||
|
||||
'ACP_MANAGE_ATTACHMENTS' => 'Manage attachments',
|
||||
'ACP_MANAGE_ATTACHMENTS_EXPLAIN' => 'Here you can list and delete files attached to posts and private messages.',
|
||||
|
||||
'ACP_MANAGE_EXTENSIONS' => 'Manage extensions',
|
||||
'ACP_MANAGE_FORUMS' => 'Manage forums',
|
||||
'ACP_MANAGE_RANKS' => 'Manage ranks',
|
||||
@@ -226,12 +231,16 @@ $lang = array_merge($lang, array(
|
||||
'DOWNLOAD_AS' => 'Download as',
|
||||
'DOWNLOAD_STORE' => 'Download or store file',
|
||||
'DOWNLOAD_STORE_EXPLAIN' => 'You may directly download the file or save it in your <samp>store/</samp> folder.',
|
||||
'DOWNLOADS' => 'Downloads',
|
||||
|
||||
'EDIT' => 'Edit',
|
||||
'ENABLE' => 'Enable',
|
||||
'EXPORT_DOWNLOAD' => 'Download',
|
||||
'EXPORT_STORE' => 'Store',
|
||||
|
||||
'FILES_GONE' => 'Some of the attachments you selected for deletion do not exist. They may have been already deleted. Attachments that did exist were deleted.',
|
||||
'FILES_STATS_WRONG' => 'Your files statistics are probably inaccurate and need to be resynchronised. Actual values: number of attachments = %1$d, total size of attachments = %2$s.',
|
||||
|
||||
'GENERAL_OPTIONS' => 'General options',
|
||||
'GENERAL_SETTINGS' => 'General settings',
|
||||
'GLOBAL_MASK' => 'Global permission mask',
|
||||
@@ -257,6 +266,7 @@ $lang = array_merge($lang, array(
|
||||
'NOTIFY' => 'Notification',
|
||||
'NO_ADMIN' => 'You are not authorised to administer this board.',
|
||||
'NO_EMAILS_DEFINED' => 'No valid e-mail addresses found.',
|
||||
'NO_FILES_TO_DELETE' => 'Attachments you selected for deletion do not exist.',
|
||||
'NO_PASSWORD_SUPPLIED' => 'You need to enter your password to access the Administration Control Panel.',
|
||||
|
||||
'OFF' => 'Off',
|
||||
@@ -271,6 +281,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'REMIND' => 'Remind',
|
||||
'RESYNC' => 'Resynchronise',
|
||||
'RESYNC_FILES_STATS' => 'Resynchronise files statistics',
|
||||
'RESYNC_FILES_STATS_EXPLAIN' => 'Recalculates the total number and size of files attached to posts and private messages.',
|
||||
'RETURN_TO' => 'Return to…',
|
||||
|
||||
'SELECT_ANONYMOUS' => 'Select anonymous user',
|
||||
@@ -283,6 +295,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SHOW_ALL_OPERATIONS' => 'Show all operations',
|
||||
|
||||
'TOTAL_SIZE' => 'Total size',
|
||||
|
||||
'UCP' => 'User Control Panel',
|
||||
'USERNAMES_EXPLAIN' => 'Place each username on a separate line.',
|
||||
'USER_CONTROL_PANEL' => 'User Control Panel',
|
||||
@@ -355,6 +369,7 @@ $lang = array_merge($lang, array(
|
||||
'RESET_DATE_CONFIRM' => 'Are you sure you wish to reset the board’s start date?',
|
||||
'RESET_ONLINE' => 'Reset most users ever online',
|
||||
'RESET_ONLINE_CONFIRM' => 'Are you sure you wish to reset the most users ever online counter?',
|
||||
'RESYNC_FILES_STATS_CONFIRM' => 'Are you sure you wish to resynchronise files statistics?',
|
||||
'RESYNC_POSTCOUNTS' => 'Resynchronise post counts',
|
||||
'RESYNC_POSTCOUNTS_EXPLAIN' => 'Only existing posts will be taken into consideration. Pruned posts will not be counted.',
|
||||
'RESYNC_POSTCOUNTS_CONFIRM' => 'Are you sure you wish to resynchronise post counts?',
|
||||
@@ -659,6 +674,7 @@ $lang = array_merge($lang, array(
|
||||
'LOG_REFERER_INVALID' => '<strong>Referer validation failed</strong><br />»Referer was “<em>%1$s</em>”. The request was rejected and the session killed.',
|
||||
'LOG_RESET_DATE' => '<strong>Board start date reset</strong>',
|
||||
'LOG_RESET_ONLINE' => '<strong>Most users online reset</strong>',
|
||||
'LOG_RESYNC_FILES_STATS' => '<strong>Files statistics resynchronised</strong>',
|
||||
'LOG_RESYNC_POSTCOUNTS' => '<strong>User post counts resynchronised</strong>',
|
||||
'LOG_RESYNC_POST_MARKING' => '<strong>Dotted topics resynchronised</strong>',
|
||||
'LOG_RESYNC_STATS' => '<strong>Post, topic and user statistics resynchronised</strong>',
|
||||
|
@@ -52,14 +52,16 @@ $lang = array_merge($lang, array(
|
||||
'SEND_TO_GROUP' => 'Send to group',
|
||||
'SEND_TO_USERS' => 'Send to users',
|
||||
'SEND_TO_USERS_EXPLAIN' => 'Entering names here will override any group selected above. Enter each username on a new line.',
|
||||
|
||||
|
||||
'MAIL_BANNED' => 'Mail banned users',
|
||||
'MAIL_BANNED_EXPLAIN' => 'When sending a mass e-mail to a group you can select here whether banned users will also receive the e-mail.',
|
||||
'MAIL_HIGH_PRIORITY' => 'High',
|
||||
'MAIL_LOW_PRIORITY' => 'Low',
|
||||
'MAIL_NORMAL_PRIORITY' => 'Normal',
|
||||
'MAIL_PRIORITY' => 'Mail priority',
|
||||
'MASS_MESSAGE' => 'Your message',
|
||||
'MASS_MESSAGE_EXPLAIN' => 'Please note that you may enter only plain text. All markup will be removed before sending.',
|
||||
|
||||
|
||||
'NO_EMAIL_MESSAGE' => 'You must enter a message.',
|
||||
'NO_EMAIL_SUBJECT' => 'You must specify a subject for your message.',
|
||||
));
|
||||
|
@@ -97,6 +97,8 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_SETTINGS_SAVE' => 'Group wide settings',
|
||||
'GROUP_SKIP_AUTH' => 'Exempt group leader from permissions',
|
||||
'GROUP_SKIP_AUTH_EXPLAIN' => 'If enabled group leader no longer inherit permissions from the group.',
|
||||
'GROUP_SPECIAL' => 'Pre-defined',
|
||||
'GROUP_TEAMPAGE' => 'Display group on teampage',
|
||||
'GROUP_TYPE' => 'Group type',
|
||||
'GROUP_TYPE_EXPLAIN' => 'This determines which users can join or view this group.',
|
||||
'GROUP_UPDATED' => 'Group preferences updated successfully.',
|
||||
@@ -105,19 +107,34 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_USERS_EXIST' => 'The selected users are already members.',
|
||||
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
|
||||
|
||||
'LEGEND_EXPLAIN' => 'These are the groups which are displayed in the group legend:',
|
||||
'LEGEND_SETTINGS' => 'Legend settings',
|
||||
'LEGEND_SORT_GROUPNAME' => 'Sort legend by group name',
|
||||
'LEGEND_SORT_GROUPNAME_EXPLAIN' => 'The order below is ignored when this option is enabled.',
|
||||
|
||||
'MANAGE_LEGEND' => 'Manage group legend',
|
||||
'MANAGE_TEAMPAGE' => 'Manage teampage',
|
||||
'MAKE_DEFAULT_FOR_ALL' => 'Make default group for every member',
|
||||
'MEMBERS' => 'Members',
|
||||
|
||||
'NO_GROUP' => 'No group specified.',
|
||||
'NO_GROUPS_ADDED' => 'No groups added yet.',
|
||||
'NO_GROUPS_CREATED' => 'No groups created yet.',
|
||||
'NO_PERMISSIONS' => 'Do not copy permissions',
|
||||
'NO_USERS' => 'You haven’t entered any users.',
|
||||
'NO_USERS_ADDED' => 'No users were added to the group.',
|
||||
'NO_VALID_USERS' => 'You haven’t entered any users eligible for that action.',
|
||||
|
||||
'SELECT_GROUP' => 'Select a group',
|
||||
'SPECIAL_GROUPS' => 'Pre-defined groups',
|
||||
'SPECIAL_GROUPS_EXPLAIN' => 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
|
||||
|
||||
'TEAMPAGE_EXPLAIN' => 'These are the groups which are displayed on the teampage:',
|
||||
'TEAMPAGE_FORUMS' => 'Display moderated forums',
|
||||
'TEAMPAGE_FORUMS_EXPLAIN' => 'If set to yes, moderators will have a list with all of the forums where they have moderator permissions displayed in their row. This can be very database intensive for big boards.',
|
||||
'TEAMPAGE_MULTIPLE' => 'Display users in all groups',
|
||||
'TEAMPAGE_MULTIPLE_EXPLAIN' => 'If set to no, the users will only be displayed in their primary group (If the primary group is not listed, the users will be displayed in their first displayed group).',
|
||||
'TEAMPAGE_SETTINGS' => 'Teampage settings',
|
||||
'TOTAL_MEMBERS' => 'Members',
|
||||
|
||||
'USERS_APPROVED' => 'Users approved successfully.',
|
||||
|
@@ -168,8 +168,9 @@ $lang = array_merge($lang, array(
|
||||
'SMILIES_CONFIG' => 'Smiley configuration',
|
||||
'SMILIES_DELETED' => 'The smiley has been removed successfully.',
|
||||
'SMILIES_EDIT' => 'Edit smiley',
|
||||
'SMILIE_NO_CODE' => 'The smilie “%s” was ignored, as there was no code entered.',
|
||||
'SMILIE_NO_EMOTION' => 'The smilie “%s” was ignored, as there was no emotion entered.',
|
||||
'SMILIE_NO_CODE' => 'The smiley “%s” was ignored, as there was no code entered.',
|
||||
'SMILIE_NO_EMOTION' => 'The smiley “%s” was ignored, as there was no emotion entered.',
|
||||
'SMILIE_NO_FILE' => 'The smiley “%s” was ignored, as the file is missing.',
|
||||
'SMILIES_NONE_EDITED' => 'No smilies were updated.',
|
||||
'SMILIES_ONE_EDITED' => 'The smiley has been updated successfully.',
|
||||
'SMILIES_EDITED' => 'The smilies have been updated successfully.',
|
||||
@@ -233,13 +234,13 @@ $lang = array_merge($lang, array(
|
||||
|
||||
// Disallow Usernames
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_DISALLOW_EXPLAIN' => 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *. Please note that you will not be allowed to specify any username that has already been registered, you must first delete that name then disallow it.',
|
||||
'ACP_DISALLOW_EXPLAIN' => 'Here you can control usernames which will not be allowed to be used. Disallowed usernames are allowed to contain a wildcard character of *.',
|
||||
'ADD_DISALLOW_EXPLAIN' => 'You can disallow a username using the wildcard character * to match any character.',
|
||||
'ADD_DISALLOW_TITLE' => 'Add a disallowed username',
|
||||
|
||||
'DELETE_DISALLOW_EXPLAIN' => 'You can remove a disallowed username by selecting the username from this list and clicking submit.',
|
||||
'DELETE_DISALLOW_TITLE' => 'Remove a disallowed username',
|
||||
'DISALLOWED_ALREADY' => 'The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present.',
|
||||
'DISALLOWED_ALREADY' => 'The name you entered is already disallowed.',
|
||||
'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed.',
|
||||
'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added.',
|
||||
|
||||
|
@@ -190,7 +190,7 @@ $lang = array_merge($lang, array(
|
||||
'FORM_INVALID' => 'The submitted form was invalid. Try submitting again.',
|
||||
'FORUM' => 'Forum',
|
||||
'FORUMS' => 'Forums',
|
||||
'FORUMS_MARKED' => 'All forums have been marked read.',
|
||||
'FORUMS_MARKED' => 'The selected forums have been marked read.',
|
||||
'FORUM_CAT' => 'Forum category',
|
||||
'FORUM_INDEX' => 'Board index',
|
||||
'FORUM_LINK' => 'Forum link',
|
||||
@@ -322,6 +322,7 @@ $lang = array_merge($lang, array(
|
||||
'MARK' => 'Mark',
|
||||
'MARK_ALL' => 'Mark all',
|
||||
'MARK_FORUMS_READ' => 'Mark forums read',
|
||||
'MARK_SUBFORUMS_READ' => 'Mark subforums read',
|
||||
'MB' => 'MB',
|
||||
'MIB' => 'MiB',
|
||||
'MCP' => 'Moderator Control Panel',
|
||||
|
@@ -302,7 +302,7 @@ $lang = array_merge($lang, array(
|
||||
'PHP_SETTINGS' => 'PHP version and settings',
|
||||
'PHP_SETTINGS_EXPLAIN' => '<strong>Required</strong> - You must be running at least version 4.3.3 of PHP in order to install phpBB. If <var>safe mode</var> is displayed below your PHP installation is running in that mode. This will impose limitations on remote administration and similar features.',
|
||||
'PHP_URL_FOPEN_SUPPORT' => 'PHP setting <var>allow_url_fopen</var> is enabled',
|
||||
'PHP_URL_FOPEN_SUPPORT_EXPLAIN' => '<strong>Optional</strong> - This setting is optional, however certain phpBB functions like off-site avatars will not work properly without it. ',
|
||||
'PHP_URL_FOPEN_SUPPORT_EXPLAIN' => '<strong>Optional</strong> - This setting is optional, however certain phpBB functions like off-site avatars will not work properly without it.',
|
||||
'PHP_VERSION_REQD' => 'PHP version >= 4.3.3',
|
||||
'POST_ID' => 'Post ID',
|
||||
'PREFIX_FOUND' => 'A scan of your tables has shown a valid installation using <strong>%s</strong> as table prefix.',
|
||||
@@ -323,6 +323,7 @@ $lang = array_merge($lang, array(
|
||||
'SERVER_CONFIG' => 'Server configuration',
|
||||
'SEARCH_INDEX_UNCONVERTED' => 'Search index was not converted',
|
||||
'SEARCH_INDEX_UNCONVERTED_EXPLAIN' => 'Your old search index was not converted. Searching will always yield an empty result. To create a new search index go to the Administration Control Panel, select Maintenance and then choose Search index from the submenu.',
|
||||
'SELECT_FORUM_GA' => 'In phpBB 3.1 the global announcements are linked to forums. Select a forum for your current global announcements (can be moved later):',
|
||||
'SOFTWARE' => 'Board software',
|
||||
'SPECIFY_OPTIONS' => 'Specify conversion options',
|
||||
'STAGE_ADMINISTRATOR' => 'Administrator details',
|
||||
|
Reference in New Issue
Block a user