diff options
author | vdigital <vdigital@piwigo.org> | 2007-03-04 19:00:43 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-03-04 19:00:43 +0000 |
commit | 8cbe4e631f5fb93cb4e2dceba7e616dbbef12020 (patch) | |
tree | ed02d68c683235c8b2ab27a30b893200d25e134d /language/fr_FR.iso-8859-1 | |
parent | b72f6620e664e321815433adcb3f9ed9ff771a43 (diff) |
Bug: Minor HTML change to keep HTML 4.01 Strict level (category_cats.inc.php)
New: Label over quick search (and different display solutions in themes: center, left, italic, hidden, pre-filling hidden).
git-svn-id: http://piwigo.org/svn/trunk@1869 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR.iso-8859-1/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php index 51822c58e..1abe96485 100644 --- a/language/fr_FR.iso-8859-1/common.lang.php +++ b/language/fr_FR.iso-8859-1/common.lang.php @@ -614,4 +614,5 @@ $lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe $lang['w_month'] = 'Mois'; $lang['yes'] = 'Oui'; $lang['page_end'] = 'Bas de page'; +$lang['qsearch'] = 'Recherche rapide'; ?> |