Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
658b0f 1 <?php
T 2 $wb['list_head_txt'] = 'Registo (A)';
3 $wb['active_txt'] = 'Activo';
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';
554954 9 $wb['ttl_txt'] = 'TTL';
658b0f 10 $wb['type_txt'] = 'Tipo';
T 11 $wb['add_new_record_txt'] = 'Adicionar um novo registo DNS (A)';
12 $wb['page_txt'] = 'Página';
13 $wb['page_of_txt'] = 'de';
14 $wb['delete_confirmation'] = 'Tem certeza que deseja remover este registo?';
15 ?>