diff --git a/.gitattributes b/.gitattributes
index 524ae0368fede1c2f0b9d7bcc73ab67f12850881..898d6063a3f872873f1886e1e2d1ab7c4f27f411 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -63,6 +63,7 @@ lang/formidable_sk.php -text
 lang/formulaire_fr.php -text
 lang/formulaires_reponse_fr.php -text
 lang/paquet-formidable.xml -text
+lang/paquet-formidable_en.php -text
 lang/paquet-formidable_es.php -text
 lang/paquet-formidable_fr.php -text
 modeles/form.html -text
diff --git a/lang/paquet-formidable.xml b/lang/paquet-formidable.xml
index 800e0bbbe9aab0e33dfb95a550c8481c26fd7eaf..0d34dac123735583b0806dae727a612456da3284 100644
--- a/lang/paquet-formidable.xml
+++ b/lang/paquet-formidable.xml
@@ -1,4 +1,7 @@
 <traduction module="paquet-formidable" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/formidable/trunk/lang/" reference="fr">
+	<langue code="en" url="http://trad.spip.net/tradlang_module/paquet-formidable?lang_cible=en" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
+		<traducteur nom="Gilles" lien="http://trad.spip.net/auteur/gilles" />
+	</langue>
 	<langue code="es" url="http://trad.spip.net/tradlang_module/paquet-formidable?lang_cible=es" total="2" traduits="2" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 		<traducteur nom="severo" lien="http://trad.spip.net/auteur/severo" />
 	</langue>
diff --git a/lang/paquet-formidable_en.php b/lang/paquet-formidable_en.php
new file mode 100644
index 0000000000000000000000000000000000000000..9f9d56ae812a4296b5da4bbccafb231dd2f6a857
--- /dev/null
+++ b/lang/paquet-formidable_en.php
@@ -0,0 +1,15 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-formidable?lang_cible=en
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+	// F
+	'formidable_description' => 'Create forms within a graphical interface and configure the associated treatments (send email, record responses, etc.).',
+	'formidable_slogan' => 'Forms generator'
+);
+
+?>