1*0Sstevel@tonic-gate# 2*0Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 3*0Sstevel@tonic-gate# 4*0Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc. All rights reserved. 5*0Sstevel@tonic-gate# Use is subject to license terms. 6*0Sstevel@tonic-gate# 7*0Sstevel@tonic-gate# CDDL HEADER START 8*0Sstevel@tonic-gate# 9*0Sstevel@tonic-gate# The contents of this file are subject to the terms of the 10*0Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only 11*0Sstevel@tonic-gate# (the "License"). You may not use this file except in compliance 12*0Sstevel@tonic-gate# with the License. 13*0Sstevel@tonic-gate# 14*0Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 15*0Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 16*0Sstevel@tonic-gate# See the License for the specific language governing permissions 17*0Sstevel@tonic-gate# and limitations under the License. 18*0Sstevel@tonic-gate# 19*0Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 20*0Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 21*0Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 22*0Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 23*0Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 24*0Sstevel@tonic-gate# 25*0Sstevel@tonic-gate# CDDL HEADER END 26*0Sstevel@tonic-gate# 27*0Sstevel@tonic-gate 28*0Sstevel@tonic-gateno_message = <No Message> 29*0Sstevel@tonic-gate 30*0Sstevel@tonic-gate#Messages logged through SLPConfig.writeLog(). 31*0Sstevel@tonic-gate 32*0Sstevel@tonic-gateunknown_da_address = Unknown DA address: {0} 33*0Sstevel@tonic-gateperiodic_exception = Exception ``{0}'''' during periodic SA reregistering: {1} 34*0Sstevel@tonic-gatesending_da_trace = Sending message ``{0}'''' to DA ``{1}'''' 35*0Sstevel@tonic-gatereply_da_trace = Received reply ``{0}'''' from DA ``{1}'''' 36*0Sstevel@tonic-gatetcp_send_da_trace = Sending TCP message ``{0}'''' to DA ``{1}'''' 37*0Sstevel@tonic-gatetcp_reply_da_trace = Received TCP reply ``{0}'''' from DA ``{1}'''' 38*0Sstevel@tonic-gateda_exception_trace = Error ``{0}'''' from DA ``{1}'''': {2} 39*0Sstevel@tonic-gateudp_timeout = UDP timed out: {0} 40*0Sstevel@tonic-gatedatagram_io_error = IOException during datagram transaction with address ``{0}'''': {1} 41*0Sstevel@tonic-gateudp_timeout = UDP timed out for address ``{0}''''. 42*0Sstevel@tonic-gatetcp_timeout = TCP timed out for address ``{0}''''. 43*0Sstevel@tonic-gatetcp_io_error = IOException during TCP transaction with address ``{0}'''': {1} 44*0Sstevel@tonic-gateda_drop = Dropping DA ``{0}'''' with scopes ``{1}'''' due to network timeout. 45*0Sstevel@tonic-gatereply_unparsable = Unparsable reply from host: {0} 46*0Sstevel@tonic-gatewrong_xid = Got wrong XID on reply from host: {0} 47*0Sstevel@tonic-gatedrop_pr = Drop PR ignored by host ``{0}'''' for message ``{1}'''' 48*0Sstevel@tonic-gatemulticast_error = Error during multicast: {0} \n Backtrace: {1} 49*0Sstevel@tonic-gatewrong_reply_type = Got reply message code ``{0}'''' for request message code ``{1}''''. 50*0Sstevel@tonic-gatesingle_exception = Got exception code in reply: {0} 51*0Sstevel@tonic-gatemultiple_exception = Got exception code amongst multiple replies: {0} 52*0Sstevel@tonic-gate 53*0Sstevel@tonic-gate#Messages logged within SLPConfig itself, through writeLog(). 54*0Sstevel@tonic-gate 55*0Sstevel@tonic-gatebad_prop_tag = SLPConfig: System Property ``{0}'''' is bad. 56*0Sstevel@tonic-gatesyntax_error_prop = SLPConfig: Syntax error in property ``{0}'''':{1} 57*0Sstevel@tonic-gateinvalid_timeout_prop = SLPConfig: Invalid timeout property ``{0}'''':{1} 58*0Sstevel@tonic-gatecapped_timeout_prop = SLPConfig: Total of timeouts ``{1}'''' exceed maximum wait ``{2}'''' for property ``{0}'''', redistributing evenly to ``{3}'''' timeouts of ``{4}'''' 59*0Sstevel@tonic-gatecapped_range_timeout_prop = SLPConfig: Total of timeouts ``{1}'''' less than ``{2}'''' or greater than ``{3}'''' for property ``{0}'''', redistributing evenly to ``{4}'''' timeouts of ``{5}'''' 60*0Sstevel@tonic-gateno_use_scopes = SLPConfig: None of scopes in DAAddreses record for ``{0}'''' are on use Scopes list. Dropping. 61*0Sstevel@tonic-gateadd_da = SLPConfig:Add DA=``{0}'''', scopes=``{1}''''. 62*0Sstevel@tonic-gateunknown_interface = SLPConfig: Unknown interface ''''{0}'''' in property ``{1}''''.atattr_sec_error = SLPConfig: Attribute signing is set but URL signing is not, ignoring. 63*0Sstevel@tonic-gateunparsable_config_file = SLPConfig: Could not parse config file: {0} 64*0Sstevel@tonic-gateurl_malformed = SLPConfig: Config file URL ``{0}'''' is malformed. 65*0Sstevel@tonic-gateno_keystore = Unable to get keystore: {0} 66*0Sstevel@tonic-gate 67*0Sstevel@tonic-gate#Messages written when Assert fails and exits, and for IllegalArgumentException 68*0Sstevel@tonic-gate# message in Assert when a null parameter is detected. 69*0Sstevel@tonic-gate 70*0Sstevel@tonic-gateassert_failed = Assertion Failed!\n 71*0Sstevel@tonic-gatenull_parameter = Null parameter: {0}. 72*0Sstevel@tonic-gateno_class_name = Missing class name on property ``{0}''''. 73*0Sstevel@tonic-gateno_class = Can''t load class ``{0}''''. 74*0Sstevel@tonic-gateinstantiation_exception = Exception instantiating class ``{0}''''. 75*0Sstevel@tonic-gateaccess_exception = Access exception instantiating class ``{0}''''. 76*0Sstevel@tonic-gateresolve_failed = Can''t resolve host name ``{0}''''. 77*0Sstevel@tonic-gatereregister_bug = Illegal argument reregistering. 78*0Sstevel@tonic-gateprev_resp_reply = Tried to add previous responder to reply. 79*0Sstevel@tonic-gateno_utf8 = UTF8 encoding not supported. 80*0Sstevel@tonic-gateillegal_utf8 = Illegal UTF8 character ``{0}''''. 81*0Sstevel@tonic-gatemerge_servattr = Can''t merge server attributes! 82*0Sstevel@tonic-gateno_sa_scopes = No SA scopes in which to register administrative services. 83*0Sstevel@tonic-gatewrong_sa_scope_deregister = Improper loopback deregistration for DA ``{0}'''' and SA scopes ``{1}''''. 84*0Sstevel@tonic-gatewrong_sa_register = Improper loopback registration for DA ``{0}'''' with attributes ``{1}'''' and scopes ``{2}''''. 85*0Sstevel@tonic-gatecant_find_resource = Can''t find message ``{0}''''. 86*0Sstevel@tonic-gatecast_address_failure = Can''t resolve address ``{0}'''' for multicast or broadcast. 87*0Sstevel@tonic-gatecast_socket_failure = Exception ``{0}'''' during error recovery trying to open multicast socket: {1} 88*0Sstevel@tonic-gateshv2_opt_class_err = Can`t load option id ``{0}'''' parsing class ``{1}''''. 89*0Sstevel@tonic-gatesa_new_scope = Discovered new scope ``{0}'''' during preconfigured DA contact from SA, for SA configured scopes ``{1}''''. 90*0Sstevel@tonic-gate 91*0Sstevel@tonic-gate#Messages associated with ServiceLocationException or IllegalArgumentException 92*0Sstevel@tonic-gate# objects. 93*0Sstevel@tonic-gate 94*0Sstevel@tonic-gateno_advertiser = This implementation of SLP doesn''t support Advertiser 95*0Sstevel@tonic-gateno_locator = This implementation of SLP doesn''t support Locator 96*0Sstevel@tonic-gateno_SPI_string = No SPI string for auth block 97*0Sstevel@tonic-gatecant_sign = "Can not complete signing initialization." 98*0Sstevel@tonic-gatecant_sign_for_spi = Can not sign for SPI ``{0}'''': {1} 99*0Sstevel@tonic-gatecant_process_spi = Can not get security information for SPI ``{0}'': {1} 100*0Sstevel@tonic-gatemalformed_url = Malformed service URL:{0} 101*0Sstevel@tonic-gatenot_right_url = ``{0}'''' is not a {1} service URL 102*0Sstevel@tonic-gateempty_vector = Empty vector for t (can be null but not empty) 103*0Sstevel@tonic-gatenot_an_attribute = Object in attribute vector is not an attribute 104*0Sstevel@tonic-gateno_scope_vector = Empty scope vector 105*0Sstevel@tonic-gatenon_string_element = Nonstring element in name vector ``{0}'''' 106*0Sstevel@tonic-gatenull_element = Null element in vector ``{0}'''' 107*0Sstevel@tonic-gateno_opaque_header = Expected opaque ``{0}'''' lacks \\ff header 108*0Sstevel@tonic-gateescape_err = String ``{0}'''' is improperly escaped 109*0Sstevel@tonic-gatenonterminating_escape = Escape sequence runs off the end of string ``{0}'''' 110*0Sstevel@tonic-gatewrong_char_num = Escape contains incorrect number of characters in string ``{0}'''' 111*0Sstevel@tonic-gatenot_hex = String ``{0}'''' contains sequence not encoding a hex number 112*0Sstevel@tonic-gatechar_not_reserved_attr = Escaped character ``{0}'''' is not reserved in attribute tag or string ``{1}'''' 113*0Sstevel@tonic-gatechar_not_reserved_scope = Escaped character ``{0}'''' is not reserved in scope string ``{1}'''' 114*0Sstevel@tonic-gatereserved_not_escaped = Reserved character ``{0}'''' is not escaped 115*0Sstevel@tonic-gatenot_a_character = The escaped character string ``{0}'''' is not a UTF8 character 116*0Sstevel@tonic-gatemore_than_one = The escaped character string ``{0}'''' codes for more than one UTF8 character 117*0Sstevel@tonic-gatenull_or_empty_vector = Null or empty vector parameter: {0} 118*0Sstevel@tonic-gateunexpected_ipc = Expected a SrvAck, got wrong function code or null message. 119*0Sstevel@tonic-gateremote_error = Remote agent SLP error 120*0Sstevel@tonic-gatemissing_auth = No authentication blocks in input 121*0Sstevel@tonic-gatemissing_scope = SPI ``{0}'''' not in auth block list 122*0Sstevel@tonic-gateinit_verify_failure = Can''t initialize verification for SPI ``{0}'''': {1} 123*0Sstevel@tonic-gateverify_failure = Verify failed for SPI ``{0}''''. 124*0Sstevel@tonic-gatetimestamp_failure = Timestamp check failed for SPI ``{0}''''. 125*0Sstevel@tonic-gatecant_get_security_provider = Can''t get security provider\n BSD = {0}\n Algorithm / Provider = {1}\n: {2} 126*0Sstevel@tonic-gatebad_bsd_for_alias = Unknown or unsupported algorithm ``{0}'' 127*0Sstevel@tonic-gateinvalid_cert = Certificate validity check failed for ``{0}'': {1} 128*0Sstevel@tonic-gatecant_match_spis = Configured SPI is not equivalant to SPI ``{0}'' given in auth block: {1} 129*0Sstevel@tonic-gateno_spis_configured = No SPIs configured to define security policy. Please set teh ``sun.net.slp.SPIs'' property. 130*0Sstevel@tonic-gateno_spis_given = No AMI aliases given to identify keys to sign with. Please set the ``sun.net.slp.signAs'' property. 131*0Sstevel@tonic-gateno_cert = Can not find certificate for ``{0}'': {1} 132*0Sstevel@tonic-gateno_cert_chain = Can not get certificate chain for ``{0}'' 133*0Sstevel@tonic-gatecant_compute_hash = Can''t compute hash: {0} 134*0Sstevel@tonic-gatenot_all_spis_present = Not all SPIs required are present: Missing are {0}\n 135*0Sstevel@tonic-gateno_spi_string = No SPI string given in Auth Block. 136*0Sstevel@tonic-gatespi_parse_error = Can not unescape SPI ``{0}'': {1}. Remember that configuration properties must be escaped. 137*0Sstevel@tonic-gatelifetime_error = Lifetime parameter is out of range 0-65535 138*0Sstevel@tonic-gateurl_char_error = The character ``{0}'''' is illegal in URLs. Use the %## escape syntax convention. Spaces are denoted with a ``+'''' character. 139*0Sstevel@tonic-gateurl_syntax_error = Syntax error in service URL ``{0}'''' 140*0Sstevel@tonic-gateversion_number_error = Unrecognized SLP version number ``{0}'''' 141*0Sstevel@tonic-gatefunction_code_error = Unrecognized SLP function code ``{0}'''' 142*0Sstevel@tonic-gatenull_locale_error = Null locale parameter. 143*0Sstevel@tonic-gateoption_error = Option offset ``{0}'''' greater than message length ``{1}''''. 144*0Sstevel@tonic-gatebuffer_overflow = Message size of {0} bytes exceeds network MTU size of {1} bytes 145*0Sstevel@tonic-gatesdat_active_err = Error ``{0}'''' performing discovery: {1} 146*0Sstevel@tonic-gatesdat_nonadvert_err = Dropping nonDAAdvert received in response to active discovery:\n {0} 147*0Sstevel@tonic-gatelength_overflow = Message size of {0} bytes exceeds packet header declared length of {1} bytes. 148*0Sstevel@tonic-gateread_failed = Network read failed: {0} 149*0Sstevel@tonic-gatecsl_syntax_error = Syntax error in comma separated list ``{0}'''' 150*0Sstevel@tonic-gateauth_classes_missing = No authentication classes available 151*0Sstevel@tonic-gatenonstring_tag = Nonstring attribute tag 152*0Sstevel@tonic-gatepassthrough = {0} 153*0Sstevel@tonic-gatesocket_creation_failure = Could not create a socket for address ``{0}'''': {1} 154*0Sstevel@tonic-gatesocket_initializtion_failure = Could not initialize a socket for address ``{0}'''': {1} 155*0Sstevel@tonic-gateioexception_conv = IOException ``{0}'''' during multicast convergence: {1} 156*0Sstevel@tonic-gatepassthrough_addr = {0} in message from agent ``{1}''''. 157*0Sstevel@tonic-gateioexception_parsing = IOException ``{0}'''' in parsing reply message of type ``{1}'''' from agent ``{2}'''': {3} 158*0Sstevel@tonic-gateassignment_null_id = No attribute id in attribute assignment expression ``{0}'''' 159*0Sstevel@tonic-gateassignment_syntax_err = Syntax error in attribute assignment expression ``{0}'''' 160*0Sstevel@tonic-gateempty_string_value = Empty string attribute value 161*0Sstevel@tonic-gatenull_string_parameter = Null or empty string parameter: {0} 162*0Sstevel@tonic-gatevalue_type_error = Type of attribute value not one of Boolean, String, Integer, or byte[] 163*0Sstevel@tonic-gatetype_mismatch_error = Attribute value vector contains objects of different types 164*0Sstevel@tonic-gatemultivalued_boolean = Boolean attribute cannot be multivalued 165*0Sstevel@tonic-gatebad_id_char = Prohibited character ``{0}'''' in attribute id 166*0Sstevel@tonic-gateattribute_type_mismatch = Two attributes with id ``{0}'''' have different value types 167*0Sstevel@tonic-gateboolean_incompat = Two boolean attributes with id ``{0}'''' have different truth value 168*0Sstevel@tonic-gateservice_type_syntax = Syntax error in service type name ``{0}'''' 169*0Sstevel@tonic-gateloopback_error = Error ``{0}`` during looback DA lookup 170*0Sstevel@tonic-gateloopback_parse_error = Syntax error in URL ``{0}'''' reply to looback DA lookup. 171*0Sstevel@tonic-gatetemplate_lang_null = Null language string in template registration locale for template document ``{0}'''' 172*0Sstevel@tonic-gatetemplate_already_registered = Template document ``{0}'''' version ``{1}'''' is already registered in locale ``{2}'''' 173*0Sstevel@tonic-gatetemplate_not_registered = Template for service type ``{0}''' version ``{1}'''' is not registered in locale ``{2}'''' 174*0Sstevel@tonic-gatetemplate_url_malformed = Malformed template URL ``{0}'''' 175*0Sstevel@tonic-gatetemplate_multiple = Found multiple template URLs for service type ``{0}'''' version ``{1}'''' in locale ``{2}'''' 176*0Sstevel@tonic-gatetemplate_no_attribute = No attribute matching id ``{0}'''' in the template 177*0Sstevel@tonic-gatetemplate_not_null = The attribute ``{0}'''' is a keyword attribute but the values property is not null 178*0Sstevel@tonic-gatetemplate_null = The attribute ``{0}'''' is not a keyword attribute but the values property is null 179*0Sstevel@tonic-gatetemplate_not_multi = The attribute ``{0}'''' values vector has more than one value but the attribute is not multivalued 180*0Sstevel@tonic-gatetemplate_type_mismatch = The attribute ``{0}'''' type ``{1}'''' does not match the template attribute type ``{2}'''' 181*0Sstevel@tonic-gatetemplate_not_allowed_value = The attribute ``{0}'''' value ``{1}'''' is not an allowed value 182*0Sstevel@tonic-gatetemplate_missing_required = Missing required attribute ``{0}'''' from registration 183*0Sstevel@tonic-gatetemplate_dup = Duplicate attribute ``{0}'''' in registration 184*0Sstevel@tonic-gatetemplate_io_error = IOException at line {0} during parsing of template: {1} 185*0Sstevel@tonic-gatetemplate_assign_error = Syntax error in attribute assignment at line {0} 186*0Sstevel@tonic-gatetemplate_end_error = Unexpected end of input during template parsing at line {0} 187*0Sstevel@tonic-gatetemplate_unk_token = Unrecognized token during template parsing at line {0} 188*0Sstevel@tonic-gatetemplate_missing_id = Missing attribute id at line {0} 189*0Sstevel@tonic-gatetemplate_missing_eq = Missing ``='''' in attribute definition at line {0} 190*0Sstevel@tonic-gatetemplate_attr_syntax = Syntax error in attribute defintion at line {0} 191*0Sstevel@tonic-gatetemplate_srv_type_err = Syntax error in service type name definition at line {0} 192*0Sstevel@tonic-gatetemplate_vers_err = Syntax error in version number definition at line {0} 193*0Sstevel@tonic-gatetemplate_vers_mssing = Missing version number attribute at line {0} 194*0Sstevel@tonic-gatetemplate_lang_err = Syntax error in language definition at line {0} 195*0Sstevel@tonic-gatetemplate_nontattribute_err = Nontemplate attribute in header section at line {0} 196*0Sstevel@tonic-gatetemplate_dup_def = Duplicate attribute definition at line {0} 197*0Sstevel@tonic-gatetemplate_no_init = Definition for attribute ``{0}'''' restricts allowed values but there are no initializers 198*0Sstevel@tonic-gatetemplate_wrong_init = Initializer ``{0}'''' for attribute ``{1}'''' is not an allowed value 199*0Sstevel@tonic-gatetemplate_not_slp_type = The attribute type is not an SLP type at line {0} 200*0Sstevel@tonic-gatetemplate_boolean_multi = Multivalued boolean attribute definiton at line {0} 201*0Sstevel@tonic-gatetemplate_invalid_attr_flag = Invalid attribute flag at line {0} 202*0Sstevel@tonic-gatetemplate_dup_attr_flag = Duplicate attribute flag at line {0} 203*0Sstevel@tonic-gatetemplate_invalid_tok = Invalid token at line {0} 204*0Sstevel@tonic-gatetemplate_expect_int = Expected integer token at line {0}, got ``{1}'''' 205*0Sstevel@tonic-gatetemplate_expect_bool = Expected boolean at line {0}, got ``{1}'''' 206*0Sstevel@tonic-gatetemplate_attr_desc = Internal error! Attribute descriptor type not set while parsing values list. 207*0Sstevel@tonic-gateinvalid_url = Invalid URL ``{0}'''' 208*0Sstevel@tonic-gateurl_ioexception = IOException opening URL ``{0}'''': {1} 209*0Sstevel@tonic-gate 210*0Sstevel@tonic-gatev2_daadvert_client_side = Tried to create a DAAdvert on the client side. 211*0Sstevel@tonic-gatev2_unsup_option = Mandatory option ``{0}'''' is not supported. 212*0Sstevel@tonic-gatev2_option_inst = Instantiation exception creating option parser for option ``{0}'''': {1}. 213*0Sstevel@tonic-gatev2_option_sec = Security access exception creating option parser for option ``{0}'''': {1}. 214*0Sstevel@tonic-gatev2_prev_resp_overflow = Previous responders list caused packet to overflow. 215