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
|
|
|
|
'baz_april_description' => '',
|
|
|
|
'baz_april_nom' => 'baz april',
|
|
|
|
'baz_april_slogan' => 'Squelette de base Zcore + SCSS',
|
2020-02-18 13:23:20 +01:00
|
|
|
);
|