[04/03/2023] Ajout du module ReCaptcha et config

This commit is contained in:
2023-03-04 21:47:58 +01:00
parent 437bd2bf4f
commit 533e3439c6
24 changed files with 886 additions and 15 deletions

View File

@@ -0,0 +1,11 @@
<?php
return array(
'Add captcha to standard contact form' => 'Ajouter un CAPTCHA au formulaire de contact',
'Captcha validation failed, please try again.' => 'Nous n\'avons pas pu vérifier ',
'Check this box to add a captcha to the standard Thelia 2 contact form' => 'Cochez cette case pour ajouter un CAPTCHA au formulaire de contact standard de Thelia',
'Error' => 'Erreur',
'ReCaptcha style' => 'Style du CAPTCHA',
'Secret key' => 'Clé secrète',
'Site key' => 'Clé du site',
);