mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16888] Add the list of allowed files in the attachment tab
PHPBB3-16888
This commit is contained in:
parent
52c931a8b6
commit
4f3f91dfc3
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ $lang = array_merge($lang, array(
|
||||||
'LOGIN_EXPLAIN_REPLY' => 'You need to login in order to reply to topics within this forum.',
|
'LOGIN_EXPLAIN_REPLY' => 'You need to login in order to reply to topics within this forum.',
|
||||||
|
|
||||||
'MAX_ATTACHMENT_FILESIZE' => 'Maximum filesize per attachment: %s.',
|
'MAX_ATTACHMENT_FILESIZE' => 'Maximum filesize per attachment: %s.',
|
||||||
'ALLOWED_ATTACHMENTS' => 'Allowed files',
|
'ALLOWED_ATTACHMENTS' => 'Allowed file types',
|
||||||
'MAX_FONT_SIZE_EXCEEDED' => 'You may only use fonts up to size %d.',
|
'MAX_FONT_SIZE_EXCEEDED' => 'You may only use fonts up to size %d.',
|
||||||
'MAX_FLASH_HEIGHT_EXCEEDED' => array(
|
'MAX_FLASH_HEIGHT_EXCEEDED' => array(
|
||||||
1 => 'Your flash files may only be up to %d pixel high.',
|
1 => 'Your flash files may only be up to %d pixel high.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue