From 54ce9704fd3e5c9b0c3b637781d23839571240a5 Mon Sep 17 00:00:00 2001 From: 3D-I Date: Tue, 31 Aug 2021 00:24:23 +0200 Subject: [PATCH] [ticket/16863] Support playing video attachments PHPBB3-16863 --- phpBB/language/en/acp/attachments.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 3c8ae0b340..56e2ffcafd 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -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.
Click %3$shere%4$s to resynchronise them.',