From a1bddbe80603cba13227475117dd885433242772 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 29 Jun 2010 18:42:11 +0000 Subject: merge r6624 from branch 2.1 to trunk bug 1747 fixed: some checks were added to verify the upload will fail for a too big size or if the upload has failed for a too big size (test on upload_max_filesize and post_max_size) git-svn-id: http://piwigo.org/svn/trunk@6625 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/admin.lang.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'language/en_UK') diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 6905045a5..0bda46ce5 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -757,4 +757,16 @@ $lang['Add another set of photos'] = 'Add another set of photos'; $lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.'; $lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated'; $lang['Pending Comments'] = 'Pending Comments'; +$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'; +$lang['Exif extension not available, admin should disable exif use'] = 'Exif extension not available, admin should disable exif use'; +$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'; +$lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'The uploaded files exceed the post_max_size directive in php.ini: %sB'; +$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'; +$lang['The uploaded file was only partially uploaded'] = 'The uploaded file was only partially uploaded'; +$lang['No file was uploaded'] = 'No file was uploaded'; +$lang['Missing a temporary folder'] = 'Missing a temporary folder'; +$lang['Failed to write file to disk'] = 'Failed to write file to disk'; +$lang['File upload stopped by extension'] = 'File upload stopped by extension'; +$lang['Unknown upload error'] = 'Unknown upload error'; +$lang['Error on file "%s" : %s'] = 'Error on file "%s" : %s'; ?> \ No newline at end of file -- cgit v1.2.3