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

$lang['mode']       = "Which type of CAPTCHA to use?";
$lang['mode_o_js']    = "Text (prefilled with JavaScript)";
$lang['mode_o_text']  = "Text (manual only)";
$lang['mode_o_image'] = "Image (bad accessibility)";
$lang['mode_o_audio'] = "Image (better accessibility)";

$lang['regprotect'] = "Protect the registration form as well?";
$lang['forusers']   = "Use CAPTCHA for logged in users, too?";
$lang['width']      = "Width of the CAPTCHA image (pixel)";
$lang['height']     = "Height of the CAPTCHA image (pixel)";

