12 lines
515 B
PHP
12 lines
515 B
PHP
<?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',
|
|
);
|