2020-02-18 13:23:20 +01:00
|
|
|
<?php
|
2020-05-16 12:21:49 +02:00
|
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
2020-02-18 13:23:20 +01:00
|
|
|
|
2020-05-16 12:21:49 +02:00
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
return;
|
|
|
|
}
|
2020-02-18 13:23:20 +01:00
|
|
|
|
2020-05-16 12:21:49 +02:00
|
|
|
$GLOBALS[ $GLOBALS['idx_lang'] ] = array(
|
2020-02-18 13:23:20 +01:00
|
|
|
|
2020-05-16 12:21:49 +02:00
|
|
|
// C
|
2020-12-07 15:34:44 +01:00
|
|
|
'baz_april_nom' => '+ APRIL BASE SPIP',
|
|
|
|
'baz_april_description' => 'base mutualisée des sites SPIP',
|
2020-05-16 12:21:49 +02:00
|
|
|
'baz_april_slogan' => 'Squelette de base Zcore + SCSS',
|
2020-02-18 13:23:20 +01:00
|
|
|
);
|