bigform/lang/bigform_fr.php
tofulm 431dc0bb8c Pour l'usage : insertion dans un formulaire existant => OK
il y a meme un champ titre possible
lire le readme pour le fonctionnement
2019-12-06 12:02:37 +01:00

23 lines
439 B
PHP

<?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
'cfg_exemple' => 'Exemple',
'cfg_exemple_explication' => 'Explication de cet exemple',
'cfg_titre_parametrages' => 'Paramétrages',
//H
'html_titre' => 'Titre',
// T
'titre_page_configurer_bigform' => 'BigForm',
);