<?php
/**
 * English language file
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$lang['testfailed'] = "Sorry, but the CAPTCHA wasn't answered correctly. Maybe you're not human at all?";
$lang['fillcaptcha'] = "Please fill all the letters into the box to prove you're human.";
$lang['fillmath'] = "Please solve the following equation to prove you're human.";
$lang['soundlink'] = "If you can't read the letters on the image, download this .wav file to get them read to you.";
$lang['honeypot'] = "Please keep this field empty: ";
$lang['logindenial'] = "Too many failed attempts. Please wait %s before trying again.";
$lang['timeout_hours'] = "%d hour(s)";
$lang['timeout_minutes'] = "%d minute(s)";
$lang['timeout_seconds'] = "%d second(s)";
