From d0548a952c5a0668cbe10256c636e87360b84592 Mon Sep 17 00:00:00 2001 From: cy_altern Date: Wed, 9 Apr 2025 18:25:45 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20:=20maj=20du=20fichier=20de=20surcharge?= =?UTF-8?q?=20de=20Bigup=20+=20correction=20cha=C3=AEne=20de=20langue=20ht?= =?UTF-8?q?ml=5Ftitre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inclure/inc-bigup_liste_fichiers.html | 8 +++++--- lang/bigform_en.php | 4 ++-- lang/bigform_fr.php | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/inclure/inc-bigup_liste_fichiers.html b/inclure/inc-bigup_liste_fichiers.html index ca957b3..e1b75b8 100644 --- a/inclure/inc-bigup_liste_fichiers.html +++ b/inclure/inc-bigup_liste_fichiers.html @@ -23,7 +23,7 @@ ]
- +
[(#VALEUR{bigup/vignette/data}|oui) @@ -36,17 +36,19 @@ #NAME [(#SIZE|taille_en_octets)]
+ [(#ENV{mode}|=={liste}|non)
- +
+ ]
diff --git a/lang/bigform_en.php b/lang/bigform_en.php index ddee8b4..8f56859 100644 --- a/lang/bigform_en.php +++ b/lang/bigform_en.php @@ -16,8 +16,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'envoyer' => 'Submit', //H - 'html_titre' => 'Bigform', + 'html_titre' => 'Title', // T - 'titre_page_configurer_bigform' => 'BigForm', + 'titre_page_configurer_bigform' => 'Configure BigForm', ); diff --git a/lang/bigform_fr.php b/lang/bigform_fr.php index 456bfbb..2edc34f 100644 --- a/lang/bigform_fr.php +++ b/lang/bigform_fr.php @@ -16,8 +16,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'envoyer' => 'Envoyer', //H - 'html_titre' => 'Bigform', + 'html_titre' => 'Titre', // T - 'titre_page_configurer_bigform' => 'BigForm', + 'titre_page_configurer_bigform' => 'Configurer BigForm', );