From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 08:57:25 -0400
Subject: [PATCH] Added missing empty directories from svn import

---
 interface/web/designer/lib/lang/br_form_show.lng |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/interface/web/designer/lib/lang/br_form_show.lng b/interface/web/designer/lib/lang/br_form_show.lng
index fe9cf14..5b68a31 100644
--- a/interface/web/designer/lib/lang/br_form_show.lng
+++ b/interface/web/designer/lib/lang/br_form_show.lng
@@ -1,18 +1,18 @@
 <?php
-$wb["header_txt"] = 'Editor de Formulários';
-$wb["title_txt"] = 'Título do Formulário';
-$wb["name_txt"] = 'Nome do Formulário';
-$wb["delete_txt"] = 'Remover';
-$wb["properties_txt"] = 'Propriedades';
-$wb["new_tab_txt"] = 'Nova Aba';
-$wb["edit_txt"] = 'Editar';
-$wb["new_txt"] = 'Novo';
-$wb["up_txt"] = '^';
-$wb["down_txt"] = 'v';
-$wb["module_txt"] = 'Módulo';
-$wb["form_txt"] = 'Formulário';
-$wb["description_txt"] = 'Descrição';
-$wb["module_del_txt"] = "Remover o módulo e todos seus sub-diretórios?";
-$wb["menu_del_txt"] = "Remover o menu e todos os seus itens?";
-$wb["item_del_txt"] = "Remover o item de menu?";
+$wb['header_txt'] = 'Editor de Formulários';
+$wb['title_txt'] = 'Título do Formulário';
+$wb['name_txt'] = 'Nome do Formulário';
+$wb['delete_txt'] = 'Remover';
+$wb['properties_txt'] = 'Propriedades';
+$wb['new_tab_txt'] = 'Nova Aba';
+$wb['edit_txt'] = 'Editar';
+$wb['new_txt'] = 'Novo';
+$wb['up_txt'] = '^';
+$wb['down_txt'] = 'v';
+$wb['module_txt'] = 'Módulo';
+$wb['form_txt'] = 'Formulário';
+$wb['description_txt'] = 'Descrição';
+$wb['module_del_txt'] = 'Remover o módulo e todos seus sub-diretórios?';
+$wb['menu_del_txt'] = 'Remover o menu e todos os seus itens?';
+$wb['item_del_txt'] = 'Remover o item de menu?';
 ?>

--
Gitblit v1.9.1