Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bf7876 1 <?php
5045c7 2 $wb['list_head_txt'] = 'Bancos de Dados';
1e2811 3 $wb['active_txt'] = 'Ativo';
M 4 $wb['remote_access_txt'] = 'Acesso Remoto';
5 $wb['server_id_txt'] = 'Servidor';
011009 6 $wb['database_user_txt'] = 'Usuário do Banco';
1e2811 7 $wb['database_name_txt'] = 'Nome do banco';
M 8 $wb['add_new_record_txt'] = 'Adcionar um novo banco';
992797 9 $wb['parent_domain_id_txt'] = 'Website';
407003 10 $wb['type_txt'] = 'Type';
bf7876 11 ?>