[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins / formidable / lang / formulaire_pt_br.php
diff --git a/www/plugins/formidable/lang/formulaire_pt_br.php b/www/plugins/formidable/lang/formulaire_pt_br.php
new file mode 100644 (file)
index 0000000..6c63169
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+// This is a SPIP language file  --  Ceci est un fichier langue de SPIP
+// extrait automatiquement de https://trad.spip.net/tradlang_module/formulaire?lang_cible=pt_br
+// ** ne pas modifier le fichier **
+
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
+
+$GLOBALS[$GLOBALS['idx_lang']] = array(
+
+       // I
+       'icone_creer_formulaire' => 'Criar um novo formulário',
+
+       // M
+       'modifier_formulaire' => 'Alterar este formulário',
+
+       // T
+       'titre_formulaire' => 'Formulário',
+       'titre_formulaires' => 'Formulários',
+       'titre_logo_formulaire' => 'Logo deste formulário'
+);