mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2025-04-11 00:21:37 +02:00
19 lines
443 B
PHP
Executable File
19 lines
443 B
PHP
Executable File
<?php
|
|
/**
|
|
* @category module
|
|
*
|
|
* @author OXID eSales AG
|
|
*
|
|
* @see http://www.oxid-esales.com/
|
|
*
|
|
* @copyright (C) OXID eSales AG 2003-20162016
|
|
*/
|
|
$sLangName = 'English';
|
|
|
|
$aLang = [
|
|
'charset' => 'UTF-8',
|
|
'MESSAGE_WRONG_VERIFICATION_CODE' => 'The verification code you entered is not correct. Please try again.',
|
|
'OECAPTCHA_PLACEHOLDER' => 'Prüfcode hier eingeben',
|
|
|
|
];
|