mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2024-11-05 06:36:55 +01:00
18 lines
424 B
PHP
Executable File
18 lines
424 B
PHP
Executable File
<?php
|
|
/**
|
|
|
|
*
|
|
* @category module
|
|
* @package captcha
|
|
* @author OXID eSales AG
|
|
* @link http://www.oxid-esales.com/
|
|
* @copyright (C) OXID eSales AG 2003-20162016
|
|
*/
|
|
|
|
$sLangName = 'Deutsch';
|
|
|
|
$aLang = array(
|
|
'charset' => 'UTF-8',
|
|
'MESSAGE_WRONG_VERIFICATION_CODE' => 'Der Prüfcode, den Sie eingegeben haben, ist nicht korrekt. Bitte versuchen Sie es erneut!'
|
|
);
|