mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/attachment-management-no-reassignment] Handle privacy and some more.
- restrict files info for PM attachments; - add an option to resync files stats if wrong; - replace post_id sorting with post type (PM/regular post) one; - some language fixes. PHPBB3-9721
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',
|
||||
|
Reference in New Issue
Block a user