diff options
author | flop25 <flop25@piwigo.org> | 2013-04-11 13:18:46 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-04-11 13:18:46 +0000 |
commit | 0490009705dcef00c7b775e0287a707e0defc15f (patch) | |
tree | 929d101ef00a95744014662ea546432df3c2589a /language/en_UK/admin.lang.php | |
parent | c22683add2d8dba099d5046c0c4d2ee00e8a1ec5 (diff) |
bug:2863
display a message on the upload page if "Resized after upload" is checked
git-svn-id: http://piwigo.org/svn/trunk@22135 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 365cfd5ec..f92874f7c 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -796,6 +796,7 @@ $lang['The original image quality must be a number between %d and %d'] = 'The or $lang['The original maximum height must be a number between %d and %d'] = 'The original maximum height must be a number between %d and %d'; $lang['The original maximum width must be a number between %d and %d'] = 'The original maximum width must be a number between %d and %d'; $lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'] = "The permalink name must be composed of a-z, A-Z, 0-9, \"-\", \"_\" or \"/\". It must not be numeric or begin with a number followed by \"-\""; +$lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'The picture dimensions will be reduced to %dx%d pixels.'; $lang['The Piwigo export plugin allows you to create albums and export photos.'] = 'The Piwigo export plugin allows you to create albums and export photos.'; $lang['The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'] = 'The Piwigo publish Plug-in allows you to export and synchronize photos from Lightroom directly to your Piwigo photo gallery.'; $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'; |