Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bf7876 1 <?php
M 2 $wb['list_head_txt'] = 'Servidor';
3 $wb['server_name_txt'] = 'Nome';
4 $wb['mail_server_txt'] = 'Mail';
5 $wb['web_server_txt'] = 'Web';
6 $wb['dns_server_txt'] = 'DNS';
7 $wb['file_server_txt'] = 'Arquivo';
8 $wb['db_server_txt'] = 'Banco de Dados';
9 $wb['vserver_server_txt'] = 'VServer';
10 $wb['add_new_record_txt'] = 'Adicionar novo Servidor';
d7be27 11 $wb['proxy_server_txt'] = 'Proxy';
T 12 $wb['firewall_server_txt'] = 'Firewall';
407003 13 $wb['xmpp_server_txt'] = 'XMPP';
bf7876 14 ?>