2020-09-25 14:01:43 +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(
|
|
|
|
|
|
|
|
// C
|
|
|
|
'librealire' => 'Libre à lire',
|
|
|
|
|
|
|
|
// T
|
|
|
|
'titre_page_configurer' => 'Configuration',
|
2020-12-07 16:49:52 +01:00
|
|
|
'options_lal' => 'Options Libre à lire',
|
2020-09-25 14:01:43 +02:00
|
|
|
|
|
|
|
);
|