[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / 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 https://trad.spip.net/tradlang_module/paquet-yaml?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 // Y
13 'yaml_description' => 'This plugin provides the functions for reading/writing YAML format:
14 <code>yaml_decode()</code> and <code>yaml_encode()</code>. It also provides the yaml format for the (DATA) loop.',
15 'yaml_slogan' => 'A simple file format for editing lists of data'
16 );