diff options
author | plegall <plg@piwigo.org> | 2011-08-18 15:19:03 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-08-18 15:19:03 +0000 |
commit | 27d0c89c337ee5a2281640d0fed68ed26c0a50e1 (patch) | |
tree | ad6c21054706d7d81cc9fe541107100a51c565da /language/en_UK/admin.lang.php | |
parent | 71848746ba06480ed82811df2373faf75e6e563f (diff) |
feature 2407 added: display upload limitations before file selection (file
maximum size, maximum dimensions, allowed file types). The maximum dimensions
are calculated for GD only (because Imagick and External ImageMagick are not
using PHP memory as far as I could find on the web).
bug 2408 fixed: change term "old style form" into "browser uploader" and
"multiple file form" into "Flash Uploader" (based on WordPress user interface)
git-svn-id: http://piwigo.org/svn/trunk@11966 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index fdca61475..5bb1493cf 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -79,8 +79,6 @@ $lang['%s must be to set to false in your local/config/config.inc.php file'] = " $lang['%s value is not correct file because exif are not supported'] = "%s value is incorrect because exif are not supported"; $lang['+ Add an upload box'] = '+ Add an upload box'; $lang[', click on'] = ", click on"; -$lang['... or switch to the multiple files form'] = '... or switch to the multiple files form'; -$lang['... or switch to the old style form'] = '... or switch to the old style form'; $lang['A local listing.xml file has been found for'] = "A local listing.xml file has been found for"; $lang['A new version of Piwigo is available.'] = "A new version of Piwigo is available."; $lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \"thumbnail\" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :"; @@ -364,7 +362,6 @@ $lang['Installed Themes'] = "Installed Themes"; $lang['Instructions to use Piwigo'] = "Instructions to use Piwigo"; $lang['Invert'] = 'Invert'; $lang['IP'] = "IP"; -$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG files or ZIP archives with JPEG files inside please.'; $lang['jump to album'] = "jump to album"; $lang['jump to photo'] = "jump to photo"; $lang['Keep high definition'] = 'Keep high definition'; @@ -846,4 +843,9 @@ $lang['Graphics Library'] = 'Graphics Library'; $lang['... or '] = '... or '; $lang['Create'] = 'Create'; $lang['Start Upload'] = 'Start Upload'; +$lang['You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'] = 'You are using the Flash uploader. Problems? Try the <a href="%s">Browser uploader</a> instead.'; +$lang['You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'] = 'You are using the Browser uploader. Try the <a href="%s">Flash uploader</a> instead.'; +$lang['Maximum file size: %sB.'] = 'Maximum file size: %sB.'; +$lang['Allowed file types: %s.'] = 'Allowed file types: %s.'; +$lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'; ?> |