mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12505] Remove outdated media handling from acp
Remove outdated media handling from acp PHPBB3-12505
This commit is contained in:
@@ -70,9 +70,6 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'CAT_FLASH_FILES' => 'Flash files',
|
||||
'CAT_IMAGES' => 'Images',
|
||||
'CAT_QUICKTIME_FILES' => 'Quicktime media files',
|
||||
'CAT_RM_FILES' => 'RealMedia media files',
|
||||
'CAT_WM_FILES' => 'Windows Media media files',
|
||||
'CHECK_CONTENT' => 'Check attachment files',
|
||||
'CHECK_CONTENT_EXPLAIN' => 'Some browsers can be tricked to assume an incorrect mimetype for uploaded files. This option ensures that such files likely to cause this are rejected.',
|
||||
'CREATE_GROUP' => 'Create new group',
|
||||
@@ -105,9 +102,6 @@ $lang = array_merge($lang, array(
|
||||
'EXT_GROUP_FLASH_FILES' => 'Flash Files',
|
||||
'EXT_GROUP_IMAGES' => 'Images',
|
||||
'EXT_GROUP_PLAIN_TEXT' => 'Plain Text',
|
||||
'EXT_GROUP_QUICKTIME_MEDIA' => 'Quicktime Media',
|
||||
'EXT_GROUP_REAL_MEDIA' => 'Real Media',
|
||||
'EXT_GROUP_WINDOWS_MEDIA' => 'Windows Media',
|
||||
|
||||
'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 file statistics are likely inaccurate and need to be resynchronised. Actual values: number of attachments = %1$d, total size of attachments = %2$s.<br />Click %3$shere%4$s to resynchronise them.',
|
||||
|
Reference in New Issue
Block a user