diff options
author | plegall <plg@piwigo.org> | 2011-09-17 21:03:58 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-17 21:03:58 +0000 |
commit | fafb6c336848dcd5955ba3165054f405b8e6d347 (patch) | |
tree | ae27eadafb0b89eb4a614f3a88bdf3950a913b67 /language/fr_FR/admin.lang.php | |
parent | 3e9f0d74abb745de7ab5248435aa3d1767233b43 (diff) |
feature 2441 added: no need to have the HD to regenerate the websize if the
current websize is bigger than resize settings. When it occurs, we move the
current websize as HD and create the new websize from it.
git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index d103887b6..0f6d00b12 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -800,7 +800,6 @@ $lang['%s thumbnails have been regenerated'] = '%s miniatures ont été régénà $lang['%s thumbnails can not be regenerated'] = '%s miniatures ne peuvent pas être régénérées'; $lang['%s photos have been regenerated'] = '%s photos ont été régénérées'; $lang['%s photos can not be regenerated'] = '%s photos ne peuvent pas être régénérées'; -$lang['Only photos with HD can be regenerated!'] = 'Seules les photos avec HD peuvent être régénérées'; $lang['Updates'] = 'Mises à jour'; $lang['Update in progress... Please wait.'] = 'Mise à jour en cours... Veuillez patienter.'; @@ -870,4 +869,6 @@ $lang['Average rate'] = 'Note moyenne'; $lang['Rate'] = 'Note'; $lang['Learn more'] = 'En savoir plus'; $lang['Select an album'] = 'Selectionnez un album'; +$lang['By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'] = 'Par défaut, Piwigo créera la nouvelle taille web à partir de la HD (haute définition).'; +$lang['If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'] = 'Si la HD n\'est pas disponible et que la version actuelle de la taille web est plus grande que les dimensions ci-dessous, alors Piwigo la considérera comme HD et créera la nouvelle taille web à partir de celle-ci.'; ?>
\ No newline at end of file |