From c14898d75cbf62581b40fc4e500bb53fa24afce7 Mon Sep 17 00:00:00 2001 From: cy_altern Date: Thu, 5 Sep 2024 19:21:52 +0200 Subject: [PATCH] =?UTF-8?q?Chore=20:=20cha=C3=AEnes=20de=20langue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formulaires/bigform.html | 2 +- lang/bigform_en.php | 23 +++++++++++++++++++++++ lang/bigform_fr.php | 8 ++++---- 3 files changed, 28 insertions(+), 5 deletions(-) create mode 100644 lang/bigform_en.php 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',