mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch 'feature/rxu/attachment-management-no-reassignment' into develop
* feature/rxu/attachment-management-no-reassignment: [feature/attachment-management-no-reassignment] Handle privacy and some more. [feature/attachment-management-no-reassignment] Further feature adjustments. [feature/attachment-management-no-reassignment] Fix some more errors [feature/attachment-management-no-reassignment] Fix minor flaws in the code. [feature/attachment-management-no-reassignment] Attachments management
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',
|
||||
|
@@ -116,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',
|
||||
@@ -227,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',
|
||||
@@ -258,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',
|
||||
@@ -272,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',
|
||||
@@ -284,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',
|
||||
@@ -356,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?',
|
||||
@@ -660,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>',
|
||||
|
Reference in New Issue
Block a user