13 lines
309 B
PHP
13 lines
309 B
PHP
<?php
|
|
|
|
// Ceci est un fichier langue de SPIP -- This is a SPIP language file
|
|
//
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) return;
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
'baz_april_description' => 'squelettes HTML5 avec scss et Tiny Typo',
|
|
'baz_april_slogan' => 'squelettes de base pour les sites APRIL',
|
|
);
|