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/web/sites/lib/lang/br.lng |   45 +++++++++++++++++++++++----------------------
 1 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/interface/web/sites/lib/lang/br.lng b/interface/web/sites/lib/lang/br.lng
index 2c8afc1..3d21ad6 100644
--- a/interface/web/sites/lib/lang/br.lng
+++ b/interface/web/sites/lib/lang/br.lng
@@ -1,22 +1,23 @@
-<?php
-$wb['Database'] = 'Banco de Dados';
-$wb['Options'] = 'Opções';
-$wb['Shell User'] = 'Usuário de Shell';
-$wb['Domain'] = 'Website';
-$wb['Redirect'] = 'Redirecionamento';
-$wb['SSL'] = 'SSL';
-$wb['Subdomain'] = 'Sub-domínio';
-$wb['Sites'] = 'Sites';
-$wb['Aliasdomain'] = 'Alias de Domínio';
-$wb['FTP-User'] = 'Usuário-FTP';
-$wb['FTP'] = 'FTP';
-$wb['Shell-User'] = 'Usuário-Shell';
-$wb['Shell'] = 'Shell';
-$wb['Websites'] = 'Websites';
-$wb['Stats'] = 'Estatísticas';
-$wb['Website'] = 'Website';
-$wb['Cron'] = 'Cron';
-$wb['Cron Jobs'] = 'Tarefas no Cron';
-$wb['Statistics'] = 'Estatísticas';
-$wb['Web traffic'] = 'Tráfego Web';
-?>
+<?php
+$wb['Database'] = 'Banco de Dados';
+$wb['Options'] = 'Opções';
+$wb['Shell User'] = 'Usuário de Shell';
+$wb['Domain'] = 'Website';
+$wb['Redirect'] = 'Redirecionamento';
+$wb['SSL'] = 'SSL';
+$wb['Subdomain'] = 'Sub-domínio';
+$wb['Sites'] = 'Sites';
+$wb['Aliasdomain'] = 'Alias de Domínio';
+$wb['FTP-User'] = 'Usuário-FTP';
+$wb['FTP'] = 'FTP';
+$wb['Shell-User'] = 'Usuário-Shell';
+$wb['Shell'] = 'Shell';
+$wb['Websites'] = 'Websites';
+$wb['Stats'] = 'Estatísticas';
+$wb['Website'] = 'Website';
+$wb['Cron'] = 'Cron';
+$wb['Cron Jobs'] = 'Tarefas no Cron';
+$wb['Statistics'] = 'Estatísticas';
+$wb['Web traffic'] = 'Tráfego Web';
+?>
+

--
Gitblit v1.9.1