15 lines
479 B
PHP
15 lines
479 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=de
|
|
// ** ne pas modifier le fichier **
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
|
|
|
// N
|
|
'nospam_description' => 'SPAM stoppen! Ein Filter ohne Nebenwirkungen für ehrliche Nutzer.', # MODIF
|
|
'nospam_slogan' => 'Begrenzt das SPAM-Risiko in Foren' # MODIF
|
|
);
|