xref: /plugin/captcha/lang/en/settings.php (revision 9e3127246cd797b8c19626ff7df1f7af412c4d02)
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['mode']          = "Which type of CAPTCHA to use?";
942a27035SAndreas Gohr$lang['mode_o_js']     = "Text (prefilled with JavaScript)";
1042a27035SAndreas Gohr$lang['mode_o_text']   = "Text (manual only)";
11*9e312724SAndreas Gohr$lang['mode_o_math']   = "Math Problem";
1242a27035SAndreas Gohr$lang['mode_o_image']  = "Image (bad accessibility)";
135a7dc179SAndreas Gohr$lang['mode_o_audio']  = "Image+Audio (better accessibility)";
1452e95008SAndreas Gohr$lang['mode_o_figlet'] = "Figlet ASCII Art (bad accessibility)";
1542a27035SAndreas Gohr
1642a27035SAndreas Gohr$lang['regprotect'] = "Protect the registration form as well?";
1742a27035SAndreas Gohr$lang['forusers']   = "Use CAPTCHA for logged in users, too?";
1842a27035SAndreas Gohr$lang['width']      = "Width of the CAPTCHA image (pixel)";
1942a27035SAndreas Gohr$lang['height']     = "Height of the CAPTCHA image (pixel)";
2042a27035SAndreas Gohr
21