tbrehm
2009-10-15 6697ebba5b1497b0eab6f6865ee561a83e6e933e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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';
?>