[CSS] +fix page header and title color
[lhc/web/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 https://trad.spip.net/tradlang_module/paquet-saisies?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // S
13 'saisies_description' => 'This plugin makes it easier to write form fields by providing a #SAISIE tag.
14 The generated HTML is compatible with the classification of forms
15 proposed by SPIP > 2.0 and with the configuration plugin CFG.',
16 'saisies_nom' => 'Entries for forms',
17 'saisies_slogan' => 'Create easily forms fields.',
18 'saisies_titre' => 'Entries for forms'
19 );