13 lines
345 B
PHP
13 lines
345 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.',
|
|
|
|
);
|