captcha-module/Application/translations/de/oecaptcha_de_lang.php

18 lines
470 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 = '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',
];