6c6316919a0cae602e8fb238f2eec0306b1bda8b
[lhc/web/www.git] / www / plugins / formidable / lang / formulaire_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/formulaire?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 // I
13 'icone_creer_formulaire' => 'Criar um novo formulário',
14
15 // M
16 'modifier_formulaire' => 'Alterar este formulário',
17
18 // T
19 'titre_formulaire' => 'Formulário',
20 'titre_formulaires' => 'Formulários',
21 'titre_logo_formulaire' => 'Logo deste formulário'
22 );