libreavous/lang/abomailmans_fr.php

14 lines
425 B
PHP

<?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.',
'btn_desabonnement' => 'Je me désabonne',
'btn_abonnement' => 'Je m\'abonne',
);