18 lines
288 B
PHP
18 lines
288 B
PHP
|
<?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',
|
||
|
|
||
|
|
||
|
);
|