xref: /plugin/captcha/lang/en/lang.php (revision a160c0078f660b1a44403d7ae5ee1718fcbcf579)
142a27035SAndreas Gohr<?php
242a27035SAndreas Gohr/**
342a27035SAndreas Gohr * English language file
442a27035SAndreas Gohr *
542a27035SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
642a27035SAndreas Gohr */
742a27035SAndreas Gohr
842a27035SAndreas Gohr$lang['testfailed']  = "Sorry, but the CAPTCHA wasn't answered correctly. Maybe you're not human at all?";
942a27035SAndreas Gohr$lang['fillcaptcha'] = "Please fill all the letters into the box to prove you're human.";
10*a160c007SMark Prins$lang['fillmath']    = "Please solve the following equation to prove you're human.";
1142a27035SAndreas Gohr$lang['soundlink']   = "If you can't read the letters on the image, download this .wav file to get them read to you.";
1242a27035SAndreas Gohr
13