[PLUGINS] +clavettes et dependances
[lhc/web/clavette_www.git] / www / plugins / saisies / lang / paquet-saisies_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/paquet-saisies?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // S
11 'saisies_description' => 'This plugin makes it easier to write form fields by providing a #SAISIE tag.
12 The generated HTML is compatible with the classification of forms
13 proposed by SPIP > 2.0 and with the configuration plugin CFG.',
14 'saisies_nom' => 'Entries for forms',
15 'saisies_slogan' => 'Create easily forms fields.',
16 'saisies_titre' => 'Entries for forms'
17 );
18
19 ?>