Marius Cramer
2014-08-13 31230cb7cda673db7a96fb14d93dfaf9262c74cf
commit | author | age
da5a1d 1 <?php
F 2 $wb['template_id_txt'] = 'Template';
3 $wb['server_id_txt'] = 'Server';
4 $wb['client_txt'] = 'Client';
5 $wb['btn_save_txt'] = 'Create DNS Record';
6 $wb['btn_cancel_txt'] = 'Cancel';
7 $wb['domain_txt'] = 'Domain';
8 $wb['email_txt'] = 'Email';
9 $wb['ns1_txt'] = 'NS 1';
10 $wb['ns2_txt'] = 'NS 2';
11 $wb['ip_txt'] = 'IP Address';
12 $wb['error_origin_empty'] = 'Origin empty.';
0b7253 13 $wb['error_ns_empty'] = 'NS empty.';
T 14 $wb['error_mbox_empty'] = 'Mbox empty.';
15 $wb['error_refresh_empty'] = 'Refresh empty.';
16 $wb['error_retry_empty'] = 'Retry empty.';
17 $wb['error_expire_empty'] = 'Expire empty.';
18 $wb['error_minimum_empty'] = 'Minimum empty.';
19 $wb['error_ttl_empty'] = 'TTL empty.';
20 $wb['error_domain_empty'] = 'Domain empty';
21 $wb['error_ip_empty'] = 'IP empty.';
22 $wb['error_ns1_empty'] = 'NS1 empty.';
23 $wb['error_ns2_empty'] = 'NS2 empty.';
24 $wb['error_email_empty'] = 'EMail empty.';
40dd9f 25 $wb['error_domain_regex'] = 'Domain contains invalid characters.';
T 26 $wb['error_ns1_regex'] = 'NS1 contains invalid characters.';
27 $wb['error_ns2_regex'] = 'NS2 contains invalid characters.';
28 $wb['error_email_regex'] = 'Email does not contain a valid email address.';
142907 29 $wb['dns_zone_txt'] = 'DNS Zone';
T 30 $wb['globalsearch_resultslimit_of_txt'] = 'of';
31 $wb['globalsearch_resultslimit_results_txt'] = 'results';
32 $wb['globalsearch_noresults_text_txt'] = 'No results.';
33 $wb['globalsearch_noresults_limit_txt'] = '0 results';
34 $wb['globalsearch_searchfield_watermark_txt'] = 'Search';
35 $wb['globalsearch_suggestions_text_txt'] = 'Suggestions';
bfcdef 36 $wb['list_head_txt'] = 'DNS Zone Wizard';
T 37 $wb['list_desc_txt'] = 'Create a DNS Zone via a wizard';
da5a1d 38 ?>
14f228 39