[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / yaml / lang / paquet-yaml_en.php
diff --git a/www/plugins/auto/yaml/lang/paquet-yaml_en.php b/www/plugins/auto/yaml/lang/paquet-yaml_en.php
new file mode 100644 (file)
index 0000000..5b4b517
--- /dev/null
@@ -0,0 +1,16 @@
+<?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(
+
+       // Y
+       'yaml_description' => 'This plugin provides the functions for reading/writing YAML format:\r
+<code>yaml_decode()</code> and <code>yaml_encode()</code>. It also provides the yaml format for the (DATA) loop.',
+       'yaml_slogan' => 'A simple file format for editing lists of data'
+);
+
+?>