0byt3m1n1
Path:
/
data
/
applications
/
aps
/
xoops
/
2.5.1a-0
/
standard
/
htdocs
/
language
/
english
/
[
Home
]
File: captcha.php
<?php // $Id: captcha.php 4897 2010-06-19 02:55:48Z phppp $ // _LANGCODE: en // _CHARSET : UTF-8 // Translator: XOOPS Translation Team define('_CAPTCHA_CAPTION', 'Confirmation Code'); define('_CAPTCHA_INVALID_CODE', 'Invalid confirmation code!'); define('_CAPTCHA_TOOMANYATTEMPTS', 'Too many attempts!'); define('_CAPTCHA_MAXATTEMPTS', 'Maximum attempts you can try: %d'); // For image mode define('_CAPTCHA_RULE_IMAGE', 'Input letters in the image'); define('_CAPTCHA_RULE_CASESENSITIVE', 'The code is case-sensitive'); define('_CAPTCHA_RULE_CASEINSENSITIVE', 'The code is case-insensitive'); define('_CAPTCHA_REFRESH', 'Click to refresh the image if it is not clear enough.'); // For text mode define('_CAPTCHA_RULE_TEXT', 'Input the result from the expression'); /** * Error defines */ define('_CAPTCHA_LOADFILEERROR', 'Error: Could not load file %u in file %s at line %s. '); ?>