Line | |
---|
1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // Fichier source, a modifier dans https://git.spip.net/spip-contrib-extensions/formidable.git |
---|
4 | if (!defined('_ECRIRE_INC_VERSION')) { |
---|
5 | return; |
---|
6 | } |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // F |
---|
11 | 'formidable_description' => 'Création de formulaires avec une interface graphique et configuration des traitements associés (envoyer par courriel, enregistrer les réponses, etc).', |
---|
12 | 'formidable_slogan' => 'Générateur de formulaires' |
---|
13 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.