43 lines
840 B
PHP
43 lines
840 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
|
|
'gamucontact_titre' => 'GamuContact',
|
|
|
|
// C
|
|
'cfg_exemple' => 'Exemple',
|
|
'cfg_exemple_explication' => 'Explication de cet exemple',
|
|
'cfg_titre_parametrages' => 'Paramétrages',
|
|
|
|
// EE
|
|
'envoyer' => "Envoyer",
|
|
'email' => 'Email',
|
|
|
|
// F
|
|
'formulaire_bien_envoye' => 'Votre message a bien été envoyé.',
|
|
'formulaire_contact' => 'Formulaire de contact',
|
|
|
|
// M
|
|
'message' => 'Message',
|
|
|
|
// N
|
|
'nom' => 'Nom',
|
|
|
|
// O
|
|
'objet' => 'Objet',
|
|
|
|
// V
|
|
'votre_nom' => 'Votre nom',
|
|
'votre_email' => 'Votre email',
|
|
'votre_telephone' => 'Votre numéro de téléphone',
|
|
|
|
// T
|
|
'titre_page_configurer_gamucontact' => 'GamuContact',
|
|
'telephone' => 'Téléphone',
|
|
);
|