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
This commit is contained in:
plegall 2010-12-22 15:15:35 +00:00
commit 902c8f1927
6 changed files with 192 additions and 23 deletions

View file

@ -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';
?>

View file

@ -769,4 +769,9 @@ $lang['Menu Management'] = 'Menus';
$lang['automatic order'] = 'ordre automatique';
$lang['manual order'] = 'ordre manuel';
$lang['Albums automatically sorted'] = 'Les catégories ont été triées automatiquement';
$lang['Keep high definition'] = 'Conserver la haute définition';
$lang['The high definition maximum width must be a number between %d and %d'] = 'La largeur maximum pour la haute définition doit être un chiffre compris entre %d et %d';
$lang['The high definition maximum height must be a number between %d and %d'] = 'La hauteur maximum pour la haute définition doit être un chiffre compris entre %d et %d';
$lang['The high definition image quality must be a number between %d and %d'] = 'La qualité d\'image pour la haute définition doit être un chiffre compris entre %d et %d';
?>