diff --git a/lang/formidable.xml b/lang/formidable.xml
index e53df9571acf7be7a2c79d14e14a1f3444ad4bc0..6b0c94e4b7ed57e47997d203aef4e2f341728b5b 100644
--- a/lang/formidable.xml
+++ b/lang/formidable.xml
@@ -6,6 +6,7 @@
 		<traducteur nom="Benitron" lien="http://trad.spip.net/auteur/benitron" />
 		<traducteur nom="kent1" lien="http://trad.spip.net/auteur/kent1" />
 		<traducteur nom="Paolo" lien="http://trad.spip.net/auteur/paolo" />
+		<traducteur nom="twelf" lien="http://trad.spip.net/auteur/twelf" />
 	</langue>
 	<langue code="es" url="http://trad.spip.net/tradlang_module/formidable?lang_cible=es">
 		<traducteur nom="tin" lien="http://trad.spip.net/auteur/tin" />
diff --git a/lang/formidable_en.php b/lang/formidable_en.php
index 19d3fd5987ff3d727d021569468ad0e8f45ee8ea..a2f393e1fcb66bd3ca7f789c766bf94061e9950f 100644
--- a/lang/formidable_en.php
+++ b/lang/formidable_en.php
@@ -44,7 +44,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 	'editer_descriptif_explication' => 'An explanation of the form for the private area.',
 	'editer_identifiant' => 'Login',
 	'editer_identifiant_explication' => 'Give a single textual identifier that allows you to call the form more easily.',
-	'editer_menu_auteurs' => 'Configurer les auteurs', # NEW
+	'editer_menu_auteurs' => 'Configure authors',
 	'editer_menu_champs' => 'Configure the fields',
 	'editer_menu_formulaire' => 'Configure the form',
 	'editer_menu_traitements' => 'Configure the treatments',
@@ -153,8 +153,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 	'traiter_enregistrement_option_anonymiser_label' => 'Anonymize form',
 	'traiter_enregistrement_option_anonymiser_variable_explication' => 'What system variable used to calculate a single value for each author without revealing his identity.',
 	'traiter_enregistrement_option_anonymiser_variable_label' => 'Variable from witch the form will be anonymized',
-	'traiter_enregistrement_option_auteur' => 'Utiliser les auteurs pour les formulaires', # NEW
-	'traiter_enregistrement_option_auteur_explication' => 'Attribuer un ou plusieurs auteurs à un formulaire. Si cette option est activée, seuls les auteurs d\'un formulaire pourront accéder à leurs données.', # NEW
+	'traiter_enregistrement_option_auteur' => 'Link authors to the forms',
+	'traiter_enregistrement_option_auteur_explication' => 'Bind one or more authors to a form. If activated, this option prevents anyone except the author(s) to access form\'s configuration or results.',
 	'traiter_enregistrement_option_choix_select_label' => 'Select a variable from the available',
 	'traiter_enregistrement_option_identification_explication' => 'If the answers can be changed, which method is used first to know the answer to modify ?',
 	'traiter_enregistrement_option_identification_label' => 'Identification',