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 #
  29 # Need to convert data store.
  30 #
  31 need_to_convert_datastore=\nThere is a version mismatch between the DHCP management software and the DHCP\ndata stores configured for the server.\n\nTo correct this situation run 'dhcpconfig -C' to convert the data stores to\nthe new version.
  32 
  33 #
  34 # No configuration file warning.
  35 #
  36 no_conf_warning=\nWarning: No DHCP configuration file exists. There is no way to verify the\ndata store version for this operation.\n
  37 
  38 #
  39 # Bad option for function
  40 #
  41 bad_function_option=Illegal option for this function: {0}
  42 
  43 #
  44 # Multiple functions requested
  45 #
  46 multiple_functions=Options {0} and {1} cannot be used together.
  47 
  48 #
  49 # Repeated option
  50 #
  51 repeated_option=Specify option {0} once per command.
  52 
  53 #
  54 # User is not authorized
  55 #
  56 user_not_allowed=User does not have authorization to perform operation. See {0}\nfor more information.
  57 
  58 #
  59 # GetOpt messages
  60 #
  61 getopt_illegal_option=Illegal Option: {0}
  62 getopt_requires_argument=Option requires an argument: {0}
  63 getopt_cannot_group=Option cannot be grouped with other options: {0}
  64 
  65 #
  66 # GetSubOpt messages
  67 #
  68 getsubopt_end_of_optionarg=No more suboptions.
  69 getsubopt_missing_close_quote=Missing closing quote in value for suboption {0}.
  70 getsubopt_value_without_suboption=Malformed suboptions - found value without suboption.
  71 getsubopt_malformed_value=Malformed value - garbled value for suboption {0}.