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