ftimme
2005-12-21 1d3319e2b412c7f301146878700b9733cbc1bab0
commit | author | age
5667a9 1 <?php
f6ee7a 2 $wb["zone_txt"] = 'Zone';
F 3 $wb["name_txt"] = 'Name';
4 $wb["type_txt"] = 'Type';
5 $wb["data_txt"] = 'Data';
6 $wb["aux_txt"] = 'Preference/Priority';
7 $wb["ttl_txt"] = 'TTL';
7bdb8d 8 $wb["weight_txt"] = 'Weight';
F 9 $wb["port_txt"] = 'Port';
10 $wb["rp_mbox_txt"] = 'RP Mailbox';
11 $wb["rp_txtref_txt"] = 'RP TXTREF';
12 $wb["srv_target_txt"] = 'SRV TARGET';
13 $wb["zone_origin_txt"] = 'Zone Origin';
14 $wb["ns_txt"] = 'Name Server';
15 $wb["mbox_txt"] = 'Admin Email';
5667a9 16 $wb["btn_save_txt"] = 'Save';
F 17 $wb["btn_cancel_txt"] = 'Cancel';
f6ee7a 18 $wb["rr_data_error_empty"] = 'The data field must not be empty!';
853f65 19 $wb["rr_aux_error_noint"] = 'Preference/priority must be an integer!';
f6ee7a 20 $wb["rr_ttl_error_notpositive"] = 'The TTL must be positive!';
7bdb8d 21 $wb["error_ptr"] = 'must contain a fully qualified domain name, ending with a dot!';
F 22 $wb["error_hinfo"] = 'must contain the CPU type, then a space, then the OS type!';
23 $wb["error_aaaa"] = 'must contain a valid IPv6 address!';
24 $wb["error_a"] = 'must contain a valid IP address!';
25 $wb["error_must_be_integer"] = 'must be an integer!';
26 $wb["error_must_not_be_greater_than_2147483647"] = 'must not be greater than 2147483647!';
27 $wb["error_must_be_positive"] = 'must be positive!';
28 $wb["error_must_not_be_negative"] = 'must not be negative!';
29 $wb["error_255_characters"] = 'contains more than 255 characters!';
30 $wb["error_63_characters"] = 'contains a part with more than 63 characters!';
31 $wb["error_invalid_characters"] = 'contains a part with invalid characters!';
32 $wb["error_hyphen_begin"] = 'contains a part that begins with a hyphen!';
33 $wb["error_hyphen_end"] = 'contains a part that ends with a hyphen!';
34 $wb["error_wildcard_non_initial_part"] = 'contains a wildcard in a non-initial part!';
35 $wb["error_wildcard_mix"] = 'contains a part mixing a wildcard character with other data!';
36 $wb["error_no_wildcard_allowed"] = 'must not contain wildcards!';
37 $wb["error_out_of_zone"] = 'is out of zone!';
38 $wb["error_invalid_rp"] = 'has invalid format. The correct format is the <i>mbox</i> (a DNS-encoded email address), then a space, then the <i>txtref</i>, which should contain either a host for TXT lookup or a dot!';
1d3319 39 $wb["error_invalid_srv"] = 'has invalid format. The correct format is the <i>weight</i> (0-65535), then a space, then the <i>port</i> (0-65535), then a space, then the <i>target</i>!';
7bdb8d 40 $wb["error_srv_out_of_range"] = 'for SRV record is out of range!';
2ebd32 41 $wb["error_no_permission"] = 'You do not have the right permissions to perform the action!';
5667a9 42 ?>