Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 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,8 @@
<?php
return array(
'Error' => 'Erreur',
'Secret key' => 'Clé secrète',
'Site key' => 'Clé du site',
'Sorry, it seems that you\'re not human.' => 'Désolé, il semblerait que vous ne soyez pas un être humain.'
);