[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / yaml / lang / paquet-yaml_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.org
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) return;
7
8 $GLOBALS[$GLOBALS['idx_lang']] = array(
9
10 // Y
11 'yaml_description' => 'This plugin provides the functions for reading/writing YAML format:
12 <code>yaml_decode()</code> and <code>yaml_encode()</code>. It also provides the yaml format for the (DATA) loop.',
13 'yaml_slogan' => 'A simple file format for editing lists of data'
14 );
15
16 ?>