8
0
Mirror von https://git.d3data.de/3rdParty/captcha-module.git synchronisiert 2024-08-21 07:11:44 +02:00
captcha-module/Application/translations/de/oecaptcha_de_lang.php
2023-07-19 09:05:40 +00:00

18 Zeilen
470 B
PHP
Ausführbare Datei

<?php
/**
* @category module
*
* @author OXID eSales AG
*
* @see http://www.oxid-esales.com/
*
* @copyright (C) OXID eSales AG 2003-20162016
*/
$sLangName = 'Deutsch';
$aLang = [
'charset' => 'UTF-8',
'MESSAGE_WRONG_VERIFICATION_CODE' => 'Der Prüfcode, den Sie eingegeben haben, ist nicht korrekt. Bitte versuchen Sie es erneut!',
'OECAPTCHA_PLACEHOLDER' => 'Enter verification code here',
];