| | |
| | | <?php |
| | | |
| | | $wb['list_head_txt'] = 'DNS Zone Wizard'; |
| | | $wb['list_desc_txt'] = 'Create a DNS Zone via a wizard'; |
| | | $wb['dns_zone_txt'] = 'DNS Zone'; |
| | | $wb['template_id_txt'] = 'Template'; |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['client_txt'] = 'Client'; |
| | | $wb["btn_save_txt"] = 'Create DNS Record'; |
| | | $wb["btn_save_txt"] = 'Create DNS-Record'; |
| | | $wb["btn_cancel_txt"] = 'Cancel'; |
| | | $wb['domain_txt'] = 'Domain'; |
| | | $wb['email_txt'] = 'Email'; |
| | | $wb['dkim_txt'] = 'DKIM'; |
| | | $wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; |
| | | $wb['ns1_txt'] = 'NS 1'; |
| | | $wb['ns2_txt'] = 'NS 2'; |
| | | $wb['ip_txt'] = 'IP Address'; |
| | | $wb['ipv6_txt'] = 'IPv6 Address'; |
| | | $wb['error_origin_empty'] = 'Origin empty.'; |
| | | $wb['error_ns_empty'] = 'NS empty.'; |
| | | $wb['error_mbox_empty'] = 'Mbox empty.'; |
| | |
| | | $wb['error_ttl_empty'] = 'TTL empty.'; |
| | | $wb['error_domain_empty'] = 'Domain empty'; |
| | | $wb['error_ip_empty'] = 'IP empty.'; |
| | | $wb['error_ipv6_empty'] = 'IPv6 empty.'; |
| | | $wb['error_ns1_empty'] = 'NS1 empty.'; |
| | | $wb['error_ns2_empty'] = 'NS2 empty.'; |
| | | $wb['error_email_empty'] = 'EMail empty.'; |
| | | $wb['error_email_empty'] = 'Email empty.'; |
| | | $wb['error_domain_regex'] = 'Domain contains invalid characters.'; |
| | | $wb['error_ns1_regex'] = 'NS1 contains invalid characters.'; |
| | | $wb['error_ns2_regex'] = 'NS2 contains invalid characters.'; |
| | | $wb['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | | $wb['globalsearch_resultslimit_of_txt'] = "of"; |
| | | $wb['globalsearch_resultslimit_results_txt'] = "results"; |
| | | $wb['globalsearch_noresults_text_txt'] = "No results."; |
| | | $wb['globalsearch_noresults_limit_txt'] = "0 results"; |
| | | $wb['globalsearch_searchfield_watermark_txt'] = "Search"; |
| | | $wb['globalsearch_suggestions_text_txt'] = "Suggestions"; |
| | | $wb['error_no_server_id'] = 'No server provided.'; |
| | | $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
| | | $wb["limit_dns_zone_txt"] = 'The max. number of DNS zones for your account is reached.'; |
| | | ?> |