[PLUGINS] +yaml
[ptitvelo/web/www.git] / www / plugins / yaml / lang / paquet-yaml_fr.php
diff --git a/www/plugins/yaml/lang/paquet-yaml_fr.php b/www/plugins/yaml/lang/paquet-yaml_fr.php
new file mode 100644 (file)
index 0000000..9933ac5
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/yaml/lang/
+if (!defined('_ECRIRE_INC_VERSION')) return;
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // Y
+       'yaml_description' => 'Ce plugin fournit les fonctions de lecture/écriture du format YAML :
+       <code>yaml_decode()</code> et <code>yaml_encode()</code>. Il fournit aussi le format yaml pour la boucle (DATA).',
+       'yaml_slogan' => 'Un format de fichier simple pour éditer des listes de données'
+);
+
+?>