diff options
author | flop25 <flop25@piwigo.org> | 2013-04-11 13:18:46 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-04-11 13:18:46 +0000 |
commit | 0490009705dcef00c7b775e0287a707e0defc15f (patch) | |
tree | 929d101ef00a95744014662ea546432df3c2589a /language/fr_FR/admin.lang.php | |
parent | c22683add2d8dba099d5046c0c4d2ee00e8a1ec5 (diff) |
bug:2863
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
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 209cc9b88..d8ec92254 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -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.'; + ?>
\ No newline at end of file |