Rajout du module ReCaptcha

This commit is contained in:
2021-02-09 15:09:14 +01:00
parent de56924f04
commit aa4a44aea7
22 changed files with 713 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
<?php
return array(
'ReCaptcha configuration' => 'ReCaptcha configuration',
'ReCaptcha module configuration' => 'ReCaptcha module configuration',
'These infos are available here : ' => 'Ces infos sont disponibles ici : ',
'reCAPTCHA access :' => 'reCAPTCHA accés :',
);

View File

@@ -0,0 +1,4 @@
<?php
return array(
// 'an english string' => 'The displayed english string',
);

View File

@@ -0,0 +1,7 @@
<?php
return array(
'Error' => 'Erreur',
'Secret key' => 'Clé secrète',
'Site key' => 'Clé du site',
);