aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/attachments.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-15 09:43:47 +0300
committern-aleha <nick_aleha@myway.com>2015-08-24 00:40:38 +0300
commitc60b92bf61eea2b907c7bad5cba596d6b60958af (patch)
tree131a83eb912ef9ce98f1f6cf5c95fd2624cdc65d /phpBB/language/en/acp/attachments.php
parent436b020f9e93eb19f52fa8ce65f6b596d4d7f20d (diff)
downloadforums-c60b92bf61eea2b907c7bad5cba596d6b60958af.tar
forums-c60b92bf61eea2b907c7bad5cba596d6b60958af.tar.gz
forums-c60b92bf61eea2b907c7bad5cba596d6b60958af.tar.bz2
forums-c60b92bf61eea2b907c7bad5cba596d6b60958af.tar.xz
forums-c60b92bf61eea2b907c7bad5cba596d6b60958af.zip
[ticket/12505] Remove outdated media handling from acp
Remove outdated media handling from acp PHPBB3-12505
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r--phpBB/language/en/acp/attachments.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php
index cf2f0a45d2..5ff904f9fc 100644
--- a/phpBB/language/en/acp/attachments.php
+++ b/phpBB/language/en/acp/attachments.php
@@ -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.',