aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-02-07 16:32:25 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-02-07 16:32:25 +0000
commit766e311ff35b486a2f01b1cb2cf4fef3df290825 (patch)
tree7e3cf76f8c0419e004cd8e7705717d2c3d8fc205 /phpBB/language/en/common.php
parent458bd5b3cdec51fd64f4a4056cb419bbbc099907 (diff)
downloadforums-766e311ff35b486a2f01b1cb2cf4fef3df290825.tar
forums-766e311ff35b486a2f01b1cb2cf4fef3df290825.tar.gz
forums-766e311ff35b486a2f01b1cb2cf4fef3df290825.tar.bz2
forums-766e311ff35b486a2f01b1cb2cf4fef3df290825.tar.xz
forums-766e311ff35b486a2f01b1cb2cf4fef3df290825.zip
adjust text for getting image dimensions as well as not suppressing warnings for getimagesize()
git-svn-id: file:///svn/phpbb/trunk@6973 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 953a5c9644..c765f6d112 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -65,6 +65,7 @@ $lang = array_merge($lang, array(
'ARE_WATCHING_TOPIC' => 'You have subscribed to receive updates on this topic.',
'ASCENDING' => 'Ascending',
'ATTACHMENTS' => 'Attachments',
+ 'ATTACHED_IMAGE_NOT_IMAGE' => 'You tried to attach an invalid image file.',
'AUTHOR' => 'Author',
'AUTH_NO_PROFILE_CREATED' => 'Creating a user profile failed',
'AVATAR_DISALLOWED_EXTENSION' => 'The extension %s is not allowed',
@@ -559,7 +560,7 @@ $lang = array_merge($lang, array(
'TOTAL_USERS_ZERO' => 'Total members <strong>0</strong>',
'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s',
- 'UNABLE_GET_IMAGE_SIZE' => 'Accessing the image was impossible or file isn’t a valid image.',
+ 'UNABLE_GET_IMAGE_SIZE' => 'It was not possible to determine the dimensions of the image.',
'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.',
'UNKNOWN_BROWSER' => 'Unknown browser',
'UNMARK_ALL' => 'Unmark all',