bb6c2d4b6fff63b59a40e9cc0036374b9a51d632
[lhc/web/www.git] / www / plugins / yaml / lang / paquet-yaml_es.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=es
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' => 'Este plugin proporciona las funciones de lectura/escritura del formato YAML: <code>yaml_decode()</code> y <code>yaml_encode()</code>. TambiƩn proporciona el formato yaml para el bucle (DATA).',
14 'yaml_slogan' => 'Un formato de archivo simple para editar listas de datos'
15 );