From 4625abbb2c5a2806bf696bb24db03bf510adb7ba Mon Sep 17 00:00:00 2001 From: chankalan Date: Tue, 8 Dec 2020 22:38:08 +0100 Subject: [PATCH] rechercher dans les transcriptions = lang --- formulaires/recherche.html | 2 +- lang/baz_april_fr.php | 2 ++ lang/spip_fr.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/formulaires/recherche.html b/formulaires/recherche.html index 74eab17..937999a 100644 --- a/formulaires/recherche.html +++ b/formulaires/recherche.html @@ -3,7 +3,7 @@ [(#ENV{action}|form_hidden)] [] - + diff --git a/lang/baz_april_fr.php b/lang/baz_april_fr.php index 72e3946..2005b4c 100644 --- a/lang/baz_april_fr.php +++ b/lang/baz_april_fr.php @@ -39,4 +39,6 @@ $GLOBALS[ $GLOBALS['idx_lang'] ] = array( 'memes_themes' => 'Transcriptions sur les mêmes thèmes :', 'memes_personnes' => 'Transcriptions avec les mêmes personnes :', + 'rechercher_transcriptions' => 'Rechercher dans les transcriptions', + ); diff --git a/lang/spip_fr.php b/lang/spip_fr.php index 23f5112..ed5f3a2 100644 --- a/lang/spip_fr.php +++ b/lang/spip_fr.php @@ -8,6 +8,6 @@ if (!defined('_ECRIRE_INC_VERSION')) { $GLOBALS[ $GLOBALS['idx_lang'] ] = array( // - 'info_rechercher' => 'Rechercher dans les transcriptions', +// 'info_rechercher' => 'Rechercher dans les transcriptions', );