aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR.iso-8859-1/admin.lang.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-05-01 13:57:52 +0000
committerrub <rub@piwigo.org>2007-05-01 13:57:52 +0000
commit20c284546fb68c4ec1bd50d0463a45b2d660c48e (patch)
tree70c76dbdb0a324dbe685c2b3a090113f0c7f95c5 /language/fr_FR.iso-8859-1/admin.lang.php
parentf1494f18931ad354a05755c2c8dbfef1d51bfe87 (diff)
Issue 0000684: History [Search] - Add a thumbnail display
o Display choice can be selected o Display choice is saved on on cookie o Small improvement picture link (hoverbox on all the link, alt&title on classic mode) o New cookie functions and use Enhance computing method of script_basename function. http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258 Merge BSF 1988:1989 into branch-1_7 git-svn-id: http://piwigo.org/svn/trunk@1992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR.iso-8859-1/admin.lang.php')
-rw-r--r--language/fr_FR.iso-8859-1/admin.lang.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/admin.lang.php b/language/fr_FR.iso-8859-1/admin.lang.php
index bdfbcca1a..9423002b8 100644
--- a/language/fr_FR.iso-8859-1/admin.lang.php
+++ b/language/fr_FR.iso-8859-1/admin.lang.php
@@ -610,4 +610,9 @@ $lang['Hour'] = 'Heure';
$lang['is_the_guest'] = 'invité';
$lang['is_the_default'] = 'valeurs par défaut';
$lang['High filesize'] = 'Taille du fichier HR';
+$lang['no_display_thumbnail'] = 'Pas d\'affichage';
+$lang['display_thumbnail_classic'] = 'Affichage classique';
+$lang['display_thumbnail_hoverbox'] = 'Affichage lors du survol';
+$lang['Thumbnails'] = 'Miniatures';
+
?>