[CSS] +fix page header and title color
[lhc/web/www.git] / www / plugins / yaml / lang / paquet-yaml_pt_br.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=pt_br
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 fornece as funções de leitura/escrita do formato YAML : <code>yaml_decode()</code> e <code>yaml_encode()</code>. Ele fornece também o formato yaml para o laço (DATA).',
14 'yaml_slogan' => 'Um formato de arquivo simples para editar listas de dados'
15 );