Mirror von
https://git.d3data.de/3rdParty/captcha-module.git
synchronisiert 2024-11-05 06:36:55 +01:00
18 Zeilen
424 B
PHP
18 Zeilen
424 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 = '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!'
|
||
|
);
|