Skip to content
......@@ -5,21 +5,21 @@ $wb['btn_save_txt'] = 'Importa file di zona';
$wb['btn_cancel_txt'] = 'Annulla';
$wb['domain_txt'] = 'Dominio';
$wb['zone_file_successfully_imported_txt'] = 'File di zona importato con successo!';
$wb['error_no_valid_zone_file_txt'] = 'Fil di zona non corretto!';
$wb['error_no_valid_zone_file_txt'] = 'File di zona non corretto!';
$wb['zonefile_to_import_txt'] = 'File di Zona';
$wb['domain_field_desc_txt'] = 'Può essere tralasciato se il dominio è nel nome del file di zona o nel contenuto del file.';
$wb['title'] = 'Importa file di zona';
$wb['no_file_uploaded_error'] = 'Nessun file di zona selezionato';
$wb['zone_file_import_txt'] = 'Importa file di zona';
$wb['error_no_server_id'] = 'No server provided.';
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
$wb['zone_already_exists'] = 'This zone already exists, you must delete or rename it first.';
$wb['zone_not_allowed'] = 'This zone is not allowed for this account.';
$wb['zone_file_missing_soa'] = 'The zone file must contain a SOA record.';
$wb['zone_file_multiple_soa'] = 'The zone file cannot contain multiple SOA records.';
$wb['zone_file_soa_parser'] = 'The SOA record in this zone file could not be processed. Ensure SERIAL, REFRESH, RETRY, EXPIRE and MINIMUM are each on a separate line from other data.';
$wb['ignore_record_not_class_in'] = 'Ignoring DNS record, not class IN.';
$wb['ignore_record_unknown_type'] = 'Ignoring DNS record, unknown type.';
$wb['ignore_record_invalid_owner'] = 'Ignoring DNS record, not able to validate owner name.';
$wb['zone_file_import_fail'] = 'The zone file did not import.';
$wb['error_no_server_id'] = 'Nessun server indicato.';
$wb['error_not_allowed_server_id'] = 'Il server selezionato non è consentito per il tuo profilo.';
$wb['zone_already_exists'] = 'Questa zona esiste già devi prima cancellarla o rinominarla.';
$wb['zone_not_allowed'] = 'Questa zona non è consentita per il tuo profilo.';
$wb['zone_file_missing_soa'] = 'Il file di zoma deve contenere un record SOA.';
$wb['zone_file_multiple_soa'] = 'Il file di zona non può avere più di un record SOA.';
$wb['zone_file_soa_parser'] = 'Il record SOA di questa zona non può essere processato. Verifica che SERIAL, REFRESH, RETRY, EXPIRE and MINIMUM siano ognuno in una linea diversa da altri dati.';
$wb['ignore_record_not_class_in'] = 'Ignoro record DNS non di tipo IN.';
$wb['ignore_record_unknown_type'] = 'Ignoro record DNS record di tipo sconosciuto.';
$wb['ignore_record_invalid_owner'] = 'Ignoro record DNS non essendo possibile di validare il nome del titolare.';
$wb['zone_file_import_fail'] = 'Il file di zona non è stato importato.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'Data';
$wb['type_txt'] = 'tipo';
$wb['data_txt'] = 'Dati';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Active';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname is empty.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'Text empty';
$wb['data_error_regex'] = 'Text format invalid';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'Il campo hostname è vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha un formato errato.';
$wb['data_error_empty'] = 'Testo vuoto';
$wb['data_error_regex'] = 'Formato testo non valido';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
?>
......@@ -7,12 +7,12 @@ $wb['data_txt'] = 'Mailserver hostname';
$wb['aux_txt'] = 'Priorita';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records raggiunto per il tuo account.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname vuoto.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'Mailserver hostname empty';
$wb['data_error_regex'] = 'Mailserver hostname format invalid';
$wb['duplicate_mx_record_txt'] = 'Duplicate MX record.';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['limit_dns_record_txt'] = 'Hai raggiunto il massimo numero di record DNS per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'Campo hostname è vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha un formato errato.';
$wb['data_error_empty'] = 'hostname del Mailserver vuoto';
$wb['data_error_regex'] = 'L\'hostname del Mailserver ha un formato non valido';
$wb['duplicate_mx_record_txt'] = 'record MX Duplicato.';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Hostname';
$wb['order_txt'] = 'Order';
$wb['order_txt'] = 'Ordine';
$wb['pref_txt'] = 'Pref';
$wb['flags_txt'] = 'Flags';
$wb['service_txt'] = 'Service';
$wb['flags_txt'] = 'Bandierine';
$wb['service_txt'] = 'Servizio';
$wb['regexp_txt'] = 'RegExp';
$wb['replacement_txt'] = 'Replacement';
$wb['replacement_txt'] = 'Rimpiazzo';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Active';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname is empty.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'NAPTR record is empty.';
$wb['naptr_error_regex'] = 'Invalid NAPTR record. The NAPTR record must include Order, Pref and either Regex or Replacement.';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['record_parse_error'] = 'Could not parse the record found in database.';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'Hai raggiunto il numero massimo di record DNS per il tuo profilo.';
$wb['no_zone_perm'] = 'Non sei abilitato ad aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'il campo hostnome è vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha formato errato.';
$wb['data_error_empty'] = 'Il record NAPTR è vuoto.';
$wb['naptr_error_regex'] = 'record NAPTR non valido. Il record NAPTR deve includere Ordine, Pref e o Regex oppure Rimpiazzo.';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
$wb['record_parse_error'] = 'Non ho posso gestire il record trovato nel database.';
?>
......@@ -6,11 +6,11 @@ $wb['type_txt'] = 'type';
$wb['data_txt'] = 'Hostname';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'Numero massimo record DNS raggiunto per il tuo account.';
$wb['limit_dns_record_txt'] = 'Numero massimo record DNS raggiunto per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai i permessi per aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'Zona vuota.';
$wb['name_error_regex'] = 'La zona ha un formato errato.';
$wb['data_error_empty'] = 'Nameserver vuoto';
$wb['data_error_regex'] = 'Formato nameserver non valido';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['zone_txt'] = 'Zonae';
$wb['name_txt'] = 'Nome';
$wb['type_txt'] = 'tipo';
$wb['data_txt'] = 'Canonical Hostname';
$wb['data_txt'] = 'Hostname Canonico';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records raggiunto per il tuo account.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The name vuoto.';
$wb['name_error_regex'] = 'The name has the wrong format.';
$wb['data_error_empty'] = 'Canonical hostname empty';
$wb['data_error_regex'] = 'Canonical hostname format invalid';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['limit_dns_record_txt'] = 'il massimo numero of DNS records raggiunto per il tuo profilo.';
$wb['no_zone_perm'] = 'Non sei abilitato ad aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'Il nome è vuoto.';
$wb['name_error_regex'] = 'Il nome non è corretto.';
$wb['data_error_empty'] = 'hostname Canonico è vuoto';
$wb['data_error_regex'] = 'hostname Canonico non valido';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'Responsible Person';
$wb['data_txt'] = 'Responsabile';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records raggiunto per il tuo account.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname vuoto.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'Responsible person field empty';
$wb['data_error_regex'] = 'Responsible person field format invalid';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['limit_dns_record_txt'] = 'Hai raggiunto il numero massimo di record DNS per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'L\'hostname è vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha un formato errato.';
$wb['data_error_empty'] = 'Campo Responsabile vuoto';
$wb['data_error_regex'] = 'Campo Responsabile con formato errato';
$wb['ttl_range_error'] = 'Min. TTL è 60 secondi.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'DNS Zone';
$wb['origin_txt'] = 'Zona DNS';
$wb['ns_txt'] = 'NS';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_slave_zone_txt'] = 'The max. number of Secondary DNS zones raggiunto per il tuo account.';
$wb['limit_dns_slave_zone_txt'] = 'Hai raggiunto il numero massimo di zone DNS secondarie per il tuo profilo.';
$wb['client_txt'] = 'Cliente';
$wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)';
$wb['server_id_error_empty'] = 'No server selected';
$wb['origin_error_empty'] = 'Zone vuoto.';
$wb['origin_error_unique'] = 'There is already a record for this zone.';
$wb['origin_error_regex'] = 'Zone has a invalid format.';
$wb['ns_error_regex'] = 'NS has a invalid format.';
$wb['eg_domain_tld'] = 'e.g. domain.tld.';
$wb['ipv4_form_txt'] = 'Separate multiple IPs with commas';
$wb['secondary_zone_txt'] = 'Secondary DNS Zone';
$wb['xfer_txt'] = 'Consenti il trasferimento di zona a <br />questi IP (lista indirizzi separati da virgola)';
$wb['server_id_error_empty'] = 'Nessun server selezionato';
$wb['origin_error_empty'] = 'Zona vuoto.';
$wb['origin_error_unique'] = 'Esiste già un record per questa zona.';
$wb['origin_error_regex'] = 'Zona ha un formato non valido.';
$wb['ns_error_regex'] = 'NS ha un formato non valido.';
$wb['eg_domain_tld'] = 'esempio: domain.tld.';
$wb['ipv4_form_txt'] = 'Separare più indirizzi IP con virgola';
$wb['secondary_zone_txt'] = 'Zona DNS Secondaria';
?>
<?php
$wb['list_head_txt'] = 'Secondary DNS-Zones';
$wb['list_head_txt'] = 'DNS-Zona Secondaria';
$wb['active_txt'] = 'Attivo';
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'Zone';
$wb['ns_txt'] = 'NS';
$wb['add_new_record_txt'] = 'Aggiungi un nuovo Secondary DNS-Zone';
$wb['eg_domain_tld'] = 'e.g. domain.tld.';
$wb['add_new_record_txt'] = 'Aggiungi una nuova DNS-Zona secondaria';
$wb['eg_domain_tld'] = 'esempio: domain.tld.';
$wb['sys_groupid_txt'] = 'Cliente';
?>
......@@ -5,5 +5,5 @@ $wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'Zona';
$wb['ns_txt'] = 'NS';
$wb['add_new_record_txt'] = 'Aggiungi una nuova zona DNS Secondaria';
$wb['eg_domain_tld'] = 'e.g. domain.tld.';
$wb['eg_domain_tld'] = 'esempio: domain.tld.';
?>
......@@ -4,16 +4,16 @@ $wb['origin_txt'] = 'Zona (SOA)';
$wb['ns_txt'] = 'NS';
$wb['mbox_txt'] = 'Email';
$wb['serial_txt'] = 'Seriale';
$wb['refresh_txt'] = 'Refresh';
$wb['retry_txt'] = 'Retry';
$wb['expire_txt'] = 'Expire';
$wb['minimum_txt'] = 'Minimum (negative cache ttl)';
$wb['refresh_txt'] = 'Aggiornamento';
$wb['retry_txt'] = 'Ritenta';
$wb['expire_txt'] = 'Scade';
$wb['minimum_txt'] = 'Minimo (cache ttl negativa)';
$wb['ttl_txt'] = 'TTL';
$wb['xfer_txt'] = 'Consenti trasferimento zone a <br />questi IP (elenco separato da virgola)';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_zone_txt'] = 'Numero massimo zone DNS raggiunto per il tuo account.';
$wb['limit_dns_zone_txt'] = 'Numero massimo zone DNS raggiunto per il tuo profilo.';
$wb['client_txt'] = 'Cliente';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record DNZ a questa zona.';
$wb['server_id_error_empty'] = 'Nessun server selezionato!';
$wb['origin_error_empty'] = 'Zona vuoto.';
$wb['origin_error_unique'] = 'Esiste già un record per questa zona.';
......@@ -21,27 +21,27 @@ $wb['origin_error_regex'] = 'La zona ha un formato errato.';
$wb['ns_error_regex'] = 'NS ha un formato errato.';
$wb['mbox_error_empty'] = 'Email vuoto.';
$wb['mbox_error_regex'] = 'Email formato errato.';
$wb['also_notify_txt'] = 'Also Notify';
$wb['update_acl_txt'] = 'Aggiorna ACL';
$wb['also_notify_txt'] = 'Notifica anche';
$wb['update_acl_txt'] = 'Aggiorna ACL';
$wb['also_notify_error_regex'] = 'Per favore utilizza un indirizzo IP.';
$wb['seconds_txt'] = 'Secondi';
$wb['eg_domain_tld'] = 'e.g. domain.tld';
$wb['eg_ns1_domain_tld'] = 'e.g. ns1.domain.tld';
$wb['eg_webmaster_domain_tld'] = 'e.g. webmaster@domain.tld';
$wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'Il dominio non può essere modificato. Per cortesia contatta l';
$wb['refresh_range_error'] = 'Min. Refresh time di 60 secondi.';
$wb['retry_range_error'] = 'Min. Retry time di 60 secondi.';
$wb['expire_range_error'] = 'Min. Expire time di 60 secondi.';
$wb['minimum_range_error'] = 'Min. Minimum time di 60 secondi.';
$wb['ttl_range_error'] = 'Min. TTL time di 60 secondi.';
$wb['xfer_error_regex'] = 'Also notify: Per cortesia utilizzare un indirizzo IP.';
$wb['eg_domain_tld'] = 'esempio: domain.tld';
$wb['eg_ns1_domain_tld'] = 'esempio: ns1.domain.tld';
$wb['eg_webmaster_domain_tld'] = 'esempio: webmaster@domain.tld';
$wb['The Domain can not be changed. Please ask your Administrator if you want to change the domain name.'] = 'Il dominio non può essere modificato. Per cortesia contatta l\'amministratore se vuoi cambiare il nome di dominio.';
$wb['refresh_range_error'] = 'Minimo intevallo di aggiornamento di 60 secondi.';
$wb['retry_range_error'] = 'Minimo intervallo di riprova di 60 secondi.';
$wb['expire_range_error'] = 'Minimo tempo di scadenza di 60 secondi.';
$wb['minimum_range_error'] = 'Minimo tempo di 60 secondi.';
$wb['ttl_range_error'] = 'Min. TTL di 60 secondi.';
$wb['xfer_error_regex'] = 'Notifica anche: Per cortesia utilizzare un indirizzo IP.';
$wb['dnssec_info_txt'] = 'DNSSEC DS-Data for registry';
$wb['dnssec_wanted_txt'] = 'Sign zone (DNSSEC)';
$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 delivered in signed format afterwards. If you use PowerDNS, keys WILL be deleted!';
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
$wb['soa_cannot_be_changed_txt'] = 'Die Zone (SOA) kann nicht verändert werden. Bitte kontaktieren Sie ihren Administrator, um die Zone zu ändern.';
$wb['configuration_error_txt'] = 'CONFIGURATION ERROR';
$wb['dnssec_algo_txt'] = 'DNSSEC Algorithm';
$wb['dnssec_wanted_txt'] = 'Firma la zona (DNSSEC)';
$wb['dnssec_wanted_info'] = 'Quando viene disabilitata la DNSSEC le chiavi non vengono cancellate se erano già state generate ma la zona sarà distribuita in formato non firmato. Se si usa PowerDNS le chiavi verranno cancellate!';
$wb['error_not_allowed_server_id'] = 'Il server selezionato non è abilitato per il tuo profilo.';
$wb['soa_cannot_be_changed_txt'] = 'La zona SOA non può essere modificata. Contatta l\'Amministratore se hai necessità di fare la modifica.';
$wb['configuration_error_txt'] = 'ERRORE DI CONFIGURATIONE';
$wb['dnssec_algo_txt'] = 'Algoritmo DNSSEC';
$wb['rendered_zone_txt'] = 'Bind zone format for reference and export.';
$wb['rendered_zone_unavailable_txt'] = 'Sorry, no data is available yet.';
?>
<?php
$wb['list_head_txt'] = 'DNS-Zones';
$wb['list_head_txt'] = 'Zone DNS';
$wb['active_txt'] = 'Attivo';
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'Zone';
$wb['origin_txt'] = 'Zona';
$wb['ns_txt'] = 'NS';
$wb['mbox_txt'] = 'Email';
$wb['add_new_record_wizard_txt'] = 'Aggiungi un nuovo DNS Zone with Wizard';
$wb['add_new_record_wizard_txt'] = 'Aggiungi una nuova Zona DNS con la procedura guidata';
$wb['add_new_record_txt'] = 'Aggiungi un nuovo DNS Zone manually';
$wb['import_zone_file_txt'] = 'Import Zone File';
$wb['import_zone_file_txt'] = 'Importa file di Zona';
$wb['sys_groupid_txt'] = 'Cliente';
?>
<?php
$wb['list_head_txt'] = 'DNS Zones';
$wb['list_head_txt'] = 'Zona DNS';
$wb['active_txt'] = 'Attivo';
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'Zone';
$wb['origin_txt'] = 'Zona';
$wb['ns_txt'] = 'NS';
$wb['mbox_txt'] = 'Email';
$wb['add_new_record_txt'] = 'Aggiungi un nuovo DNS Zone (SOA)';
$wb['add_new_record_wizard_txt'] = 'Aggiungi un nuova nuova Zona DNS con il configuratore automatico';
$wb['import_zone_file_txt'] = 'Import Zone File';
$wb['add_new_record_txt'] = 'Aggiungi una nuova Zona DNS (SOA)';
$wb['add_new_record_wizard_txt'] = 'Aggiungi un nuova nuova Zona DNS con la procedura guidata';
$wb['import_zone_file_txt'] = 'Importa file di Zona';
?>
<?php
$wb['data_txt'] = 'SPF-Record';
$wb['name_txt'] = 'Hostname';
$wb['spf_mechanism_txt'] = 'SPF Mechanism';
$wb['spf_mechanism_pass_txt'] = 'Pass - allow mail from other senders';
$wb['spf_mechanism_fail_txt'] = 'Fail - reject mail from other senders';
$wb['spf_mechanism_softfail_txt'] = 'SoftFail - allow mail from other senders but mark the email';
$wb['spf_mechanism_neutral_txt'] = 'Neutral - do nothing';
$wb['spf_mx_txt'] = 'Allow servers listed as MX to send email for this domain';
$wb['spf_a_txt'] = 'Allow current IP address of the domain to send email for this domain';
$wb['spf_ip_txt'] = 'Additional IP addresses in CIDR format that deliver or relay mail for this domain';
$wb['spf_ip_note_txt'] = '(Sepearate IPs with whitespaces)';
$wb['spf_invalid_ip_txt'] = 'Invalid IP-address';
$wb['spf_hostname_txt'] = 'Any other server hostname that may deliver or relay mail for this domain';
$wb['spf_hostname_note_txt'] = '(Sepearate hostnames with whitespaces)';
$wb['spf_invalid_hostname_txt'] = 'Invalid hostname';
$wb['spf_domain_txt'] = 'Any domains that may deliver or relay mail for this domain';
$wb['spf_domain_note_txt'] = '(Sepearate domains with whitespaces)';
$wb['spf_invalid_domain_txt'] = 'Invalid domainname';
$wb['spf_mechanism_txt'] = 'Meccanismo SPF';
$wb['spf_mechanism_pass_txt'] = 'Superato - consente mail dai mittenti';
$wb['spf_mechanism_fail_txt'] = 'Fallito - rifiuta mail dai mittenti';
$wb['spf_mechanism_softfail_txt'] = 'Intermedio - consente mail da altri mittenti ma contrassegna la mail';
$wb['spf_mechanism_neutral_txt'] = 'Neutrale - nessuna azione';
$wb['spf_mx_txt'] = 'Consenti ai server elencati come MX di inviare email per questo dominio';
$wb['spf_a_txt'] = 'Consenti all\'indirizzo IP del dominio di inviare email per questo dominio';
$wb['spf_ip_txt'] = 'Indirizzi IP aggiuntivi in formato CIDR che consegnano o rilanciano mail per questo dominio';
$wb['spf_ip_note_txt'] = '(Sepearare gli indirizzi IP con spazi)';
$wb['spf_invalid_ip_txt'] = 'Indirizzo IP non corretto';
$wb['spf_hostname_txt'] = 'Qualunque nome server che può consegnare posta o rilanciare posta per questo dominio.';
$wb['spf_hostname_note_txt'] = '(Sepearare i nomi con spazi)';
$wb['spf_invalid_hostname_txt'] = 'nome host non valido';
$wb['spf_domain_txt'] = 'Qualunque dominio che può consegnare o rilanciare posta per questo dominio';
$wb['spf_domain_note_txt'] = '(Sepearare i domini con spazi)';
$wb['spf_invalid_domain_txt'] = 'Nome dominio non valido';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Active';
$wb['record_exists_txt'] = 'DNS-Record already exists';
$wb['spf_record_exists_txt'] = 'SPF-Record already exists for hostname "{hostname}". Do you want to <a href="#" data-load-content="dns/dns_spf_edit.php?id={existing_record_id}">edit the existing record</a>?';
$wb['spf_record_exists_multiple_txt'] = 'Multiple SPF-Records exist for hostname "{hostname}". This will cause recipients to reject your mail! Delete or merge duplicate existing records and try again.';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['btn_edit_as_txt_record_txt'] = 'Edit as TXT record';
$wb['active_txt'] = 'Attivo';
$wb['record_exists_txt'] = 'DNS-Record esite già';
$wb['spf_record_exists_txt'] = 'SPF-Record esiste già per il nome host "{hostname}". Vuoi <a href="#" data-load-content="dns/dns_spf_edit.php?id={existing_record_id}">modificare il record esistente</a>?';
$wb['spf_record_exists_multiple_txt'] = 'Sono presenti più record SPF per il nome host "{hostname}". Questo causerà il rifiuto delle mail da parte dei destinatari. Cancella o unisci i doppioni esistenti e prova di nuovo.';
$wb['limit_dns_record_txt'] = 'Hai raggiunto il massimo numero di record DNS per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondsi';
$wb['name_error_regex'] = 'Il nome host ha un formato errato.';
$wb['btn_edit_as_txt_record_txt'] = 'Modifica come record TXT';
?>
......@@ -3,18 +3,18 @@ $wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Nome Host';
$wb['type_txt'] = 'tipo';
$wb['target_txt'] = 'Target';
$wb['weight_txt'] = 'Weight';
$wb['port_txt'] = 'Port';
$wb['target_txt'] = 'Obiettivo';
$wb['weight_txt'] = 'Peso';
$wb['port_txt'] = 'Porta';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'Limite massimo record DNS raggiunto per il tuo account.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'Nome Host vuoto.';
$wb['limit_dns_record_txt'] = 'Limite massimo record DNS raggiunto per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere un record a questa zona DNS.';
$wb['name_error_empty'] = 'Nome Host vuoto.';
$wb['name_error_regex'] = 'Nome Host formato errato.';
$wb['data_error_empty'] = 'Server record empty';
$wb['data_error_regex'] = 'Server record format invalid';
$wb['srv_error_regex'] = 'Invalid server record format. The server record must contain 3 text strings separated by spaces.';
$wb['data_error_empty'] = 'Server record vuoto';
$wb['data_error_regex'] = 'Server record formato non valido';
$wb['srv_error_regex'] = 'Formato Record del server non valido. Il record del server deve contenre 3 stringhe di testo separate da spazio.';
$wb['aux_txt'] = 'Priorita';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'Data';
$wb['type_txt'] = 'tipo';
$wb['data_txt'] = 'Dati';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Active';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname is empty.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'Text empty';
$wb['data_error_regex'] = 'Text format invalid';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['active_txt'] = 'Attiva';
$wb['limit_dns_record_txt'] = 'Numero massimo record DNS raggiunto per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai i permessi per aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'L\'hostname è vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha un formato errato.';
$wb['data_error_empty'] = 'Testo vuoto';
$wb['data_error_regex'] = 'Formato testo non valido';
$wb['ttl_range_error'] = 'Minimo TTL 60 secondi.';
?>
<?php
$wb['name_txt'] = 'Nome';
$wb['fields_txt'] = 'Fields';
$wb['template_txt'] = 'Template';
$wb['visible_txt'] = 'Visible';
$wb['placeholder_txt'] = 'Placeholder';
$wb['fields_txt'] = 'Campi';
$wb['template_txt'] = 'Modello';
$wb['visible_txt'] = 'Visibile';
$wb['placeholder_txt'] = 'Segnaposto';
?>
<?php
$wb['list_head_txt'] = 'DNS Wizard Modello';
$wb['list_head_txt'] = 'Procedura guidata Modello DNS';
$wb['visible_txt'] = 'Visibile';
$wb['name_txt'] = 'Nome';
$wb['add_new_record_txt'] = 'Aggiungi un nuovo record';
$wb['add_new_record_txt'] = 'Aggiungi un nuovo record';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Service-Descriptor';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'TLSA-Data';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Descrizione-Servizio';
$wb['type_txt'] = 'Tipo';
$wb['data_txt'] = 'Dati TLSA';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Active';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname is empty.';
$wb['name_error_regex'] = 'The hostname has the wrong format. Correct: _&lt;port&gt;._(tcp|udp).&lt;hostname&gt;';
$wb['data_error_empty'] = 'TLSA-Data empty';
$wb['data_error_regex'] = 'TLSA dataformat is wrong. Correct: n n n HASH';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'Hai raggiunto il massimo numero di record DNS per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'Il campo hostname è vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha un formato errato. Corretto: _&lt;port&gt;._(tcp|udp).&lt;hostname&gt;';
$wb['data_error_empty'] = 'Dati TLSA vuoto';
$wb['data_error_regex'] = 'Formato dati TLSA scorretto. Corretto: n n n HASH';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
?>
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['zone_txt'] = 'Zona';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'Text';
$wb['type_txt'] = 'tipo';
$wb['data_txt'] = 'Testo';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Attivo';
$wb['limit_dns_record_txt'] = 'The max. number of DNS records raggiunto per il tuo account.';
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.';
$wb['name_error_empty'] = 'The hostname vuoto.';
$wb['name_error_regex'] = 'The hostname has the wrong format.';
$wb['data_error_empty'] = 'Text empty';
$wb['data_error_regex'] = 'Text format invalid';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
$wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button';
$wb['limit_dns_record_txt'] = 'Hai raggiunto il massimo numero di record DNS per il tuo profilo.';
$wb['no_zone_perm'] = 'Non hai il permesso di aggiungere record a questa zona DNS.';
$wb['name_error_empty'] = 'Campo hostname vuoto.';
$wb['name_error_regex'] = 'L\'hostname ha un formato non valido.';
$wb['data_error_empty'] = 'Testo vuoto';
$wb['data_error_regex'] = 'Formato testo non valido';
$wb['ttl_range_error'] = 'Minimo TTL è 60 secondi.';
$wb['invalid_type_dkim'] = 'DKIM non consentito. Usare il tasto DKIM';
$wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button';
$wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.';
$wb['invalid_type_spf'] = 'SPF non è consentito. Usare il tasto SPF.';
?>