mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-03 00:28:53 +00:00
[ticket/16863] Support playing video attachments
PHPBB3-16863
This commit is contained in:
parent
e6e7f5afe3
commit
54ce9704fd
1 changed files with 1 additions and 0 deletions
|
@ -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.',
|
||||
|
|
Loading…
Add table
Reference in a new issue