20 lines
419 B
PHP
20 lines
419 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(
|
|
|
|
// G
|
|
'gamuconfig_titre' => 'gamuConfig',
|
|
|
|
// C
|
|
'cfg_exemple' => 'Exemple',
|
|
'cfg_exemple_explication' => 'Explication de cet exemple',
|
|
'cfg_titre_parametrages' => 'Paramétrages',
|
|
|
|
// T
|
|
'titre_page_configurer_gamuconfig' => 'gamuConfig',
|
|
);
|