captcha-module/Application/translations/en/oecaptcha_en_lang.php
2023-07-19 09:05:40 +00:00

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',
];