Your IP : 216.73.217.68


Current Path : /home/atelierpru/www/OLD/plugins/auto/yaml/v2.0.10/lang/
Upload File :
Current File : /home/atelierpru/www/OLD/plugins/auto/yaml/v2.0.10/lang/paquet-yaml_fr.php

<?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/trunk/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'
);