bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - phpBB spam - Dutch language file

Author Message
Peter
Guest





Posted: Wed Apr 09, 2008 9:59 pm    Post subject: Dutch language file  

Just installed bbantispam and I like it. Translated the language file into Dutch, with one minor alteration: legitemate non-registered userd will not only get an error message, but also a direct link to the registration page.
Code:

<?php
/***************************************************************************
 *                          lang_bbas.php [Nederlands (Dutch)]
 *                            -------------------
 *   begin                : Thursday, Apr 6, 2006
 *   copyright            : (C) 2006 bbAntiSpam
 *   email                : support@bbantispam.com
 *   translation          : Peter Koster
 *   $Id: lang_bbas.php 410 2006-06-27 04:05:16Z olpa $
 *
 ***************************************************************************/

/***************************************************************************
 *
 *   This program is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 ***************************************************************************/
//change the link below - make it link to your own forum registration page
//verander de link in hieronder in de link naar de registratiepagina van je eigen forum
$lang['bbas.guest_contacts_forbidden'] = 'Links kunnen alleen geplaatst worden door geregistreerde gebruikers.<br> <a href=\"http://www.mysite.nl/phpBB2/profile.php?mode=register\">Klik hier om te registreren</a>';
$lang['bbas.mail.content'] = <<<EOT
Onderwerp: {SUBJECT}
Charset: iso-8859-1

{UNREG}bbAntiSpam denkt een spambericht onderschept te hebben. Links zijn niet toegestaan:

{LINKS}
De tekst van het bericht.
=======================

Gebruikersnaam: {NAME}, onderwerp: {SUBJ}

{TEXT}

Server data
===========

{SERVER}

--
bbAntiSpam, http://bbantispam.com/
EOT;
$lang['bbas.mail.subject'] = 'phpBB spam';
$lang['bbas.mail.unreg']   = "Je gebruikt de ongeregistreerde versie van bbAntiSpam.\nDeze boodschap wordt ook NAAR ONS gezonden om onze spam database aan te vullen.\nOm te voorkomen dat wij deze informatie krijgen, kun je je hier registreren:\nhttp://bbantispam.com/?mode=register\n\n";

?>
[/code]

Ok.