ResourceBundle.properties revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
#ident "%Z%%M% %I% %E% SMI"
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Headers for display
#
Name=Name
Type=Type
Value=Value
#
# Dhcptab flags
#
Macro=Macro
Symbol=Symbol
#
# Internal error
#
internal_error=Program internal error
#
# Specifying both macro name and symbol name error
#
two_keys_error=Cannot specify both macro name and symbol name
#
# Specifying neither macro name and symbol name error
#
no_keys_error=Must specify either macro name or symbol name
#
# Specifying no definition error
#
no_definition_error=Must specify macro or symbol definition
#
# Cannot edit symbol error
#
symbol_edit_error=Cannot edit symbols
#
# Cannot edit symbol error
#
modify_no_function_error=Only one of '-d', '-e', '-n' can be defined
#
# No function defined error
#
no_function_error=Must specify one of 'C', 'A', 'M', 'D', 'R', 'P', or 'B'
#
# An invalid argument was input to the program.
#
invalid_arg=Invalid argument - {0}
#
# Couldn't signal daemon
#
sighup_failed=Unable to signal the daemon to reload the dhcptab
#
# Usage
#
usage=dhtadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] [-g] (options)\n\nWhere (options) is one of:\n\n-C Create the dhcptab\n\n-A Add symbol or macro. Sub-options:\n { -s (symbol name) | -m (macro name) } -d (definition)\n\n-M Modify symbol or macro. Sub-options:\n -s (old symbol name) {-n (new name) | -d (definition)}\n Or\n -m (old macro name) {-n (new name) | -d (definition) | -e (symbol = value)}\n\n-D Delete symbol or macro definition. Sub-options:\n -s ( symbol name ) | -m ( macro name )\n\n-R Remove the dhcptab\n\n-P Display the dhcptab\n\n-B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n