mambax7/pedigree

View on GitHub
language/english/captcha.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
// 
// _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. ');