1 #
   2 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
   3 # Use is subject to license terms.
   4 #
   5 # CDDL HEADER START
   6 #
   7 # The contents of this file are subject to the terms of the
   8 # Common Development and Distribution License (the "License").
   9 # You may not use this file except in compliance with the License.
  10 #
  11 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  12 # or http://www.opensolaris.org/os/licensing.
  13 # See the License for the specific language governing permissions
  14 # and limitations under the License.
  15 #
  16 # When distributing Covered Code, include this CDDL HEADER in each
  17 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  18 # If applicable, add the following below this CDDL HEADER, with the
  19 # fields enclosed by brackets "[]" replaced with your own identifying
  20 # information: Portions Copyright [yyyy] [name of copyright owner]
  21 #
  22 # CDDL HEADER END
  23 #
  24 
  25 #
  26 # ConfigureDhcp & ConfigureBootp messages.
  27 #
  28 config_dhcp_configured_error=Error - DHCP service is already configured on this server.
  29 config_bootp_configured_error=Error - server is already configured as a BOOTP relay agent.
  30 config_null_datastore_error=Error - cannot configure without resource and path options.
  31 config_invalid_resource_error=Error - {0} is not a valid resource.
  32 config_make_location_error=Error - creating location: {0}.
  33 config_hosts_domain_ignored_error=Error - host domain does not make sense for a host resource type - {0}
  34 config_lease_error=Error - the lease value specified is not valid.
  35 config_lease_zero_error=Error - a lease value of zero is not valid.
  36 config_dns_error=Error - DNS domain or server information is incomplete.
  37 config_dns_server_error=Error - building the DNS server list. {0}
  38 config_startup_progress=DHCP server started.
  39 config_startup_error=Error - starting the DHCP server. {0}
  40 config_create_conf_progress=Created DHCP configuration file.
  41 config_writing_conf_error=Error - could not write to the DHCP configuration file. {0}
  42 config_dhcptab_progress=Created dhcptab.
  43 config_dhcptab_exists_progress=Dhcptab already exists.
  44 config_dhcptab_error=Error - creating dhcptab. {0}
  45 config_locale_progress=Added "Locale" macro to dhcptab.
  46 config_locale_error=Error - adding locale macro to dhcptab. {0}
  47 config_server_macro_progress=Added server macro to dhcptab - {0}.
  48 config_server_macro_error=Error - creating server macro for server {0}. {1}
  49 
  50 #
  51 # ConfigureNetwork messages.
  52 #
  53 cfgnet_invalid_network_error=Error - {0} is not a valid network.
  54 cfgnet_invalid_ip_error=Error - {0} is an invalid address.
  55 cfgnet_nis_error=Error - NIS domain or server information is incomplete.
  56 cfgnet_nis_server_error=Error - building the NIS server list. {0}
  57 cfgnet_network_macro_progress=Added network macro to dhcptab - {0}.
  58 cfgnet_network_macro_error=Error - creating network macro. {0}
  59 cfgnet_network_table_progress=Created network table.
  60 cfgnet_network_table_error=Error - creating network table. {0}
  61 
  62 #
  63 # UnconfigureDhcp messages.
  64 #
  65 unconfigure_read_conf_error=Error - reading DHCP configuration file. {0}
  66 unconfigure_shutdown_progress=DHCP server shutdown.
  67 unconfigure_no_shutdown_progress=DHCP server not running.
  68 unconfigure_shutdown_error=Error - shutting down DHCP server. {0}
  69 unconfigure_server_macro_progress=Deleted the server macro from dhcptab.
  70 unconfigure_server_macro_error=Error - deleting server macro. {0}
  71 unconfigure_get_nets_error=Error - determining list of networks. {0}
  72 unconfigure_network_progress=Deleted table for network {0}.
  73 unconfigure_network_error=Error - deleting table for network {0}. {1}
  74 unconfigure_dhcptab_progress=Deleted the dhcptab.
  75 unconfigure_dhcptab_error=Error - deleting dhcptab. {0}
  76 unconfigure_remove_conf_progress=Deleted the DHCP configuration file.
  77 unconfigure_remove_conf_error=Error - deleting DHCP configuration file. {0}
  78 unconfigure_confirmation=Unconfigure will stop the DHCP service and remove the DHCP configuration file.\nAre you SURE you want to unconfigure the DHCP service?
  79 
  80 #
  81 # ConvertDataStore errors.
  82 #
  83 convert_null_datastore_error=Error - cannot convert without resource and path options.
  84 convert_same_datastore_error=Error - the source data store is the same as destination data store.
  85 convert_invalid_resource_error=Error - {0} is not a valid resource.
  86 convert_make_location_error=Error - creating location - {0}.
  87 convert_dhcptab_progress=Converted dhcptab.
  88 convert_dhcptab_error=Error - converting dhcptab. {0}
  89 convert_get_nets_error=Error - failure getting list of networks. {0}
  90 convert_network_progress=Converted table for network {0}.
  91 convert_network_error=Error - converting table for network {0}. {1}
  92 convert_conf_read_error=Error - reading DHCP configuration file. {0}
  93 convert_conf_write_error=Error - could not write to the DHCP configuration file. {0}
  94 convert_conf_update_progress=Updated DHCP configuration file with new resource and path.
  95 convert_delete_network_progress=Deleted old table for network {0}.
  96 convert_delete_network_error=Error - deleting old table for network {0}. {1}
  97 convert_delete_dhcptab_progress=Deleted old dhcptab table.
  98 convert_delete_dhcptab_error=Error - deleting old dhcptab table. {0}
  99 convert_explanation=\nConverting your data stores will result in your DHCP service being\nstopped, the data stores converted, and the DHCP service restarted.\n
 100 convert_confirmation=Are you SURE you want to convert the DHCP data stores?
 101 convert_shutdown_progress=DHCP server shutdown.
 102 convert_no_shutdown_progress=DHCP server not running.
 103 convert_shutdown_error=Error - shutting down DHCP server. {0}
 104 convert_startup_progress=DHCP server started.
 105 convert_startup_error=Error - starting the DHCP server. {0}
 106 
 107 #
 108 # ExportData messages.
 109 #
 110 export_err_message=Export error - {0}
 111 export_abort=Export aborted!
 112 export_file_exist_error=Error - file already exists and will not be overwritten - {0}
 113 export_action_error={0} {1} - {2}
 114 
 115 #
 116 # ImportData messages.
 117 #
 118 import_error_msg=Import error - {0}
 119 import_action_error={0} {1} - {2}
 120 
 121 #
 122 # DhcpCfgFunction messages.
 123 #
 124 dhcpcfg_func_not_configured_error=Error - DHCP service is not configured on this server.\nMust execute 'dhcpconfig -D' first.
 125 
 126 #
 127 # Common messages.
 128 #
 129 invalid_ip_address={0} is not a valid IP address.
 130 affirmative=Y
 131 negative=N
 132 sighup_failed=Unable to signal the daemon to reload the dhcptab
 133 
 134 #
 135 # DhcpCfg messages.
 136 #
 137 dhcpcfg_invalid_arg=Invalid argument - {0}
 138 dhcpcfg_no_function_error=Error - must specify one of 'D', 'R', 'U', 'N', 'C', 'X', 'I', 'P' or 'S'.
 139 dhcpcfg_usage=dhcpconfig (options)\n\nWhere (options) is one of:\n\n -D -r (resource) -p (path)  Configure the DHCP service. Sub-options:\n                             [-u (uninterpreted data)]\n                             [-l (lease length)]\n                             [-n]    Leases are not negotiable\n                             [-d (DNS domain)]\n                             [-a (DNS servers)]\n\n -R (server addresses) Configure BOOTP relay service.\n\n -U                    Unconfigure DHCP or BOOTP relay service. Sub-options:\n                       [-f]     No confirmation prompt\n                       [-x]     Delete dhcptab and network tables\n\n -N (network address)  Configure network. Sub-options:\n                       [-m (subnet mask)]\n                       [-t (router addresses)]\n                       [-y (NIS domain)]\n                       [-a (NIS addreses)]\n                       [-b]     Network is point-to-point\n                       [-g]     Signal daemon\n\n -C -r (resource) -p (path)  Convert to new data store. Sub-options:\n                             [-u (uninterpreted data)]\n                             [-f]     No confirmation prompt\n                             [-k]     Do not delete original files\n\n -X (export filename)  Export data. Sub-options:\n                       [-m (macro list)]\n                       [-o (option list)]\n                       [-a (network addresses)]\n                       [-f]     Overwrite an existing export file\n                       [-x]     Delete exported data\n                       [-g]     Signal daemon\n\n -I (import filename)  Import data. Sub-options:\n                       [-f]     Overwrite existing data\n                       [-g]     Signal daemon\n\n -P [parameter[=value]]  Configure or print DHCP server parameters.\n\n -S                    Control the DHCP server. Sub-options:\n                       [-e]     Enable and start the DHCP server\n                       [-d]     Disable and stop the DHCP server\n                       [-r]     Re-enable the DHCP server\n                       [-q]     Query the DHCP server status\n
 140 
 141 #
 142 # ServerParameter errors.
 143 #
 144 server_parameter_keyword_missing_error=Error - server parameter missing.
 145 server_parameter_failed_read_params_error=Error - failed to read DHCP server parameters.
 146 server_parameter_failed_write_params_error=Error - failed to write DHCP server parameters.
 147 server_parameter_keyword_bad_keyword_error=Error - invalid DHCP server parameter {0}.
 148 server_parameter_keyword_set_read_only_error=Error - the DHCP server parameter {0} cannot be changed. 
 149 server_parameter_keyword_set_bad_value_error=Error - the value {1} is unacceptable for DHCP server parameter {0}.
 150 server_parameter_keyword_delete_read_only_error=Error - the DHCP server parameter {0} cannot be deleted. 
 151 server_parameter_keyword_getall_bad_keyword_error=Error - invalid DHCP server parameter {0}.
 152 server_parameter_keyword_not_set_error=DHCP server parameter {0} is not set.
 153 server_parameter_get_value={0}
 154 server_parameter_get_keyword_value={0} {1}
 155 
 156 #
 157 # ConfigureService errors.
 158 #
 159 config_service_failed_read_params_error=Error - failed to read DHCP server parameters.
 160 config_service_failed_write_params_error=Error - failed to write DHCP server parameters.
 161 config_service_bad_action_error=Error - must specify one of 's', 'e', 'r' or 'q'.
 162 config_service_failed_enabled_error=Error - failed to enable DHCP server.
 163 config_service_failed_disabled_error=Error - failed to disable DHCP server.
 164 config_service_failed_startup_error=Error - failed to start DHCP server.
 165 config_service_failed_shutdown_error=Error - failed to stop DHCP server.
 166 config_service_failed_query_error=Error - failed to query DHCP server.
 167 config_service_state_startup=DHCP server started.
 168 config_service_state_shutdown=DHCP server shutdown.
 169 config_service_state_enabled=DHCP server enabled.
 170 config_service_state_disabled=DHCP server disabled.
 171 config_service_state_running=DHCP server running.
 172 config_service_state_stopped=DHCP server stopped.
 173