mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-01 04:44:37 +01:00
18 lines
401 B
PHP
18 lines
401 B
PHP
|
<?php
|
||
|
/**
|
||
|
|
||
|
*
|
||
|
* @category module
|
||
|
* @package captcha
|
||
|
* @author OXID eSales AG
|
||
|
* @link http://www.oxid-esales.com/
|
||
|
* @copyright (C) OXID eSales AG 2003-20162016
|
||
|
*/
|
||
|
|
||
|
$sLangName = 'English';
|
||
|
|
||
|
$aLang = array(
|
||
|
'charset' => 'UTF-8',
|
||
|
'MESSAGE_WRONG_VERIFICATION_CODE' => "The verification code you entered is not correct. Please try again."
|
||
|
);
|