[ticket/16863] Support playing video attachments

PHPBB3-16863
This commit is contained in:
3D-I 2021-08-31 00:24:23 +02:00
parent e6e7f5afe3
commit 54ce9704fd

View file

@ -103,6 +103,7 @@ $lang = array_merge($lang, array(
'EXT_GROUP_IMAGES' => 'Images',
'EXT_GROUP_PLAIN_TEXT' => 'Plain Text',
'EXT_GROUP_AUDIO_FILES' => 'Audio Files',
'EXT_GROUP_VIDEO_FILES' => 'Video Files',
'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.',