xref: /plugin/captcha/lang/en/lang.php (revision 563fb5668f85b2cd8c67a6d8af2d4597cbcfdaa7)
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.";
10a160c007SMark 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.";
129d63c05fSlainme$lang['honeypot'] = "Please keep this field empty: ";
13*563fb566SAndreas Gohr$lang['logindenial'] = "Too many failed attempts. Please wait %s before trying again.";
14*563fb566SAndreas Gohr$lang['timeout_hours'] = "%d hour(s)";
15*563fb566SAndreas Gohr$lang['timeout_minutes'] = "%d minute(s)";
16*563fb566SAndreas Gohr$lang['timeout_seconds'] = "%d second(s)";
17