From 9e15f196635d31b560a519552c76040ee4ea13b4 Mon Sep 17 00:00:00 2001
From: moglia <moglia@ispconfig3>
Date: Mon, 15 Feb 2010 11:20:02 -0500
Subject: [PATCH] Some Brazilian Portuguese Language Updates

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

diff --git a/interface/lib/lang/br.lng b/interface/lib/lang/br.lng
index de60311..938021a 100644
--- a/interface/lib/lang/br.lng
+++ b/interface/lib/lang/br.lng
@@ -1,34 +1,34 @@
-<?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'] = 'and';
-$wb['top_menu_system'] = 'System';
-$wb['top_menu_client'] = 'Client';
-$wb['top_menu_email'] = 'Email';
-$wb['top_menu_monitor'] = 'Monitor';
-$wb['top_menu_sites'] = 'Sites';
-$wb['top_menu_dns'] = 'DNS';
-$wb['top_menu_tools'] = 'Tools';
-$wb['top_menu_help'] = 'Help';
-?>
+<?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