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 28no_message = <No Message> 29 30#Messages logged through SLPConfig.writeLog(). 31 32unknown_da_address = Unknown DA address: {0} 33periodic_exception = Exception ``{0}'''' during periodic SA reregistering: {1} 34sending_da_trace = Sending message ``{0}'''' to DA ``{1}'''' 35reply_da_trace = Received reply ``{0}'''' from DA ``{1}'''' 36tcp_send_da_trace = Sending TCP message ``{0}'''' to DA ``{1}'''' 37tcp_reply_da_trace = Received TCP reply ``{0}'''' from DA ``{1}'''' 38da_exception_trace = Error ``{0}'''' from DA ``{1}'''': {2} 39udp_timeout = UDP timed out: {0} 40datagram_io_error = IOException during datagram transaction with address ``{0}'''': {1} 41udp_timeout = UDP timed out for address ``{0}''''. 42tcp_timeout = TCP timed out for address ``{0}''''. 43tcp_io_error = IOException during TCP transaction with address ``{0}'''': {1} 44da_drop = Dropping DA ``{0}'''' with scopes ``{1}'''' due to network timeout. 45reply_unparsable = Unparsable reply from host: {0} 46wrong_xid = Got wrong XID on reply from host: {0} 47drop_pr = Drop PR ignored by host ``{0}'''' for message ``{1}'''' 48multicast_error = Error during multicast: {0} \n Backtrace: {1} 49wrong_reply_type = Got reply message code ``{0}'''' for request message code ``{1}''''. 50single_exception = Got exception code in reply: {0} 51multiple_exception = Got exception code amongst multiple replies: {0} 52 53#Messages logged within SLPConfig itself, through writeLog(). 54 55bad_prop_tag = SLPConfig: System Property ``{0}'''' is bad. 56syntax_error_prop = SLPConfig: Syntax error in property ``{0}'''':{1} 57invalid_timeout_prop = SLPConfig: Invalid timeout property ``{0}'''':{1} 58capped_timeout_prop = SLPConfig: Total of timeouts ``{1}'''' exceed maximum wait ``{2}'''' for property ``{0}'''', redistributing evenly to ``{3}'''' timeouts of ``{4}'''' 59capped_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}'''' 60no_use_scopes = SLPConfig: None of scopes in DAAddreses record for ``{0}'''' are on use Scopes list. Dropping. 61add_da = SLPConfig:Add DA=``{0}'''', scopes=``{1}''''. 62unknown_interface = SLPConfig: Unknown interface ''''{0}'''' in property ``{1}''''.atattr_sec_error = SLPConfig: Attribute signing is set but URL signing is not, ignoring. 63unparsable_config_file = SLPConfig: Could not parse config file: {0} 64url_malformed = SLPConfig: Config file URL ``{0}'''' is malformed. 65no_keystore = Unable to get keystore: {0} 66 67#Messages written when Assert fails and exits, and for IllegalArgumentException 68# message in Assert when a null parameter is detected. 69 70assert_failed = Assertion Failed!\n 71null_parameter = Null parameter: {0}. 72no_class_name = Missing class name on property ``{0}''''. 73no_class = Can''t load class ``{0}''''. 74instantiation_exception = Exception instantiating class ``{0}''''. 75access_exception = Access exception instantiating class ``{0}''''. 76resolve_failed = Can''t resolve host name ``{0}''''. 77reregister_bug = Illegal argument reregistering. 78prev_resp_reply = Tried to add previous responder to reply. 79no_utf8 = UTF8 encoding not supported. 80illegal_utf8 = Illegal UTF8 character ``{0}''''. 81merge_servattr = Can''t merge server attributes! 82no_sa_scopes = No SA scopes in which to register administrative services. 83wrong_sa_scope_deregister = Improper loopback deregistration for DA ``{0}'''' and SA scopes ``{1}''''. 84wrong_sa_register = Improper loopback registration for DA ``{0}'''' with attributes ``{1}'''' and scopes ``{2}''''. 85cant_find_resource = Can''t find message ``{0}''''. 86cast_address_failure = Can''t resolve address ``{0}'''' for multicast or broadcast. 87cast_socket_failure = Exception ``{0}'''' during error recovery trying to open multicast socket: {1} 88shv2_opt_class_err = Can`t load option id ``{0}'''' parsing class ``{1}''''. 89sa_new_scope = Discovered new scope ``{0}'''' during preconfigured DA contact from SA, for SA configured scopes ``{1}''''. 90 91#Messages associated with ServiceLocationException or IllegalArgumentException 92# objects. 93 94no_advertiser = This implementation of SLP doesn''t support Advertiser 95no_locator = This implementation of SLP doesn''t support Locator 96no_SPI_string = No SPI string for auth block 97cant_sign = "Can not complete signing initialization." 98cant_sign_for_spi = Can not sign for SPI ``{0}'''': {1} 99cant_process_spi = Can not get security information for SPI ``{0}'': {1} 100malformed_url = Malformed service URL:{0} 101not_right_url = ``{0}'''' is not a {1} service URL 102empty_vector = Empty vector for t (can be null but not empty) 103not_an_attribute = Object in attribute vector is not an attribute 104no_scope_vector = Empty scope vector 105non_string_element = Nonstring element in name vector ``{0}'''' 106null_element = Null element in vector ``{0}'''' 107no_opaque_header = Expected opaque ``{0}'''' lacks \\ff header 108escape_err = String ``{0}'''' is improperly escaped 109nonterminating_escape = Escape sequence runs off the end of string ``{0}'''' 110wrong_char_num = Escape contains incorrect number of characters in string ``{0}'''' 111not_hex = String ``{0}'''' contains sequence not encoding a hex number 112char_not_reserved_attr = Escaped character ``{0}'''' is not reserved in attribute tag or string ``{1}'''' 113char_not_reserved_scope = Escaped character ``{0}'''' is not reserved in scope string ``{1}'''' 114reserved_not_escaped = Reserved character ``{0}'''' is not escaped 115not_a_character = The escaped character string ``{0}'''' is not a UTF8 character 116more_than_one = The escaped character string ``{0}'''' codes for more than one UTF8 character 117null_or_empty_vector = Null or empty vector parameter: {0} 118unexpected_ipc = Expected a SrvAck, got wrong function code or null message. 119remote_error = Remote agent SLP error 120missing_auth = No authentication blocks in input 121missing_scope = SPI ``{0}'''' not in auth block list 122init_verify_failure = Can''t initialize verification for SPI ``{0}'''': {1} 123verify_failure = Verify failed for SPI ``{0}''''. 124timestamp_failure = Timestamp check failed for SPI ``{0}''''. 125cant_get_security_provider = Can''t get security provider\n BSD = {0}\n Algorithm / Provider = {1}\n: {2} 126bad_bsd_for_alias = Unknown or unsupported algorithm ``{0}'' 127invalid_cert = Certificate validity check failed for ``{0}'': {1} 128cant_match_spis = Configured SPI is not equivalant to SPI ``{0}'' given in auth block: {1} 129no_spis_configured = No SPIs configured to define security policy. Please set teh ``sun.net.slp.SPIs'' property. 130no_spis_given = No AMI aliases given to identify keys to sign with. Please set the ``sun.net.slp.signAs'' property. 131no_cert = Can not find certificate for ``{0}'': {1} 132no_cert_chain = Can not get certificate chain for ``{0}'' 133cant_compute_hash = Can''t compute hash: {0} 134not_all_spis_present = Not all SPIs required are present: Missing are {0}\n 135no_spi_string = No SPI string given in Auth Block. 136spi_parse_error = Can not unescape SPI ``{0}'': {1}. Remember that configuration properties must be escaped. 137lifetime_error = Lifetime parameter is out of range 0-65535 138url_char_error = The character ``{0}'''' is illegal in URLs. Use the %## escape syntax convention. Spaces are denoted with a ``+'''' character. 139url_syntax_error = Syntax error in service URL ``{0}'''' 140version_number_error = Unrecognized SLP version number ``{0}'''' 141function_code_error = Unrecognized SLP function code ``{0}'''' 142null_locale_error = Null locale parameter. 143option_error = Option offset ``{0}'''' greater than message length ``{1}''''. 144buffer_overflow = Message size of {0} bytes exceeds network MTU size of {1} bytes 145sdat_active_err = Error ``{0}'''' performing discovery: {1} 146sdat_nonadvert_err = Dropping nonDAAdvert received in response to active discovery:\n {0} 147length_overflow = Message size of {0} bytes exceeds packet header declared length of {1} bytes. 148read_failed = Network read failed: {0} 149csl_syntax_error = Syntax error in comma separated list ``{0}'''' 150auth_classes_missing = No authentication classes available 151nonstring_tag = Nonstring attribute tag 152passthrough = {0} 153socket_creation_failure = Could not create a socket for address ``{0}'''': {1} 154socket_initializtion_failure = Could not initialize a socket for address ``{0}'''': {1} 155ioexception_conv = IOException ``{0}'''' during multicast convergence: {1} 156passthrough_addr = {0} in message from agent ``{1}''''. 157ioexception_parsing = IOException ``{0}'''' in parsing reply message of type ``{1}'''' from agent ``{2}'''': {3} 158assignment_null_id = No attribute id in attribute assignment expression ``{0}'''' 159assignment_syntax_err = Syntax error in attribute assignment expression ``{0}'''' 160empty_string_value = Empty string attribute value 161null_string_parameter = Null or empty string parameter: {0} 162value_type_error = Type of attribute value not one of Boolean, String, Integer, or byte[] 163type_mismatch_error = Attribute value vector contains objects of different types 164multivalued_boolean = Boolean attribute cannot be multivalued 165bad_id_char = Prohibited character ``{0}'''' in attribute id 166attribute_type_mismatch = Two attributes with id ``{0}'''' have different value types 167boolean_incompat = Two boolean attributes with id ``{0}'''' have different truth value 168service_type_syntax = Syntax error in service type name ``{0}'''' 169loopback_error = Error ``{0}`` during looback DA lookup 170loopback_parse_error = Syntax error in URL ``{0}'''' reply to looback DA lookup. 171template_lang_null = Null language string in template registration locale for template document ``{0}'''' 172template_already_registered = Template document ``{0}'''' version ``{1}'''' is already registered in locale ``{2}'''' 173template_not_registered = Template for service type ``{0}''' version ``{1}'''' is not registered in locale ``{2}'''' 174template_url_malformed = Malformed template URL ``{0}'''' 175template_multiple = Found multiple template URLs for service type ``{0}'''' version ``{1}'''' in locale ``{2}'''' 176template_no_attribute = No attribute matching id ``{0}'''' in the template 177template_not_null = The attribute ``{0}'''' is a keyword attribute but the values property is not null 178template_null = The attribute ``{0}'''' is not a keyword attribute but the values property is null 179template_not_multi = The attribute ``{0}'''' values vector has more than one value but the attribute is not multivalued 180template_type_mismatch = The attribute ``{0}'''' type ``{1}'''' does not match the template attribute type ``{2}'''' 181template_not_allowed_value = The attribute ``{0}'''' value ``{1}'''' is not an allowed value 182template_missing_required = Missing required attribute ``{0}'''' from registration 183template_dup = Duplicate attribute ``{0}'''' in registration 184template_io_error = IOException at line {0} during parsing of template: {1} 185template_assign_error = Syntax error in attribute assignment at line {0} 186template_end_error = Unexpected end of input during template parsing at line {0} 187template_unk_token = Unrecognized token during template parsing at line {0} 188template_missing_id = Missing attribute id at line {0} 189template_missing_eq = Missing ``='''' in attribute definition at line {0} 190template_attr_syntax = Syntax error in attribute defintion at line {0} 191template_srv_type_err = Syntax error in service type name definition at line {0} 192template_vers_err = Syntax error in version number definition at line {0} 193template_vers_mssing = Missing version number attribute at line {0} 194template_lang_err = Syntax error in language definition at line {0} 195template_nontattribute_err = Nontemplate attribute in header section at line {0} 196template_dup_def = Duplicate attribute definition at line {0} 197template_no_init = Definition for attribute ``{0}'''' restricts allowed values but there are no initializers 198template_wrong_init = Initializer ``{0}'''' for attribute ``{1}'''' is not an allowed value 199template_not_slp_type = The attribute type is not an SLP type at line {0} 200template_boolean_multi = Multivalued boolean attribute definiton at line {0} 201template_invalid_attr_flag = Invalid attribute flag at line {0} 202template_dup_attr_flag = Duplicate attribute flag at line {0} 203template_invalid_tok = Invalid token at line {0} 204template_expect_int = Expected integer token at line {0}, got ``{1}'''' 205template_expect_bool = Expected boolean at line {0}, got ``{1}'''' 206template_attr_desc = Internal error! Attribute descriptor type not set while parsing values list. 207invalid_url = Invalid URL ``{0}'''' 208url_ioexception = IOException opening URL ``{0}'''': {1} 209 210v2_daadvert_client_side = Tried to create a DAAdvert on the client side. 211v2_unsup_option = Mandatory option ``{0}'''' is not supported. 212v2_option_inst = Instantiation exception creating option parser for option ``{0}'''': {1}. 213v2_option_sec = Security access exception creating option parser for option ``{0}'''': {1}. 214v2_prev_resp_overflow = Previous responders list caused packet to overflow. 215