XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
captcha.php
Go to the documentation of this file.
1 <?php
2 // $Id: captcha.php 11355 2013-04-07 03:14:28Z beckmi $
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. ');