12 lines
146 B
PHP
12 lines
146 B
PHP
|
<?php
|
||
|
if (!defined("_ECRIRE_INC_VERSION")) return;
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// E
|
||
|
'en_savoir_plus' => 'En savoir plus'
|
||
|
|
||
|
);
|
||
|
|
||
|
?>
|