[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / yaml / lang / paquet-yaml_fr.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/yaml/lang/
4 if (!defined('_ECRIRE_INC_VERSION')) return;
5
6 $GLOBALS[$GLOBALS['idx_lang']] = array(
7
8 // Y
9 'yaml_description' => 'Ce plugin fournit les fonctions de lecture/écriture du format YAML:
10 <code>yaml_decode()</code> et <code>yaml_encode()</code>. Il fournit aussi le format yaml pour la boucle (DATA).',
11 'yaml_slogan' => 'Un format de fichier simple pour éditer des listes de données'
12 );
13
14 ?>