1<?php
2/**
3 * English language file
4 *
5 * @author Michiel Dethmers <hello@botbouncer.org>
6 */
7
8// for the configuration manager
9
10$lang['akismetapikey'] = 'API Key for Akismet';
11$lang['honeypotapikey'] = 'API Key for Honeypot Project';
12$lang['mollomprivatekey'] = 'Private Key for Mollom service';
13$lang['mollompublickey'] = 'Public Key for Mollom service';
14$lang['usestopforumspam'] = 'Use the Stopforumspam API';
15$lang['continue'] = 'Continue checking on match';
16$lang['spamerror'] = 'Text to display when spam matched';
17$lang['whitelist'] = 'Whitelisted IPs, separate with comma';
18