Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
407003 2 $wb['template_id_txt'] = 'Modello';
0dae6d 3 $wb['server_id_txt'] = 'Server';
407003 4 $wb['client_txt'] = 'Cliente';
TB 5 $wb['btn_save_txt'] = 'Crea  DNS Record';
6 $wb['btn_cancel_txt'] = 'Annulla';
7 $wb['domain_txt'] = 'Dominio';
0dae6d 8 $wb['email_txt'] = 'Email';
F 9 $wb['ns1_txt'] = 'NS 1';
10 $wb['ns2_txt'] = 'NS 2';
407003 11 $wb['ip_txt'] = 'Indirizzo IP';
TB 12 $wb['error_origin_empty'] = 'Origine vuoto.';
13 $wb['error_ns_empty'] = 'NS vuoto.';
14 $wb['error_mbox_empty'] = 'Casella Mail vuoto.';
15 $wb['error_refresh_empty'] = 'Refresh vuoto.';
16 $wb['error_retry_empty'] = 'Retry vuoto.';
17 $wb['error_expire_empty'] = 'Expire vuoto.';
18 $wb['error_minimum_empty'] = 'Minimum vuoto.';
19 $wb['error_ttl_empty'] = 'TTL vuoto.';
20 $wb['error_domain_empty'] = 'Dominio vuoto';
21 $wb['error_ip_empty'] = 'IP vuoto.';
22 $wb['error_ns1_empty'] = 'NS1 vuoto.';
23 $wb['error_ns2_empty'] = 'NS2 vuoto.';
24 $wb['error_email_empty'] = 'EMail vuoto.';
25 $wb['error_domain_regex'] = 'Dominio contiene caratteri non validi.';
26 $wb['error_ns1_regex'] = 'NS1 contiene caratteri non validi.';
27 $wb['error_ns2_regex'] = 'NS2 contiene caratteri non validi.';
40dd9f 28 $wb['error_email_regex'] = 'Email does not contain a valid email address.';
142907 29 $wb['dns_zone_txt'] = 'DNS Zone';
407003 30 $wb['globalsearch_resultslimit_of_txt'] = 'di';
TB 31 $wb['globalsearch_resultslimit_results_txt'] = 'risultati';
32 $wb['globalsearch_noresults_text_txt'] = 'Nessun risultato.';
33 $wb['globalsearch_noresults_limit_txt'] = '0 risultati';
34 $wb['globalsearch_searchfield_watermark_txt'] = 'Cerca';
35 $wb['globalsearch_suggestions_text_txt'] = 'Suggerimenti';
36 $wb['list_head_txt'] = 'Wizard Zone DNS';
37 $wb['list_desc_txt'] = 'Crea una zona DNS con un configuratore automatico';
71144c 38 $wb['dkim_txt'] = 'DKIM enabled';
407003 39 $wb['ipv6_txt'] = 'IPv6 Address';
TB 40 $wb['error_ipv6_empty'] = 'IPv6 empty.';
41 $wb['error_no_server_id'] = 'No server provided.';
42 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
0dae6d 43 ?>