Chore : chaînes de langue

This commit is contained in:
cy_altern 2024-09-05 19:21:52 +02:00
parent 4f52fe2c54
commit c14898d75c
3 changed files with 28 additions and 5 deletions

View file

@ -39,7 +39,7 @@
] ]
<INCLURE{fond=inclure/bigform,env}> <INCLURE{fond=inclure/bigform,env}>
<div class="boutons"><input id="valider_bigup" type="submit" class="submit valider_bigup" value="Envoyer" ></div> <div class="boutons"><input id="valider_bigup" type="submit" class="submit valider_bigup" value="<:bigform:envoyer:>" ></div>
</div></form> </div></form>
</div> </div>

23
lang/bigform_en.php Normal file
View file

@ -0,0 +1,23 @@
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
$GLOBALS[$GLOBALS['idx_lang']] = array(
// B
'bigform_titre' => 'BigForm',
// C
// E
'envoyer' => 'Submit',
//H
'html_titre' => 'Bigform',
// T
'titre_page_configurer_bigform' => 'BigForm',
);

View file

@ -11,12 +11,12 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'bigform_titre' => 'BigForm', 'bigform_titre' => 'BigForm',
// C // C
'cfg_exemple' => 'Exemple',
'cfg_exemple_explication' => 'Explication de cet exemple', // E
'cfg_titre_parametrages' => 'Paramétrages', 'envoyer' => 'Envoyer',
//H //H
'html_titre' => 'Titre', 'html_titre' => 'Bigform',
// T // T
'titre_page_configurer_bigform' => 'BigForm', 'titre_page_configurer_bigform' => 'BigForm',