16 lines
489 B
PHP
16 lines
489 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=it
|
|||
|
// ** ne pas modifier le fichier **
|
|||
|
|
|||
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|||
|
return;
|
|||
|
}
|
|||
|
|
|||
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|||
|
|
|||
|
// N
|
|||
|
'nospam_description' => 'Ferma lo spam! Filtra lo spam nei messaggi, senza infastidire gli utenti onesti',
|
|||
|
'nospam_slogan' => 'Limita il rischio spam all’interno dei forum'
|
|||
|
);
|