13 lines
393 B
PHP
13 lines
393 B
PHP
<?php
|
||
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_core_/plugins/dist/lang/
|
||
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
return;
|
||
}
|
||
|
||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
||
// D
|
||
'dist_description' => 'Jeu de squelettes distribué avec SPIP 3.',
|
||
'dist_slogan' => 'Squelettes par défaut de SPIP 3'
|
||
);
|