diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-23 19:49:15 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-23 19:49:15 +0000 |
commit | 0a5b436654df4c849749435eacec380e092351a8 (patch) | |
tree | dca43d37f1f60d6ef12d5cbef32b5275c5176024 /language/francais.php | |
parent | 53479d08c3e10bbb8eb14c0659c3a8141318617a (diff) |
Support of keywords for pictures. They are used in the search
git-svn-id: http://piwigo.org/svn/trunk@33 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/francais.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/francais.php b/language/francais.php index cba6596c4..b6f29a012 100644 --- a/language/francais.php +++ b/language/francais.php @@ -492,6 +492,7 @@ if ( $isadmin ) // page info images // start version 1.3 // $lang['infoimage_err_date'] = 'date erronée'; + $lang['infoimage_keywords'] = 'mots-clefs'; // end version 1.3 $lang['infoimage_general'] = 'Options générale pour la catégorie'; $lang['infoimage_useforall'] = 'utiliser pour toutes les images ?'; |