commit | author | age | ||
658b0f | 1 | <?php |
T | 2 | $wb['list_head_txt'] = 'Zonas DNS'; |
3 | $wb['active_txt'] = 'Activo'; | |
4 | $wb['server_id_txt'] = 'Servidor'; | |
5 | $wb['origin_txt'] = 'Zona'; | |
6 | $wb['ns_txt'] = 'NS'; | |
7 | $wb['mbox_txt'] = 'Correio'; | |
8 | $wb['add_new_record_txt'] = 'Adicionar uma nova zona dns (SOA)'; | |
333866 | 9 | $wb['add_new_record_wizard_txt'] = 'Add new DNS Zone with Wizard'; |
407003 | 10 | $wb['import_zone_file_txt'] = 'Import Zone File'; |
658b0f | 11 | ?> |