Rajout du module ReCaptcha
This commit is contained in:
@@ -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 :',
|
||||
);
|
||||
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',
|
||||
);
|
||||
7
local/modules/ReCaptcha/I18n/fr_FR.php
Normal file
7
local/modules/ReCaptcha/I18n/fr_FR.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'Error' => 'Erreur',
|
||||
'Secret key' => 'Clé secrète',
|
||||
'Site key' => 'Clé du site',
|
||||
);
|
||||
Reference in New Issue
Block a user