15 lines
284 B
PHP
15 lines
284 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
|
||
|
'libreavous_description' => '',
|
||
|
'libreavous_nom' => '+ Libre à vous !',
|
||
|
'libreavous_slogan' => ' ',
|
||
|
);
|