Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
bf7876 1 <?php
1e2811 2 $wb['list_head_txt'] = 'Websites';
M 3 $wb['domain_id_txt'] = 'ID';
4 $wb['active_txt'] = 'Ativo';
5 $wb['server_id_txt'] = 'Servidor';
6 $wb['domain_txt'] = 'Domínio';
7 $wb['add_new_record_txt'] = 'Adcionar um novo site';
73813a 8 $wb['parent_domain_id_txt'] = 'Website';
4bdecc 9 $wb['add_new_subdomain_txt'] = 'Add new subdomain';
TB 10 $wb['add_new_aliasdomain_txt'] = 'Add new aliasdomain';
bf7876 11 ?>