diff --git a/.gitattributes b/.gitattributes
index f51f454f8cd74718b23f6698eb192cdcc9a72c9f..6e920adbc435fc9cbdc457af970349f216ea8f4b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -75,6 +75,7 @@ lang/formidable_ru.php -text
 lang/formidable_sk.php -text
 lang/formulaire.xml -text
 lang/formulaire_fr.php -text
+lang/formulaire_pt_br.php -text
 lang/formulaire_ru.php -text
 lang/formulaires_reponse.xml -text
 lang/formulaires_reponse_fr.php -text
diff --git a/lang/formulaire.xml b/lang/formulaire.xml
index 33efdf97d717f9e449510cb0d377e08c42665c8f..a432361858340af54c3f3b35bd5931f262d8b5d2 100644
--- a/lang/formulaire.xml
+++ b/lang/formulaire.xml
@@ -1,6 +1,9 @@
 <traduction module="formulaire" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/formidable/trunk/lang/" reference="fr">
 	<langue code="fr" url="http://trad.spip.net/tradlang_module/formulaire?lang_cible=fr" total="5" traduits="5" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
 	</langue>
+	<langue code="pt_br" url="http://trad.spip.net/tradlang_module/formulaire?lang_cible=pt_br" total="5" traduits="5" relire="0" modifs="0" nouveaux="0" pourcent="100.00">
+		<traducteur nom="Ricardo Porto" lien="http://trad.spip.net/auteur/ricardo-porto" />
+	</langue>
 	<langue code="ru" url="http://trad.spip.net/tradlang_module/formulaire?lang_cible=ru" total="5" traduits="4" relire="0" modifs="0" nouveaux="1" pourcent="80.00">
 		<traducteur nom="Serge Markitanenko" lien="http://trad.spip.net/auteur/serge-markitanenko" />
 	</langue>
diff --git a/lang/formulaire_pt_br.php b/lang/formulaire_pt_br.php
new file mode 100644
index 0000000000000000000000000000000000000000..3f3b89cc438291e1f70916d59736c0f67596d97d
--- /dev/null
+++ b/lang/formulaire_pt_br.php
@@ -0,0 +1,22 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.net/tradlang_module/formulaire?lang_cible=pt_br
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+	return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+	// I
+	'icone_creer_formulaire' => 'Criar um novo formulário',
+
+	// M
+	'modifier_formulaire' => 'Alterar este formulário',
+
+	// T
+	'titre_formulaire' => 'Formulário',
+	'titre_formulaires' => 'Formulários',
+	'titre_logo_formulaire' => 'Logo deste formulário'
+);