From 902c8f19278f389c53b23fcfbd0a0fe87a733372 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 22 Dec 2010 15:15:35 +0000 Subject: 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 --- language/en_UK/admin.lang.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'language/en_UK/admin.lang.php') 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'; ?> -- cgit v1.2.3