From 2b6dc397050f11e38f74ff214cf5f75ae5ac1b81 Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Tue, 23 Feb 2010 16:40:56 -0500
Subject: [PATCH] Large Brazilian Portuguese Language Updates Fixes Encoding to UTF-8 and Add Some New Strings

---
 interface/lib/lang/br.lng |   69 +++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 34 deletions(-)

diff --git a/interface/lib/lang/br.lng b/interface/lib/lang/br.lng
index 938021a..711fe7d 100644
--- a/interface/lib/lang/br.lng
+++ b/interface/lib/lang/br.lng
@@ -1,34 +1,35 @@
-<?php
-$wb['conf_format_dateshort'] = 'd/m/Y';
-$wb['conf_format_datelong'] = 'l dS de F Y';
-$wb['conf_format_timeshort'] = 'H:i';
-$wb['conf_format_timelong'] = 'H:i:s';
-$wb['conf_format_datetime'] = 'd/m/Y H:i';
-$wb['301'] = 'Módulo não permitido para o usuário corrente.';
-$wb['302'] = 'Módulo Inválido';
-$wb['1001'] = 'O nome de usuário e senha não podem estar em branco!';
-$wb['1002'] = 'Nome de usuário ou senha incorretos!';
-$wb['1003'] = 'O Usuário está inativo!';
-$wb['delete_confirmation'] = 'Tem certeza de que deseja remover este registro?';
-$wb['error_no_view_permission'] = 'Você não tem permissão para ver este registro ou o mesmo não existe!';
-$wb['error_no_delete_permission'] = 'Você não tem permissão para remover este registro!';
-$wb['page_txt'] = 'Página';
-$wb['page_of_txt'] = 'de';
-$wb['page_next_txt'] = 'Próximo';
-$wb['page_back_txt'] = 'Voltar';
-$wb['delete_txt'] = 'Remover';
-$wb['filter_txt'] = 'Filtrar';
-$wb['add_new_record_txt'] = 'Adcionar novo registro';
-$wb['btn_save_txt'] = 'Salvar';
-$wb['btn_cancel_txt'] = 'Voltar';
-$wb['toolsarea_head_txt'] = 'Ferramentas';
-$wb['page_and_txt'] = 'e';
-$wb['top_menu_system'] = 'Sistema';
-$wb['top_menu_client'] = 'Cliente';
-$wb['top_menu_email'] = 'Correio';
-$wb['top_menu_monitor'] = 'Monitor';
-$wb['top_menu_sites'] = 'Sites';
-$wb['top_menu_dns'] = 'DNS';
-$wb['top_menu_tools'] = 'Ferramentas';
-$wb['top_menu_help'] = 'Ajuda';
-?>
+<?php
+$wb['conf_format_dateshort'] = 'd/m/Y';
+$wb['conf_format_datelong'] = 'l dS de F Y';
+$wb['conf_format_timeshort'] = 'H:i';
+$wb['conf_format_timelong'] = 'H:i:s';
+$wb['conf_format_datetime'] = 'd/m/Y H:i';
+$wb['301'] = 'Módulo não permitido para o usuário corrente.';
+$wb['302'] = 'Módulo Inválido';
+$wb['1001'] = 'O nome de usuário e senha não podem estar em branco!';
+$wb['1002'] = 'Nome de usuário ou senha incorretos!';
+$wb['1003'] = 'O Usuário está inativo!';
+$wb['delete_confirmation'] = 'Tem certeza de que deseja remover este registro?';
+$wb['error_no_view_permission'] = 'Você não tem permissão para ver este registro ou o mesmo não existe!';
+$wb['error_no_delete_permission'] = 'Você não tem permissão para remover este registro!';
+$wb['page_txt'] = 'Página';
+$wb['page_of_txt'] = 'de';
+$wb['page_next_txt'] = 'Próximo';
+$wb['page_back_txt'] = 'Voltar';
+$wb['delete_txt'] = 'Remover';
+$wb['filter_txt'] = 'Filtrar';
+$wb['add_new_record_txt'] = 'Adcionar novo registro';
+$wb['btn_save_txt'] = 'Salvar';
+$wb['btn_cancel_txt'] = 'Voltar';
+$wb['toolsarea_head_txt'] = 'Ferramentas';
+$wb['page_and_txt'] = 'e';
+$wb['top_menu_system'] = 'Sistema';
+$wb['top_menu_client'] = 'Cliente';
+$wb['top_menu_email'] = 'Correio';
+$wb['top_menu_monitor'] = 'Monitor';
+$wb['top_menu_sites'] = 'Sites';
+$wb['top_menu_dns'] = 'DNS';
+$wb['top_menu_tools'] = 'Ferramentas';
+$wb['top_menu_help'] = 'Ajuda';
+?>
+

--
Gitblit v1.9.1