Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
658b0f 1 <?php
T 2 $wb['server_id_txt'] = 'Servidor';
3 $wb['origin_txt'] = 'Zona (SOA)';
4 $wb['ns_txt'] = 'NS';
5 $wb['mbox_txt'] = 'Correio';
6 $wb['serial_txt'] = 'Serial';
7 $wb['refresh_txt'] = 'Refresh';
8 $wb['retry_txt'] = 'Retry';
9 $wb['expire_txt'] = 'Expire';
10 $wb['minimum_txt'] = 'Minimum';
11 $wb['ttl_txt'] = 'TTL';
12 $wb['xfer_txt'] = 'Permitir transferências de zona para <br />estes IPs (lista separada por ponto e vírgula)';
13 $wb['active_txt'] = 'Activo';
14 $wb['limit_dns_zone_txt'] = 'O número máximo de zonas DNS para a conta foi atingido.';
15 $wb['client_txt'] = 'Cliente';
16 $wb['no_zone_perm'] = 'Não tem permissão para adicionar registos a está zona DNS.';
17 $wb['server_id_error_empty'] = 'Servidor não seleccionado';
18 $wb['origin_error_empty'] = 'Zona vazia.';
19 $wb['origin_error_unique'] = 'Este registo já existe nesta zona.';
20 $wb['origin_error_regex'] = 'Formato de zona inválido.';
21 $wb['ns_error_regex'] = 'NS tem um formato inválido.';
22 $wb['mbox_error_empty'] = 'Correio está em branco.';
23 $wb['mbox_error_regex'] = 'Correio com formato inválido.';
24 $wb['also_notify_txt'] = 'Also Notify';
43824b 25 $wb['also_notify_error_regex'] = 'Please use an IP address.';
658b0f 26 $wb['update_acl_txt'] = 'Actualizar ACL';
d7be27 27 $wb['seconds_txt'] = 'Seconds';
T 28 $wb['eg_domain_tld'] = 'e.g. domain.tld';
29 $wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld';
30 $wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld';
b67344 31 $wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'The Domain can not be changed. Please ask your Administrator if you want to change the domain name.';
142907 32 $wb['refresh_range_error'] = 'Min. Refresh time is 60 seconds.';
T 33 $wb['retry_range_error'] = 'Min. Retry time is 60 seconds.';
34 $wb['expire_range_error'] = 'Min. Expire time is 60 seconds.';
35 $wb['minimum_range_error'] = 'Min. Minimum time is 60 seconds.';
36 $wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
72695f 37 $wb['xfer_error_regex'] = 'Also notify: Please use an IP address.';
407003 38 $wb['dnssec_info_txt'] = 'DNSSEC DS-Data for registry';
TB 39 $wb['dnssec_wanted_txt'] = 'Sign zone (DNSSEC)';
40 $wb['dnssec_wanted_info'] = 'When disabling DNSSEC keys are not going to be deleted if DNSSEC was enabled before and keys already have been generated but the zone will no longer be delievered in signed format afterwards.';
41 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
42 $wb['soa_cannot_be_changed_txt'] = 'Die Zone (SOA) kann nicht verändert werden. Bitte kontaktieren Sie ihren Administrator, um die Zone zu ändern.';
658b0f 43 ?>