|
|
@ -1,10 +1,14 @@ |
|
|
|
<?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( |
|
|
|
'galactic_programmer_nom' => 'Galactic - programmer.spip.net', |
|
|
|
'galactic_programmer_slogan' => 'Surcharge le squelette Galactic', |
|
|
|
'galactic_programmer_description' => '' |
|
|
|
); |
|
|
|
<?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/_galaxie_/galactic/galactic_programmer/lang/
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) { |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array( |
|
|
|
|
|
|
|
// G
|
|
|
|
'galactic_programmer_description' => '', |
|
|
|
'galactic_programmer_nom' => 'Galactic - programmer.spip.net', |
|
|
|
'galactic_programmer_slogan' => 'Surcharge le squelette Galactic' |
|
|
|
); |