1 #
2 # ident "%W% %E% SMI"
3 #
4 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5 # Use is subject to license terms.
6 #
7 # CDDL HEADER START
8 #
9 # The contents of this file are subject to the terms of the
10 # Common Development and Distribution License, Version 1.0 only
11 # (the "License"). You may not use this file except in compliance
12 # with the License.
13 #
14 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 # or http://www.opensolaris.org/os/licensing.
16 # See the License for the specific language governing permissions
17 # and limitations under the License.
18 #
19 # When distributing Covered Code, include this CDDL HEADER in each
20 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
21 # If applicable, add the following below this CDDL HEADER, with the
22 # fields enclosed by brackets "[]" replaced with your own identifying
23 # information: Portions Copyright [yyyy] [name of copyright owner]
24 #
25 # CDDL HEADER END
26 #
27
28 invalid_ip_address={0} is not a valid IP address
29 invalid_option_value=The {0} option requires an {1} value
30 invalid_include_option=The Include option requires a value
31 invalid_option_maximum=The {0} option value exceeds the maximum limit of {1}
32 invalid_option_granularity=The {0} option value must have a granularity of {1}
33
34 invalid_option=The {0} option is an invalid option or is not of the correct type
35 boolean_option=The {0} option is a boolean option
36 not_boolean_option=The {0} option is not a boolean option
37 mac_syntax_error=The macro, {0}, contains a definition syntax error
38 macro_key_length=Macro names must be no more than {0} characters
39 invalid_network={0} is not valid a valid network
40 invalid_netmask={0} is not valid netmask
41
42 dcr_invalid_null_clientip=The client address must be defined.
43 dcr_invalid_clientip=The client address is not a valid address.
44 dcr_invalid_clientid=The client id is not a valid client id.
45 dcr_invalid_flags=The flags value is not valid.
46 dcr_invalid_null_serverip=The server address must be defined.
47 dcr_invalid_serverip=The server address is not a valid address.
48 dcr_invalid_expiration=The lease expiration date is not in a valid format.
49
50 # Note: these msgids are used by the native library.
51 standard_option=Standard
52 extended_option=Extended
53 vendor_option=Vendor
54 site_option=Site
55
56 # Note: these msgids are used by the native library.
57 ascii_type=ASCII text
58 octet_type=Octet
59 ip_type=IP Address
60 number_type=Number
61 boolean_type=Boolean
62 unumber8_type=Unsigned 8-bit Number
63 unumber16_type=Unsigned 16-bit Number
64 unumber32_type=Unsigned 32-bit Number
65 unumber64_type=Unsigned 64-bit Number
66 snumber8_type=Signed 8-bit Number
67 snumber16_type=Signed 16-bit Number
68 snumber32_type=Signed 32-bit Number
69 snumber64_type=Signed 64-bit Number