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 | // I |
---|
11 | 'icone_creer_formulaire' => 'Créer un nouveau formulaire', |
---|
12 | |
---|
13 | // M |
---|
14 | 'modifier_formulaire' => 'Modifier ce formulaire', |
---|
15 | |
---|
16 | // T |
---|
17 | 'titre_formulaire' => 'Formulaire', |
---|
18 | 'titre_formulaires' => 'Formulaires', |
---|
19 | 'titre_logo_formulaire' => 'Logo de ce formulaire' |
---|
20 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.