16 lines
498 B
PHP
16 lines
498 B
PHP
|
<?php
|
||
|
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
|
||
|
// extrait automatiquement de https://trad.spip.net/tradlang_module/paquet-nospam?lang_cible=nl
|
||
|
// ** ne pas modifier le fichier **
|
||
|
|
||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||
|
|
||
|
// N
|
||
|
'nospam_description' => 'Stop SPAM! Filter berichten in formulieren zonder oprechte gebruikers ermee lastig te vallen.',
|
||
|
'nospam_slogan' => 'Beperk het risico van SPAM in formulieren'
|
||
|
);
|