Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
658b0f 1 <?php
T 2 $wb['list_head_txt'] = 'Websites';
3 $wb['domain_id_txt'] = 'ID';
4 $wb['active_txt'] = 'Activo';
5 $wb['server_id_txt'] = 'Servidor';
6 $wb['domain_txt'] = 'Domínio';
7 $wb['add_new_record_txt'] = 'Adicionar 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';
658b0f 11 ?>