Last change
on this file since 65580 was
65580,
checked in by marcimat@…, 8 years ago
|
Un peu plus de migration de Formidable vers SPIP 3 :
- paquet.xml et administration nouvelle mode
- un peu de phpdoc.
|
File size:
534 bytes
|
Line | |
---|
1 | <?php |
---|
2 | |
---|
3 | // Ceci est un fichier langue de SPIP -- This is a SPIP language file |
---|
4 | |
---|
5 | /// Fichier produit par PlugOnet |
---|
6 | // Module: paquet-formidable |
---|
7 | // Langue: fr |
---|
8 | // Date: 05-09-2012 18:51:15 |
---|
9 | // Items: 2 |
---|
10 | |
---|
11 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
12 | |
---|
13 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
14 | |
---|
15 | // F |
---|
16 | 'formidable_description' => 'Création de formulaires avec une interface graphique et configuration des traitements associés (envoyer par courriel, enregistrer les réponses, etc).', |
---|
17 | 'formidable_slogan' => 'Générateur de formulaires', |
---|
18 | ); |
---|
19 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.