XOOPS  2.6.0
_captcha.php
Go to the documentation of this file.
1 <?php
2 // $Id$
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 //define('_CAPTCHA_CAPTION', 'Confirmation Code');
7 //define('_CAPTCHA_INVALID_CODE', 'Invalid confirmation code!');
8 //define('_CAPTCHA_TOOMANYATTEMPTS', 'Too many attempts!');
9 //define('_CAPTCHA_MAXATTEMPTS', 'Maximum attempts you can try: %d');
10 // For image mode
11 //define('_CAPTCHA_RULE_IMAGE', 'Input letters in the image');
12 //define('_CAPTCHA_RULE_CASESENSITIVE', 'The code is case-sensitive');
13 //define('_CAPTCHA_RULE_CASEINSENSITIVE', 'The code is case-insensitive');
14 //define('_CAPTCHA_REFRESH', 'Click to refresh the image if it is not clear enough.');
15 // For text mode
16 //define('_CAPTCHA_RULE_TEXT', 'Input the result from the expression');
17 
21 //define('_CAPTCHA_LOADFILEERROR', 'Error: Could not load file %u in file %s at line %s. ');