diff options
author | plegall <plg@piwigo.org> | 2010-12-22 15:15:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-12-22 15:15:35 +0000 |
commit | 902c8f19278f389c53b23fcfbd0a0fe87a733372 (patch) | |
tree | c656c64325a4bd3f4b5b889c687ddc4111b6082d /language/en_UK | |
parent | 48aa7f582191b39bc4b94fd2b2fc7a57523b95af (diff) |
feature 2077 added: when ImageMagick is active, ability to remove or resize
the high definition version of the photo.
git-svn-id: http://piwigo.org/svn/trunk@8227 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index e36f9f8d2..bd2f35503 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -764,4 +764,9 @@ $lang['Menu Management'] = 'Menus'; $lang['automatic order'] = 'automatic order'; $lang['manual order'] = 'manual order'; $lang['Albums automatically sorted'] = 'Albums automatically sorted'; + +$lang['Keep high definition'] = 'Keep high definition'; +$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d'; +$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d'; +$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d'; ?> |