1 #
2 #ident "%Z%%M% %I% %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 internal_error=An internal 'bridge' error has occurred.
29
30 no_defaults_exception=The DHCP defaults file does not exist or cannot be read.
31 invalid_path_exception={0} is not a valid path.
32 invalid_rsrc_exception={0} is not a valid resource.
33 host_exists_exception=Host {0} already exists in hosts table.
34 no_hosts_entry_exception=Host {0} does not exist in hosts table.
35 not_running_exception=DHCP server is not running.
36 exists_exception={0} already exists.
37 table_exists_exception=Table for {0} already exists.
38 no_entry_exception={0} does not exist.
39 no_table_exception=Table for {0} does not exist.
40 inittab_cat_not_found=Requested inittab category does not exist.
41 wordexp_exception=wordexp(3c) returned {0}.
42
43 dsvc_exists_exception=Already exists.
44 dsvc_access_exception=Access denied.
45 dsvc_credential_exception=No underlying service credential.
46 dsvc_no_ent_exception=Does not exist.
47 dsvc_busy_exception=Busy, try again.
48 dsvc_invalid_args_exception=Internal error, invalid arguments.
49 dsvc_internal_exception=Internal error.
50 dsvc_unavailable_exception=Underlying service required by public module is unavailable.
51 dsvc_collision_exception=Update collision.
52 dsvc_unsupported_exception=Operation unsupported.
53 dsvc_no_memory_exception=Virtual memory exhausted.
54 dsvc_no_resources_exception=Non-memory resources unavailable
55 dsvc_bad_resource_exception=Malformed/missing RESOURCE default.
56 dsvc_bad_path_exception=Malformed/missing PATH default.
57 dsvc_bad_authtoken_exception=Malformed/missing AUTHTOKEN default.
58 dsvc_mod_version_exception=Public module version mismatch.
59 dsvc_mod_err_exception=Error in public module.
60 dsvc_mod_load_err_exception=Error loading public module.
61 dsvc_mod_unload_err_exception=Error unloading public module.
62 dsvc_synch_err_exception=Error in synchronization protocol.
63 dsvc_no_lockmgr_exception=Cannot contact lock manager.
64 dsvc_no_location_exception=Location nonexistent.
65 dsvc_bad_conver_exception=Malformed/missing CONVER default.
66 dsvc_no_table_exception=Table does not exist.
67 dsvc_table_exists_exception=Table already exists.
68
69 dsym_too_few_fields_exception={0} option definition does not contain enough fields.
70 dsym_too_many_fields_exception={0} option definition contains too many fields.
71 dsym_syntax_exception={0} is syntactically incorrect.
72 dsym_code_out_of_range_exception={0} option codes must be between {1} and {2}.
73 dsym_value_out_of_range_exception=The value {0} is outside the valid range.
74 dsym_invalid_cat_exception={0} is not a valid option category.
75 dsym_invalid_type_exception={0} is not a valid option type.
76 dsym_exceeds_class_size_exception=The option vendor definition contains classes that exceed the maximum of {0} characters.
77 dsym_exceeds_max_class_size_exception=The option vendor definition exceeds the maximum of {0} characters.
78 dsym_no_memory_exception=Virtual memory exhausted.
79 dsym_internal_exception=Internal error occurred while parsing dhcptab options.