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'; |
604d25
|
12 |
$wb['ipv6_txt'] = 'IPv6 Address'; |
da5a1d
|
13 |
$wb['error_origin_empty'] = 'Origin empty.'; |
0b7253
|
14 |
$wb['error_ns_empty'] = 'NS empty.'; |
T |
15 |
$wb['error_mbox_empty'] = 'Mbox empty.'; |
|
16 |
$wb['error_refresh_empty'] = 'Refresh empty.'; |
|
17 |
$wb['error_retry_empty'] = 'Retry empty.'; |
|
18 |
$wb['error_expire_empty'] = 'Expire empty.'; |
|
19 |
$wb['error_minimum_empty'] = 'Minimum empty.'; |
|
20 |
$wb['error_ttl_empty'] = 'TTL empty.'; |
|
21 |
$wb['error_domain_empty'] = 'Domain empty'; |
|
22 |
$wb['error_ip_empty'] = 'IP empty.'; |
604d25
|
23 |
$wb['error_ipv6_empty'] = 'IPv6 empty.'; |
0b7253
|
24 |
$wb['error_ns1_empty'] = 'NS1 empty.'; |
T |
25 |
$wb['error_ns2_empty'] = 'NS2 empty.'; |
|
26 |
$wb['error_email_empty'] = 'EMail empty.'; |
40dd9f
|
27 |
$wb['error_domain_regex'] = 'Domain contains invalid characters.'; |
T |
28 |
$wb['error_ns1_regex'] = 'NS1 contains invalid characters.'; |
|
29 |
$wb['error_ns2_regex'] = 'NS2 contains invalid characters.'; |
|
30 |
$wb['error_email_regex'] = 'Email does not contain a valid email address.'; |
142907
|
31 |
$wb['dns_zone_txt'] = 'DNS Zone'; |
T |
32 |
$wb['globalsearch_resultslimit_of_txt'] = 'of'; |
|
33 |
$wb['globalsearch_resultslimit_results_txt'] = 'results'; |
|
34 |
$wb['globalsearch_noresults_text_txt'] = 'No results.'; |
|
35 |
$wb['globalsearch_noresults_limit_txt'] = '0 results'; |
|
36 |
$wb['globalsearch_searchfield_watermark_txt'] = 'Search'; |
|
37 |
$wb['globalsearch_suggestions_text_txt'] = 'Suggestions'; |
bfcdef
|
38 |
$wb['list_head_txt'] = 'DNS Zone Wizard'; |
T |
39 |
$wb['list_desc_txt'] = 'Create a DNS Zone via a wizard'; |
71144c
|
40 |
$wb['dkim_txt'] = 'DKIM enabled'; |
407003
|
41 |
$wb['error_no_server_id'] = 'No server provided.'; |
TB |
42 |
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
4bdecc
|
43 |
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; |
da5a1d
|
44 |
?> |