13 lines
303 B
PHP
13 lines
303 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(
|
||
|
|
||
|
'label_nom' => 'Nom ou pseudo',
|
||
|
|
||
|
);
|