xref: /plugin/captcha/lang/en/settings.php (revision 5a7dc179cf9b3f439abf9f71e99cbdbe30c7b20d)
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
14$lang['regprotect'] = "Protect the registration form as well?";
15$lang['forusers']   = "Use CAPTCHA for logged in users, too?";
16$lang['width']      = "Width of the CAPTCHA image (pixel)";
17$lang['height']     = "Height of the CAPTCHA image (pixel)";
18
19