8
0
Mirror von https://git.d3data.de/3rdParty/captcha-module.git synchronisiert 2024-09-12 10:00:25 +02:00
captcha-module/translations/en/oecaptcha_en_lang.php
2023-08-15 14:11:11 +02:00

18 Zeilen
401 B
PHP
Ausführbare Datei

<?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."
);