diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-06-17 19:34:17 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-06-17 19:34:17 +0000 |
| commit | 8107f1485264dd9d63a079e2367aa41c1f02235b (patch) | |
| tree | 4427e9cbf4b1adb34a47be1f137c68cc3a5fc6db /phpBB/language/en/lang_main.php | |
| parent | 86e67daaaa9f0e1f88df0f3b269eaeecc83a7f24 (diff) | |
| download | forums-8107f1485264dd9d63a079e2367aa41c1f02235b.tar forums-8107f1485264dd9d63a079e2367aa41c1f02235b.tar.gz forums-8107f1485264dd9d63a079e2367aa41c1f02235b.tar.bz2 forums-8107f1485264dd9d63a079e2367aa41c1f02235b.tar.xz forums-8107f1485264dd9d63a079e2367aa41c1f02235b.zip | |
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
Diffstat (limited to 'phpBB/language/en/lang_main.php')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index 45be7c2893..e2991854de 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -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', |
