source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/captcha/lang/en/lang.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: 406 bytes
Line 
1<?php
2/**
3 * English language file
4 *
5 * @author Andreas Gohr <[email protected]>
6 */
7
8$lang['testfailed'] = "Sorry, but the CAPTCHA wasn't answered correctly. Maybe you're not human at all?";
9$lang['fillcaptcha'] = "Please fill all the letters into the box to prove you're human.";
10$lang['soundlink'] = "If you can't read the letters on the image, download this .wav file to get them read to you.";
11
Note: See TracBrowser for help on using the repository browser.