Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
bf7876 1 <?php
1e2811 2 $wb['list_head_txt'] = 'Registro (A)';
M 3 $wb['active_txt'] = 'Ativo';
4 $wb['server_id_txt'] = 'Servidor';
5 $wb['zone_txt'] = 'Zona';
6 $wb['name_txt'] = 'Nome';
7 $wb['data_txt'] = 'Data';
8 $wb['aux_txt'] = 'Prioridade';
9 $wb['type_txt'] = 'Tipo';
554954 10 $wb['ttl_txt'] = 'TTL';
1e2811 11 $wb['add_new_record_txt'] = 'Adcionar um novo registro DNS (A)';
M 12 $wb['page_txt'] = 'Página';
13 $wb['page_of_txt'] = 'de';
bf7876 14 $wb['delete_confirmation'] = 'Tem certeza que deseja remover este registro?';
M 15 ?>