[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / saisies / lang / paquet-saisies_en.php
diff --git a/www/plugins/auto/saisies/lang/paquet-saisies_en.php b/www/plugins/auto/saisies/lang/paquet-saisies_en.php
new file mode 100644 (file)
index 0000000..73ae64d
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de http://trad.spip.org
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // S
+       'saisies_description' => 'This plugin makes it easier to write form fields by providing a #SAISIE tag. 
+               The generated HTML is compatible with the classification of forms
+               proposed by SPIP > 2.0 and with the configuration plugin CFG.',
+       'saisies_nom' => 'Entries for forms',
+       'saisies_slogan' => 'Create easily forms fields.',
+       'saisies_titre' => 'Entries for forms'
+);
+
+?>