16 lines
381 B
PHP
16 lines
381 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
|
|
'baz_april_nom' => '+ APRIL BASE SPIP',
|
|
'baz_april_description' => 'base mutualisée des sites SPIP',
|
|
'baz_april_slogan' => 'Squelette de base Zcore + SCSS',
|
|
'options' => 'Options',
|
|
);
|