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/sites/lib/lang/br.lng |   41 +++++++++++++++++++++++++++++------------
 1 files changed, 29 insertions(+), 12 deletions(-)

diff --git a/interface/web/sites/lib/lang/br.lng b/interface/web/sites/lib/lang/br.lng
index 4a14177..6b7f0ef 100644
--- a/interface/web/sites/lib/lang/br.lng
+++ b/interface/web/sites/lib/lang/br.lng
@@ -1,18 +1,35 @@
 <?php
-$wb['Database'] = 'Banco de Dados';
+$wb['Websites'] = 'Websites';
+$wb['Website'] = 'Website';
+$wb['Subdomain'] = 'Sub-domínio';
+$wb['Aliasdomain'] = 'Alias de Domínio';
+$wb['Database'] = 'Bancos de Dados';
+$wb['Web Access'] = 'Web Access';
+$wb['FTP-User'] = 'Usuário FTP';
+$wb['Webdav-User'] = 'Usuário Webdav';
+$wb['Folder'] = 'Protected Folders';
+$wb['Folder users'] = 'Protected Folder Users';
+$wb['Command Line'] = 'Command Line';
+$wb['Shell-User'] = 'Usuário de Shell';
+$wb['Cron Jobs'] = 'Tarefas no Cron';
+$wb['Statistics'] = 'Estatísticas';
+$wb['Web traffic'] = 'Tráfego Web';
+$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)';
+$wb['Cron'] = 'Cron';
+$wb['Stats'] = 'Estatísticas';
+$wb['Shell'] = 'Shell';
+$wb['Webdav'] = 'WebDAV';
+$wb['FTP'] = 'FTP';
 $wb['Options'] = 'Opções';
-$wb['Shell User'] = 'Usuário de Shell';
-$wb['Domain'] = 'Website';
+$wb['Domain'] = 'Domain';
 $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['Database User'] = 'Database Users';
+$wb['APS Installer'] = 'APS Installer';
+$wb['Available packages'] = 'Available packages';
+$wb['Installed packages'] = 'Installed packages';
+$wb['Update Packagelist'] = 'Update Packagelist';
+$wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)';
+$wb['error_proxy_requires_url'] = 'Redirect Type \\"proxy\\" requires a URL as the redirect path.';
 ?>
-

--
Gitblit v1.9.1