[04/03/2023] Ajout du module ReCaptcha et config
This commit is contained in:
11
local/modules/ReCaptcha/I18n/fr_FR.php
Normal file
11
local/modules/ReCaptcha/I18n/fr_FR.php
Normal 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',
|
||||
);
|
||||
Reference in New Issue
Block a user