PHP Classes

File: htdocs/language/english/captcha.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/language/english/captcha.php   Download  
File: htdocs/language/english/captcha.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 7 years ago
Size: 833 bytes
 

Contents

Class file image Download
<?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. ');