2020-10-08 13:18:29 +02:00
|
|
|
<?php
|
|
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
|
|
|
|
|
|
|
//
|
2020-12-08 22:38:08 +01:00
|
|
|
// 'info_rechercher' => 'Rechercher dans les transcriptions',
|
2020-10-08 13:18:29 +02:00
|
|
|
|
|
|
|
);
|