xref: /plugin/captcha/lang/en/settings.php (revision 52e95008dde459d7576110b624ca9be489f50ce7)
1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['mode']          = "Which type of CAPTCHA to use?";
9$lang['mode_o_js']     = "Text (prefilled with JavaScript)";
10$lang['mode_o_text']   = "Text (manual only)";
11$lang['mode_o_image']  = "Image (bad accessibility)";
12$lang['mode_o_audio']  = "Image+Audio (better accessibility)";
13$lang['mode_o_figlet'] = "Figlet ASCII Art (bad accessibility)";
14
15$lang['regprotect'] = "Protect the registration form as well?";
16$lang['forusers']   = "Use CAPTCHA for logged in users, too?";
17$lang['width']      = "Width of the CAPTCHA image (pixel)";
18$lang['height']     = "Height of the CAPTCHA image (pixel)";
19
20