1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

[ticket/16574] Remove flash BBcode

PHPBB3-16574
This commit is contained in:
Jakub Senko
2020-10-01 10:01:47 +02:00
committed by Marc Alexander
parent d714c6db19
commit 28f98402f3
56 changed files with 115 additions and 647 deletions

View File

@@ -51,7 +51,6 @@ $lang = array_merge($lang, array(
'BBCODE_A_HELP' => 'Inline uploaded attachment: [attachment=]filename.ext[/attachment]',
'BBCODE_B_HELP' => 'Bold text: [b]text[/b]',
'BBCODE_C_HELP' => 'Code display: [code]code[/code]',
'BBCODE_D_HELP' => 'Flash: [flash=width,height]http://url[/flash]',
'BBCODE_F_HELP' => 'Font size: [size=85]small text[/size]',
'BBCODE_IS_OFF' => '%sBBCode%s is <em>OFF</em>',
'BBCODE_IS_ON' => '%sBBCode%s is <em>ON</em>',
@@ -122,8 +121,6 @@ $lang = array_merge($lang, array(
'EMPTY_FILEUPLOAD' => 'The uploaded file is empty.',
'EMPTY_MESSAGE' => 'You must enter a message when posting.',
'FLASH_IS_OFF' => '[flash] is <em>OFF</em>',
'FLASH_IS_ON' => '[flash] is <em>ON</em>',
'FLOOD_ERROR' => 'You cannot make another post so soon after your last.',
'FONT_COLOR' => 'Font colour',
'FONT_COLOR_HIDE' => 'Hide font colour',
@@ -152,14 +149,6 @@ $lang = array_merge($lang, array(
'MAX_ATTACHMENT_FILESIZE' => 'Maximum filesize per attachment: %s.',
'MAX_FONT_SIZE_EXCEEDED' => 'You may only use fonts up to size %d.',
'MAX_FLASH_HEIGHT_EXCEEDED' => array(
1 => 'Your flash files may only be up to %d pixel high.',
2 => 'Your flash files may only be up to %d pixels high.',
),
'MAX_FLASH_WIDTH_EXCEEDED' => array(
1 => 'Your flash files may only be up to %d pixel wide.',
2 => 'Your flash files may only be up to %d pixels wide.',
),
'MAX_IMG_HEIGHT_EXCEEDED' => array(
1 => 'Your images may only be up to %1$d pixel high.',
2 => 'Your images may only be up to %1$d pixels high.',