Marius Burkard
2016-07-01 49441bdd0f3ff75d5092d5b832b97ea722a66363
commit | author | age
13d323 1 <?php
5df605 2 $wb['list_head_txt'] = 'DNS Zone Wizard';
C 3 $wb['list_desc_txt'] = 'Create a DNS Zone via a wizard';
4a4766 4 $wb['dns_zone_txt'] = 'DNS Zone';
13d323 5 $wb['template_id_txt'] = 'Template';
T 6 $wb['server_id_txt'] = 'Server';
7 $wb['client_txt'] = 'Client';
566762 8 $wb["btn_save_txt"] = 'Create DNS-Record';
992797 9 $wb["btn_cancel_txt"] = 'Cancel';
MC 10 $wb['domain_txt'] = 'Domain';
11 $wb['email_txt'] = 'Email';
9e1a30 12 $wb['dkim_txt'] = 'DKIM';
ca0e6e 13 $wb['dnssec_txt'] = 'Sign zone (DNSSEC)';
992797 14 $wb['ns1_txt'] = 'NS 1';
MC 15 $wb['ns2_txt'] = 'NS 2';
16 $wb['ip_txt'] = 'IP Address';
604d25 17 $wb['ipv6_txt'] = 'IPv6 Address';
13d323 18 $wb['error_origin_empty'] = 'Origin empty.';
44d2a7 19 $wb['error_ns_empty'] = 'NS empty.';
T 20 $wb['error_mbox_empty'] = 'Mbox empty.';
21 $wb['error_refresh_empty'] = 'Refresh empty.';
22 $wb['error_retry_empty'] = 'Retry empty.';
23 $wb['error_expire_empty'] = 'Expire empty.';
24 $wb['error_minimum_empty'] = 'Minimum empty.';
25 $wb['error_ttl_empty'] = 'TTL empty.';
26 $wb['error_domain_empty'] = 'Domain empty';
27 $wb['error_ip_empty'] = 'IP empty.';
604d25 28 $wb['error_ipv6_empty'] = 'IPv6 empty.';
44d2a7 29 $wb['error_ns1_empty'] = 'NS1 empty.';
T 30 $wb['error_ns2_empty'] = 'NS2 empty.';
72695f 31 $wb['error_email_empty'] = 'Email empty.';
9b8918 32 $wb['error_domain_regex'] = 'Domain contains invalid characters.';
T 33 $wb['error_ns1_regex'] = 'NS1 contains invalid characters.';
34 $wb['error_ns2_regex'] = 'NS2 contains invalid characters.';
35 $wb['error_email_regex'] = 'Email does not contain a valid email address.';
77dbe5 36 $wb['globalsearch_resultslimit_of_txt'] = "of";
F 37 $wb['globalsearch_resultslimit_results_txt'] = "results";
38 $wb['globalsearch_noresults_text_txt'] = "No results.";
992797 39 $wb['globalsearch_noresults_limit_txt'] = "0 results";
MC 40 $wb['globalsearch_searchfield_watermark_txt'] = "Search";
41 $wb['globalsearch_suggestions_text_txt'] = "Suggestions";
bd6659 42 $wb['error_no_server_id'] = 'No server provided.';
SJ 43 $wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.';
b33d7d 44 $wb["limit_dns_zone_txt"] = 'The max. number of DNS zones for your account is reached.';
b9ea02 45 ?>