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
This commit is contained in:
flop25 2013-04-11 13:18:46 +00:00
commit 0490009705
5 changed files with 20 additions and 1 deletions

View file

@ -950,4 +950,6 @@ $lang['This group will be unset to default'] = "Ce groupe ne sera plus par défa
$lang['No members to manage'] = "Aucun membre à gérer";
$lang['Rename'] = 'Renommer';
$lang['Purge user cache'] = 'Purger le cache utilisateur';
$lang['The picture dimensions will be reduced to %dx%d pixels.'] = 'La tailles des images sera réduite à %dx%d pixels.';
?>