mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
added: download notice for people unable to see files attached to posts
changed: put attachment display into a function now called by posting preview and viewtopic (functions_display.php) fixed: small fix in posting routines, cleanups... git-svn-id: file:///svn/phpbb/trunk@4139 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -634,18 +634,19 @@ $lang = array(
|
||||
'TOO_MANY_POLL_OPTIONS' => 'You have tried to enter too many poll options',
|
||||
'NO_DELETE_POLL_OPTIONS'=> 'You cannot delete existing poll options',
|
||||
|
||||
'GENERAL_UPLOAD_ERROR' => 'Could not upload Attachment to %s',
|
||||
'TOO_MANY_ATTACHMENTS' => 'Cannot add another attacment, %d is the maxmimum.',
|
||||
'INVALID_FILENAME' => '%s is an invalid filename',
|
||||
'DISALLOWED_EXTENSION' => 'The Extension %s is not allowed',
|
||||
'ALLOWED' => 'Allowed',
|
||||
'ATTACHMENT_PHP_SIZE_NA' => 'The attachment is too big.<br />Could not get determine the maximum size defined by PHP in php.ini.',
|
||||
'ATTACHMENT_PHP_SIZE_OVERRUN' => 'The attachment is too big, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
|
||||
'ATTACHMENT_TOO_BIG' => 'The attachment is too big, maximum size is %1d %2s',
|
||||
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
|
||||
'BYTES' => 'Bytes',
|
||||
'KB' => 'KB',
|
||||
'MB' => 'MB',
|
||||
'GENERAL_UPLOAD_ERROR' => 'Could not upload Attachment to %s',
|
||||
'TOO_MANY_ATTACHMENTS' => 'Cannot add another attacment, %d is the maxmimum.',
|
||||
'INVALID_FILENAME' => '%s is an invalid filename',
|
||||
'DISALLOWED_EXTENSION' => 'The Extension %s is not allowed',
|
||||
'ALLOWED' => 'Allowed',
|
||||
'ATTACHMENT_PHP_SIZE_NA' => 'The attachment is too big.<br />Could not get determine the maximum size defined by PHP in php.ini.',
|
||||
'ATTACHMENT_PHP_SIZE_OVERRUN'=> 'The attachment is too big, maximum upload size is %d MB.<br />Please note this is set in php.ini and cannot be overriden.',
|
||||
'ATTACHMENT_TOO_BIG' => 'The attachment is too big, maximum size is %1d %2s',
|
||||
'ATTACH_QUOTA_REACHED' => 'Sorry, the board attachment quota has been reached.',
|
||||
'BYTES' => 'Bytes',
|
||||
'KB' => 'KB',
|
||||
'MB' => 'MB',
|
||||
'DOWNLOAD_NOTICE' => 'You do not have the required permissions to view the files attached to this post.', // Differate the case more?
|
||||
|
||||
'EXTENSION_DISABLED_AFTER_POSTING' => 'The extension <b>%s</b> has been deactivated and can no longer be displayed.', // used in Posts and PM's, replace %s with extension
|
||||
'DESCRIPTION' => 'Description',
|
||||
|
Reference in New Issue
Block a user