diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-29 17:10:00 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-29 17:10:00 +0000 |
commit | 90825d08ea8c6af10aadc2067cf8fbf125c8a29f (patch) | |
tree | 4526c7594bd9ce3d9d4f0c47ae5af406fc7e75b1 /language/fr_FR/admin.lang.php | |
parent | 920f8b443a300d2d2fa429b8188efec10314dd97 (diff) |
feature:2284
Rename $conf['image_library'] into $conf['graphics_library']
Display library used in admin intro page.
git-svn-id: http://piwigo.org/svn/trunk@10684 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index ed139318a..f67102ab2 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -841,4 +841,5 @@ $lang['Width'] = 'Largeur'; $lang['Height'] = 'Hauteur'; $lang['Follow Orientation'] = "Respecter l'orientation"; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'Si vous voulez régénérer des miniatures, merci de vous rendre dans la <a href="%s">Gestion par lot</a>.'; +$lang['Graphics Library'] = 'Bibliothèque graphique'; ?>
\ No newline at end of file |