diff --git a/lang/formulaire.xml b/lang/formulaire.xml index b47a1aaea81f6cdc4627777cc886829da3177572..f82a1937c62dd366da71757aee274d3952290fc2 100644 --- a/lang/formulaire.xml +++ b/lang/formulaire.xml @@ -5,7 +5,7 @@ url="https://trad.spip.net" source="https://git.spip.net/spip-contrib-extensions/formidable.git" reference="fr"> - <langue code="en" url="https://trad.spip.net/tradlang_module/formulaire?lang_cible=en" total="7" traduits="5" relire="0" modifs="0" nouveaux="2" pourcent="71.43"> + <langue code="en" url="https://trad.spip.net/tradlang_module/formulaire?lang_cible=en" total="7" traduits="7" 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/formulaire?lang_cible=fr" total="7" traduits="7" relire="0" modifs="0" nouveaux="0" pourcent="100.00" /> diff --git a/lang/formulaire_en.php b/lang/formulaire_en.php index 401f904f66929ac45ba016ea5580379dd09a12e3..d5004ba8b5fd9430901ae18240bffbd9744bd29a 100644 --- a/lang/formulaire_en.php +++ b/lang/formulaire_en.php @@ -18,5 +18,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( // T 'titre_formulaire' => 'Form', 'titre_formulaires' => 'Forms', - 'titre_logo_formulaire' => 'Logo of this form' + 'titre_logo_formulaire' => 'Logo of this form', + + // V + 'vu' => 'Inserted in text', + 'vu_oui' => 'Inserted' );