Go to the documentation of this file.
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');
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.');
16 define(
'_CAPTCHA_RULE_TEXT',
'Input the result from the expression');
21 define(
'_CAPTCHA_LOADFILEERROR',
'Error: Could not load file %u in file %s at line %s. ');