2021-09-15 21:12:37 +02:00
|
|
|
<?php
|
|
|
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
|
|
|
// Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/abomailmans.git
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
|
|
|
|
'verifier_formulaire' => 'Veuillez indiquer votre adresse courriel svp.',
|
2023-04-23 11:06:59 +02:00
|
|
|
'btn_desabonnement' => 'Je me désabonne',
|
|
|
|
'btn_abonnement' => 'Je m\'abonne',
|
2021-09-15 21:12:37 +02:00
|
|
|
);
|