3bf484ed70a0c9d41ad2fb769ecee8b3d862d712
[lhc/web/www.git] / www / plugins-dist / vertebres / lang / paquet-vertebres_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-vertebres?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 // V
13 'vertebres_description' => 'Vértebras propõe um modo de ler uma tabela SQL usando como argumento de página a tabela a ser lida, precedida de &quot;table&quot;, por exemplo: <code>ecrire/?exec=vertebres&table=spip_articles</code>',
14 'vertebres_nom' => 'Vértebras',
15 'vertebres_slogan' => 'Leitor de tabelas SQL'
16 );