diff --git a/formulaires/bigform.html b/formulaires/bigform.html index 34d8de8..70bbf93 100644 --- a/formulaires/bigform.html +++ b/formulaires/bigform.html @@ -39,7 +39,7 @@ ] -
+
diff --git a/lang/bigform_en.php b/lang/bigform_en.php new file mode 100644 index 0000000..ddee8b4 --- /dev/null +++ b/lang/bigform_en.php @@ -0,0 +1,23 @@ + 'BigForm', + + // C + + // E + 'envoyer' => 'Submit', + + //H + 'html_titre' => 'Bigform', + + // T + 'titre_page_configurer_bigform' => 'BigForm', +); diff --git a/lang/bigform_fr.php b/lang/bigform_fr.php index 80dd353..456bfbb 100644 --- a/lang/bigform_fr.php +++ b/lang/bigform_fr.php @@ -11,12 +11,12 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'bigform_titre' => 'BigForm', // C - 'cfg_exemple' => 'Exemple', - 'cfg_exemple_explication' => 'Explication de cet exemple', - 'cfg_titre_parametrages' => 'Paramétrages', + + // E + 'envoyer' => 'Envoyer', //H - 'html_titre' => 'Titre', + 'html_titre' => 'Bigform', // T 'titre_page_configurer_bigform' => 'BigForm',