xref: /plugin/captcha/lang/en/lang.php (revision 9d63c05f1641fbe8fa2ecb519db077ab2be4b58d)
1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['testfailed']  = "Sorry, but the CAPTCHA wasn't answered correctly. Maybe you're not human at all?";
9$lang['fillcaptcha'] = "Please fill all the letters into the box to prove you're human.";
10$lang['fillmath']    = "Please solve the following equation to prove you're human.";
11$lang['soundlink']   = "If you can't read the letters on the image, download this .wav file to get them read to you.";
12$lang['honeypot']    = "Please keep this field empty: ";
13