14 lines
184 B
PHP
14 lines
184 B
PHP
<?php
|
|
// cf baz_april/lang
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
|
|
|
|
|
'rechercher' => 'Rechercher dans les transcriptions',
|
|
|
|
);
|