[04/03/2023] Ajout du module ReCaptcha et config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Submit' => 'Envoyer',
|
||||
'These infos are available here : ' => 'Ces infos sont disponibles ici : ',
|
||||
'reCAPTCHA Configuration' => 'Configuration reCAPTCHA',
|
||||
);
|
||||
4
local/modules/ReCaptcha/I18n/en_US.php
Normal file
4
local/modules/ReCaptcha/I18n/en_US.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
return array(
|
||||
// 'an english string' => 'The displayed english string',
|
||||
);
|
||||
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