diff --git a/.gitattributes b/.gitattributes
index 0c2b64dc6c07396dc5b0ced3a9c9a137a9042a04..cd0c72184c0828d701fb2b09071000eccb77edae 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -87,6 +87,7 @@ lang/formulaire_fr.php -text
 lang/formulaire_pt_br.php -text
 lang/formulaire_ru.php -text
 lang/formulaires_reponse.xml -text
+lang/formulaires_reponse_en.php -text
 lang/formulaires_reponse_fr.php -text
 lang/formulaires_reponse_pt_br.php -text
 lang/paquet-formidable.xml -text
diff --git a/lang/formulaires_reponse.xml b/lang/formulaires_reponse.xml
index c05f372b65e38a174379d43184d4f0fca4786e34..74bbbe7d1574816034cad19695a1d9f475d9bb8c 100644
--- a/lang/formulaires_reponse.xml
+++ b/lang/formulaires_reponse.xml
@@ -1,4 +1,7 @@
 <traduction module="formulaires_reponse" gestionnaire="salvatore" url="https://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/formidable/trunk/lang/" reference="fr">
+	<langue code="en" url="https://trad.spip.net/tradlang_module/formulaires_reponse?lang_cible=en" total="8" traduits="8" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
+		<traducteur nom="jack31" lien="https://trad.spip.net/auteur/jack31" />
+	</langue>
 	<langue code="fr" url="https://trad.spip.net/tradlang_module/formulaires_reponse?lang_cible=fr" total="8" traduits="8" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 	</langue>
 	<langue code="pt_br" url="https://trad.spip.net/tradlang_module/formulaires_reponse?lang_cible=pt_br" total="8" traduits="8" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
diff --git a/lang/formulaires_reponse_en.php b/lang/formulaires_reponse_en.php
new file mode 100644
index 0000000000000000000000000000000000000000..a77179a44707a9992df057c16bc0b5a9eacdcc5d
--- /dev/null
+++ b/lang/formulaires_reponse_en.php
@@ -0,0 +1,31 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de https://trad.spip.net/tradlang_module/formulaires_reponse?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+	// C
+	'changer_statut' => 'This form response is:',
+
+	// F
+	'formulaires_reponse_numero' => 'Form response no @nb@',
+
+	// I
+	'icone_creer_formulaire' => 'Create a new form response',
+
+	// M
+	'modifier_formulaire' => 'Edit this form response',
+
+	// R
+	'reponses_donnees' => 'Answers given:',
+
+	// T
+	'titre_formulaires_reponse' => 'Form response',
+	'titre_formulaires_reponses' => 'Form responses',
+	'titre_logo_formulaires_reponse' => 'Logo of this form response'
+);