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