source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/en/settings.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 687 bytes
RevLine 
[25027]1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <[email protected]>
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
Note: See TracBrowser for help on using the repository browser.