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-gate#Messages from slpd before logging is established.
29*0Sstevel@tonic-gate
30*0Sstevel@tonic-gateslpd_usage = usage: slpd [monitor] [stop] [-f <config file name>]
31*0Sstevel@tonic-gateslpd_no_file = slpd: Could not open specified configuration file ``{0}''''
32*0Sstevel@tonic-gateslpd_err_file = slpd:IOException reading config file ``{0}'''': {1}
33*0Sstevel@tonic-gateslpd_int_err = slpd: Service location exception initializing: {0}
34*0Sstevel@tonic-gateslpd_intnet_err = slpd: Could not initialize networking: {0}
35*0Sstevel@tonic-gateslpd_net_err = slpd: Networking error initializing slpd: {0}
36*0Sstevel@tonic-gateslpd_err = slpd: Service location exception ``{0}'''' initializing slpd: {1}
37*0Sstevel@tonic-gateslpd_no_gui = slpd: Can''t create slpd monitor for logging. Using stdout.
38*0Sstevel@tonic-gatebad_log = Unable to create alternate log: {0}
39*0Sstevel@tonic-gatebad_log_class = Log class must be instance of java.io.Writer, not {0}
40*0Sstevel@tonic-gate
41*0Sstevel@tonic-gate#Server only messages logged through SLPConfig.writeLog().
42*0Sstevel@tonic-gate
43*0Sstevel@tonic-gatehello = SLP SA server now taking requests on network interfaces ``{0}'''' for configured scopes``{1}''''.\n    Discovered scopes are ``{2}''''.\n    SA attributes are ``{3}''''.
44*0Sstevel@tonic-gategoodby = SLP SA server going offline on network interfaces ``{0}'''' for configured scopes ``{1}''''.\n    Discovered scopes are ``{2}''''.\n    SA attributes are ``{3}''''.
45*0Sstevel@tonic-gatehello_da = SLP DA now taking requests on network interfaces ``{0}'''' for configured scopes ``{1}''''.\n    Discovered scopes are ``{2}''''.\n    DA attributes are ``{3}''''.
46*0Sstevel@tonic-gategoodby_da =  SLP DA going offline on network interfaces ``{0}'''' for configured scopes ``{1}''''.\n    Discovered scopes are ``{2}''''.\n    DA attributes are ``{3}''''.
47*0Sstevel@tonic-gateslpd_sa_stop_failure = Failure trying to bring SLP SA server down. Is the slpd running as a DA? SLP error code: {0}
48*0Sstevel@tonic-gateexiting_msg = Exiting...
49*0Sstevel@tonic-gatefatal_error = Fatal {0} exception in service table: {1}.\n    Method arguments:{2}\n    Stack backtrace:{3}
50*0Sstevel@tonic-gatenonfatal_error = Nonfatal {0} exception in service table: {1}.\n    Method arguments:{2}\n    Stack backtrace:{3}
51*0Sstevel@tonic-gateno_message = <No Message>
52*0Sstevel@tonic-gatepassive_advert_exception = IOException during passive DA advertisement: {0}
53*0Sstevel@tonic-gaterequest_in = Incoming datagram request received from ``{0}'''' on interface ``{1}''''.
54*0Sstevel@tonic-gatesa_forwarding_exception = Service location exception ``{0}'''' forwarding SA message ``0x{1}'''': {2}
55*0Sstevel@tonic-gateioexception_server_stream = IO exception processing stream for host:port ``{0}:{1}'''' on interface ``{2}'''': {3}
56*0Sstevel@tonic-gatesle_forward_error = Service location ``{0}'''' forwarding SA message ``{1}'''': {2}
57*0Sstevel@tonic-gaterh_drop_da_multi = Dropping a multicast request to a DA. Request type:``{0}'''', xid=``0x{1}'''', host:port=``{2}:{3}'''' interface ``{4}''''.
58*0Sstevel@tonic-gaterh_tcp_error = Syntax error in message on TCP stream for host:port ``{0}:{1}'''' on interface ``{2}'''', closing socket.
59*0Sstevel@tonic-gaterh_datagram_ioe = IOException processing datagram packet from host:port ``{0}:{1}'''' on interface ``{2}'''': {3}
60*0Sstevel@tonic-gaterh_socket_closed = Remote client ``{0}'''' closed socket port ``{1}'''', local interface is ``{2}''''.
61*0Sstevel@tonic-gaterh_socket_error = Socket exception replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3}
62*0Sstevel@tonic-gaterh_ioexception_reply = IOException replying to host:port ``{0}:{1}'''' on interface ``{2}'''': {3}
63*0Sstevel@tonic-gaterh_rqst_in = Request ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''':\n {4}
64*0Sstevel@tonic-gaterh_rqst_in_progress =  Request from host:port ``{0}:{1}'''' on interface ``{2}'''' dropped because it is already in progress.
65*0Sstevel@tonic-gaterh_rply_null = No reply for message ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}''''.
66*0Sstevel@tonic-gaterh_rply_out = Reply to ``{0}'''' host:port ``{1}:{2}'''' on interface ``{3}'''':\n {4}
67*0Sstevel@tonic-gaterh_not_enough_bytes = Not enough bytes in the input stream for host:port ``{0}:{1}''''
68*0Sstevel@tonic-gaterh_version_number_error = Unrecognized version number ``{0}'''' for message from host:port ``{1}:{2}'''' on interface ``{3}''''.
69*0Sstevel@tonic-gaterh_unparse_exception = Exception during creation of request message object.\n    host:port=``{0}:{1}''''  interface=``{2}''''   Version=``{3}'''' Function code=``{4}''''\n    Exception=``{5}''''\n    Backtrace={6}\n
70*0Sstevel@tonic-gaterh_passive_drop = Dropping passive DAAdvert ``{0}'''' with scopes ``{1}'''' because passive detection is off.
71*0Sstevel@tonic-gaterh_client_sa_advert_drop = Dropping SAAdvert ``0x{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''' because server doesn''t handle SAAdverts.
72*0Sstevel@tonic-gaterh_prev_resp = Dropping request ``{0}'''' from host:port ``{1}:{2}'''' on interface ``{3}'''' because on previous responder list.
73*0Sstevel@tonic-gaterh_no_multi = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because it was multicast.
74*0Sstevel@tonic-gaterh_no_uni = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' because it was unicast from a foreign host.
75*0Sstevel@tonic-gaterh_multi_error = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because it was multicast and either there was no reply or an error occured.
76*0Sstevel@tonic-gaterh_no_srv_uni = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because it was unicast.
77*0Sstevel@tonic-gaterh_advert_error = Service location exception ``{0}'''' making {1}: {2}
78*0Sstevel@tonic-gaterh_drop_srv = Dropping {0} ``0x{1}'''' from host:port ``{2}:{3}'''' on interface ``{4}'''' because reply is null.
79*0Sstevel@tonic-gatead_active_off = Active discovery off due to zero net.slp.DAActiveDiscoveryInterval property.
80*0Sstevel@tonic-gatead_preconfig_not_advert = Dropping nonDAAdvert received in response to unicast to preconfigured DA ``{0}'''': {1}
81*0Sstevel@tonic-gatead_trans_error = Error ``{0}'''' unicasting to DA ``{1}'''': {2}
82*0Sstevel@tonic-gatesdat_drop_fwd = Dropped forwarded SrvReg or SrvDereg to DA ``{0}'''' because can''t resolve hostname.
83*0Sstevel@tonic-gatesdat_forward = Forwarding SrvReg or SrvDereg ``{0}'''' to DA `{1}''''.
84*0Sstevel@tonic-gatesdat_forward_exception = Service location exception ``{0}'''' on forwarded SrvReg or SrvDereg ``{1}'''' to DA ``{2}'''': {3}
85*0Sstevel@tonic-gatesdat_forward_err = Error on forwarded SrvReg or SrvDereg ``{0}'''' to DA ``{1}'''', error code is ``{2}''''.
86*0Sstevel@tonic-gatead_multi_error = Error ``{0}'''' multicasting active discovery request: {1}.
87*0Sstevel@tonic-gatesdat_drop_fwd = Dropped forwarded SrvReg or SrvDereg to DA ``{0}'''' because can''t resolve hostname.
88*0Sstevel@tonic-gatesdat_delete_da = Dropping DA ``{0}'''' with scopes ``{1}'''' because received a DAAdvert with timestamp 0.
89*0Sstevel@tonic-gatesdat_add_da = Adding DA ``{0}'''' with scopes ``{1}'''' and boot timestamp ``{2}'''', forwarding registrations.
90*0Sstevel@tonic-gatesdat_add_da_no_forward = Adding DA ``{0}'''' with scopes ``{1}'''' and boot timestamp ``{2}'''' but not forwarding because boot timestamp is the same as last time.
91*0Sstevel@tonic-gatessf_set_servc_warning = In serialized registrations, tried to set service: URL ``{0}'''' type to ``{1}''''.
92*0Sstevel@tonic-gatessim_ageout = Lifetime expired, dropping registration.\n    URL=``{0}''''\n    Attributes=`{1}''''\n    Locale=``{2}''''\n    URL Signature=``{3}''''\n    Attribute Signature=``{4}''''\n    Current Time=``{5}''''\n    Expiration Time=``{6}''''
93*0Sstevel@tonic-gatessim_dump_start = ^^^^^^ Service store {0} dump ^^^^^^
94*0Sstevel@tonic-gatessim_dump_end = vvvvvv Service store {0} dump end vvvvvv
95*0Sstevel@tonic-gatessim_dump_entry_start = >>>>
96*0Sstevel@tonic-gatessim_dump_entry =     Locale=``{0}''''\n    URL=``{1}''''\n    Registered lifetime=``{2}''''\n    Time remaining=``{3}''''\n    Service type=``{4}''''\n    Scopes=``{5}''''\n    Attributes=``{6}''''
97*0Sstevel@tonic-gatessim_dump_urlsig =  \n    URL Auth Block List=``{0}''''
98*0Sstevel@tonic-gatessim_dump_attrsig = \n    Attribute Auth Block List=``{0}''''
99*0Sstevel@tonic-gatessim_entry_end = <<<<
100*0Sstevel@tonic-gatest_serialized_malform = Malformed serialized registration URL ``{0}''''.
101*0Sstevel@tonic-gatest_unsupported_encoding = Unsupported encoding while opening URL ``{0}''''.
102*0Sstevel@tonic-gatest_serialized_ioexception = IOException for serialized registration URL ``{0}'''': {1}
103*0Sstevel@tonic-gatest_serialized_sle = Service location exception accessing serialized registration URL ``{0}'''': {1}
104*0Sstevel@tonic-gatest_serialized_ex = Exception while registering serialized URL ``{0}'''': {1}
105*0Sstevel@tonic-gatest_serialized_seex = Service location exception ``{0}'''' while registering serialized URL ``{1}'''': {2}
106*0Sstevel@tonic-gatest_dump = Dumping service store in {0}.
107*0Sstevel@tonic-gatest_reg_add = Added a registration in {0} \n    Locale=``{1}''''\n    Service Type=``{2}''''\n    URL=``{3}''''\n    Attributes=``{4}''''\n    Scopes=``{5}''''
108*0Sstevel@tonic-gatest_reg_update = Updated a registration in {0} \n    Locale=``{1}''''\n    Service Type=``{2}''''\n    URL=``{3}''''\n    Attributes=``{4}''''\n    Scopes=``{5}''''
109*0Sstevel@tonic-gatest_reg_drop = Dropped a registration in {0} because: {1}\n    Locale=``{2}''''\n    Service Type=``{3}''''\n    URL=``{4}''''\n    Attributes=``{5}''''\n    Scopes=``{6}''''
110*0Sstevel@tonic-gatest_dereg = Removed a registration in {0}.\n    Locale=``{1}''''\n    Service Type=``{2}''''\n    URL=``{3}''''\n
111*0Sstevel@tonic-gatest_delattr = Deleted attributes for a registration in {0}.\n    Locale=``{1}''''\n    Service Type=``{2}''''\n    URL=``{3}''''\n   Tags=``{4}''''
112*0Sstevel@tonic-gatest_dereg_drop = Dropped deregistration in {0} because: {1}.\n    Locale=``{2}''''\n    Service Type=``{3}''''\n    URL=``{4}''''
113*0Sstevel@tonic-gatest_dereg_attr_drop = Dropped delete attributes in {0} because: {1}.\n    Locale=``{2}''''\n    Service Type=``{3}''''\n    URL=``{4}''''\n Tags=``{5}''''
114*0Sstevel@tonic-gatest_stypes = Found service types in {0}.\n    Naming Authority=``{1}''''\n    Scopes=``{2}''''\n    Types=``{3}''''
115*0Sstevel@tonic-gatest_stypes_drop = Dropped a service type request in {0} because: {1}.\n    Naming Authority=``{2}''''\n    Scopes=``{3}'''' Locale=``{4}''''
116*0Sstevel@tonic-gatest_sreq = Found services in {0}.\n    Service Type=``{1}''''\n    Scopes=``{2}''''\n    Query=``{3}''''\n    Locale=``{4}''''\n    Services=``{5}''''\n    Signatures=``{6}''''
117*0Sstevel@tonic-gatest_sreq_drop = Dropped a service request in {0} because: {1}.\n    Service Type=``{2}''''\n    Scopes=``{3}''''\n    Query=``{4}''''\n    Locale=``{5}''''
118*0Sstevel@tonic-gatest_st_attr = Found attributes in {0}.\n    Service Type=``{1}''''\n    Scopes=``{2}\n    Tags=``{3}''''\n    Locale=``{4}''''\n    Attributes=``{5}''''
119*0Sstevel@tonic-gatest_url_attr = Found attributes in {0}.\n    URL=``{1}''''\n    Scopes=``{2}\n    Tags=``{3}''''\n    Locale=``{4}''''\n    Attributes=``{5}''''
120*0Sstevel@tonic-gatest_st_attr_drop = Dropped attribute request in {0} because: {1}.\n    Service Type=``{2}''''\n    Scopes=``{3}''''\n    Tags=``{4}''''\n    Locale=``{5}''''
121*0Sstevel@tonic-gatest_url_attr_drop = Dropped attribute request in {0} because: {1}.\n   URL=``{2}''''\n    Scopes=``{3}''''\n    Tags=``{4}''''\n    Locale=``{5}''''
122*0Sstevel@tonic-gatehkm_private = private keys
123*0Sstevel@tonic-gatehkm_public = public keys
124*0Sstevel@tonic-gatesl_incoming = Incoming stream connection from ``{0}'''' on interface ``{1}''.
125*0Sstevel@tonic-gatesl_sock_timeout = Can''t set socket timeout for ``{0}'''' on interface ``{1}'': {2}.
126*0Sstevel@tonic-gatesdat_daadvert_vrfy_failed = Dropping DAAdvert for ``{0}'' because verification failed.
127*0Sstevel@tonic-gatesslm_unparse_error = Exception during creation of request message object.\n    Exception=``{0}''''\n    Backtrace={1}\n
128*0Sstevel@tonic-gate
129*0Sstevel@tonic-gateslh_creation_exception = Exception ``{0}'''' during creation of header for SLP Version {1}: {2}
130*0Sstevel@tonic-gate
131*0Sstevel@tonic-gatecmm_creation_error = No client side class ``{0}'''' for SLP Version {1}.
132*0Sstevel@tonic-gatecmm_creation_exception = Exception ``{0}'''' during creation of server side client message ``{1}'''' for SLP Version {2}: {3}
133*0Sstevel@tonic-gatecant_get_equivalency = Can not determine PKI equivalency for ``{0}'': {1}
134*0Sstevel@tonic-gate
135*0Sstevel@tonic-gate#Server messages passed to Assert.slpassert() and Assert.nonNullParameter().
136*0Sstevel@tonic-gate
137*0Sstevel@tonic-gatedaadv_nonvalid_url = Could not form valid url.
138*0Sstevel@tonic-gatels_null_config = Null config_in parameter
139*0Sstevel@tonic-gatepar_ntok = Query parser got number token
140*0Sstevel@tonic-gaterh_null_sock = Null sock_in parameter
141*0Sstevel@tonic-gaterh_null_packy = Null packet_in paramter
142*0Sstevel@tonic-gaterh_null_bais = Null bais parameter
143*0Sstevel@tonic-gaterh_return_err = Exception while creating error return request: {0}
144*0Sstevel@tonic-gaterh_rqst_type_err = Type of request not recognized:\n {0}
145*0Sstevel@tonic-gaterh_header_class_error = Error and not a server side header:{0}
146*0Sstevel@tonic-gatesdat_nonsa = Tryed to forward nonSA message:\n {0}
147*0Sstevel@tonic-gatessim_unk_qtype = Unknown type ``{0}'''' in query evaluation.
148*0Sstevel@tonic-gatessim_unk_qop = Invalid operator ``{0}'''' in query evaluation.
149*0Sstevel@tonic-gatessim_null_url_table = Null URL table for key ``{0}''''.
150*0Sstevel@tonic-gatessim_null_lang_rec = Null record for language key ``{0}''''.
151*0Sstevel@tonic-gatessim_null_lang_table =  Null language table for key ``{0}''''.
152*0Sstevel@tonic-gatessim_empty_lang_table = Empty language table for key ``{0}''''.
153*0Sstevel@tonic-gatessim_empty_reg_vector = Empty list reg vector for key ``{0}''''.
154*0Sstevel@tonic-gatessim_empty_scope_table = Empty scope table for key ``{0}''''.
155*0Sstevel@tonic-gatessim_null_reg_vector = Null list reg vector for key ``{0}''''.
156*0Sstevel@tonic-gatessim_ssttable_botch = Scope/service type table missing entry for service type ``{0}'''', scope ``{1}''''.
157*0Sstevel@tonic-gatessim_ssttable_lang_botch = Scope/service type lang table missing entry for locale ``{0}'''' in service type ``{1}'''', scope ``{2}''''.
158*0Sstevel@tonic-gatessim_url_lang_botch = URL/scope table already has entry for locale ``{0}'''', URL ``{1}'''', scope ``{2}''''.
159*0Sstevel@tonic-gatessim_bvcollector_null = Null container in BVCollector instance.
160*0Sstevel@tonic-gatessim_scope_type_url_mismatch = Mismatch between scope/type table and URL table.
161*0Sstevel@tonic-gatessim_attrbvc_botch = ServiceLocationException while fetching attributes in AttrBVCollector: {0}
162*0Sstevel@tonic-gatessim_btree_botch = BtreeVector did not insert even though vector is not empty.
163*0Sstevel@tonic-gatessim_too_many_booleans = Contents vector has more than two booleans.
164*0Sstevel@tonic-gatesls_repeat_failure = Repeated StreamListener IOException: {0}
165*0Sstevel@tonic-gatessdat_number_format = Number format exception for directory-agent.sun timestamp attribute.
166*0Sstevel@tonic-gatessdat_register_error = Service location exception registering in Sun DA server table: {0}\n    URL=``{1}''''\n    scopes=``{2}''''
167*0Sstevel@tonic-gatessdat_deregister_error = Service location exception deregistering in Sun DA server table: {0}\n    address=``{1}''''\n    scopes=``{2}''''
168*0Sstevel@tonic-gate
169*0Sstevel@tonic-gate#Server exception messages.
170*0Sstevel@tonic-gate
171*0Sstevel@tonic-gatepar_char_closing = Characters after closing parenthesis in query ``{0}''''
172*0Sstevel@tonic-gatepar_syn_err = Error in syntax of query ``{0}''''
173*0Sstevel@tonic-gatepar_init_par = Query missing initial parenthesis
174*0Sstevel@tonic-gatepar_tok_un = Unrecognized token in query
175*0Sstevel@tonic-gatepar_final_par = Query missing final parenthesis
176*0Sstevel@tonic-gatepar_wild_op = Wildcarded pattern with wrong operator ``{0}''''
177*0Sstevel@tonic-gatepar_bool_op = Boolean with operator ``{0}''''
178*0Sstevel@tonic-gatepar_key_op = Keyword attribute with operator ``{0}''''
179*0Sstevel@tonic-gatepar_tag_syn = Syntax error in attribute tag
180*0Sstevel@tonic-gatepar_comp_op = Syntax error in comparison operator
181*0Sstevel@tonic-gatepar_qend = End of query during value parse
182*0Sstevel@tonic-gatesstm_iana = ``IANA'''' is not a legal naming authority name
183*0Sstevel@tonic-gatesattr_nonattr = Vector contains nonServiceLocationAttribute object ``{0}''''
184*0Sstevel@tonic-gatesdaadv_nondaurl = Service URL service type ``{0}'''' is not DA URL type
185*0Sstevel@tonic-gatesdaadv_neg = Timestamp is negative
186*0Sstevel@tonic-gatessaadv_nonsaurl = Service URL service type ``{0}'''' is not SA URL type
187*0Sstevel@tonic-gatesrq_stype_missing = Service request is missing service type
188*0Sstevel@tonic-gatessf_no_class = Can''t find class for service store class name ``{0}''''
189*0Sstevel@tonic-gatessf_inst_ex = Exception instantiating service store class ``{0}'''': {1}
190*0Sstevel@tonic-gatessf_ill_ex = Illegal access exception instantiating service store class ``{0}'''': {1}
191*0Sstevel@tonic-gatessf_class_cast = Class ``{0}'''' does not implement the ServiceStore interface
192*0Sstevel@tonic-gatessf_io_deser = IOException deserializing document: {0}
193*0Sstevel@tonic-gatessf_not_valid_url = The line ``{0}'''' is not a valid service URL registration line
194*0Sstevel@tonic-gatessf_not_valid_lifetime = The lifetime ``{0}'''' is not a valid integer. (line {1})
195*0Sstevel@tonic-gatessf_syntax_err = Syntax error during deserialization: {0} (line {1})
196*0Sstevel@tonic-gatessim_no_rec = No record for ``{0}''''
197*0Sstevel@tonic-gatessim_no_rec_locale = No record for ``{0}'''' and locale ``{1}''''
198*0Sstevel@tonic-gatessim_mis_auth = Missing authentication on request or record
199*0Sstevel@tonic-gatessim_scope_mis = Scopes do not match existing registration
200*0Sstevel@tonic-gatessim_attr_mis = Attribute tags do not match existing registration for the same scopes and language
201*0Sstevel@tonic-gatessim_st_already = Nonservice URL already registered under different service type
202*0Sstevel@tonic-gatessim_lang_unsup = No advertisements in language locale ``{0}''''
203*0Sstevel@tonic-gatest_zero = URL has zero lifetime
204*0Sstevel@tonic-gatest_attr_sig = Attribute signature bit is on but URL signature bit is not
205*0Sstevel@tonic-gatest_prot_update = Cannot update signed registrations
206*0Sstevel@tonic-gatest_scope_unsup = None of the scopes are supported
207*0Sstevel@tonic-gatest_prot_attr_dereg = Attribute deregistration not allowed on a signed registration
208*0Sstevel@tonic-gatest_error = Remote agent error
209*0Sstevel@tonic-gatest_restricted_type = Attempt to register or deregister restricted type ``{0}'''' from outside the slpd process
210*0Sstevel@tonic-gatest_prot_non_reg = Server security is ON and the registration is not signed
211*0Sstevel@tonic-gatest_unprot_non_reg = Server security is OFF and the registration is signed
212*0Sstevel@tonic-gatest_prot_non_dereg = Server security in ON and the deregistration is not signed
213*0Sstevel@tonic-gatest_unprot_non_dereg = Server security is OFF and the deregistration is signed
214*0Sstevel@tonic-gatest_par_attr = Partial attribute request with an SPI included
215*0Sstevel@tonic-gatest_st_req = SPI specified in service type attribute request
216*0Sstevel@tonic-gatest_cant_sign_as = Can not sign DAAdvert or SAAdvert with requested SPI ``{0}''
217*0Sstevel@tonic-gate
218*0Sstevel@tonic-gate#V1 Compatibility Messages
219*0Sstevel@tonic-gate
220*0Sstevel@tonic-gatev1_init_error = Error initializing SLPv1 compatibility: {0}
221*0Sstevel@tonic-gatev1_security_enabled = Can't initialize SLPv1 compatability:Security is enabled.
222*0Sstevel@tonic-gatev1_scope_char_res = Scope ``{0}''''contains one or more of /,:.
223*0Sstevel@tonic-gatev1_scope_name_res = Scope name ``{0}'''' is one of reserved names ``local'''' or ``remote''''.
224*0Sstevel@tonic-gatev1_unsupported_encoding = Unsupported character encoding ``{0}''.
225*0Sstevel@tonic-gatev1_multiscope = Tried to create a SLPv1 message object with more than one scope.
226*0Sstevel@tonic-gatev1_abstract_type = Tried to create an SLPv1 message object with an abstract type.
227*0Sstevel@tonic-gatev1_not_surl = Tried to create an SLPv1 message object with a nonservice: type.
228*0Sstevel@tonic-gatev1_query_error = Syntax error in SLPv1 query ``{0}''''.
229*0Sstevel@tonic-gatev1_nonzero_dialect = Dialect header field is nonzero in SLPv1 message.
230*0Sstevel@tonic-gatev1_no_security = SLPv1 compatibility doesn't handle authentication.
231*0Sstevel@tonic-gatev1_charcode_error = Character code ``{0}'''' has too many bytes for encoding ``{1}''''.
232*0Sstevel@tonic-gatev1_stringcode_error = String encoding ``{0}'''' has no corresponding character in encoding ``{1}''''.
233*0Sstevel@tonic-gatev1_escape_error = Error in SLPv1 escape for string ``{0}''''.
234*0Sstevel@tonic-gatev1_8bit_error = Character ``{0}'''' is outside the 8 bit range.
235*0Sstevel@tonic-gatev1_query_error = Error in SLPv1 query syntax for query ``{0}''''.
236*0Sstevel@tonic-gatev1_advert_error = Can't find SLPv1 DAAdvert class.
237*0Sstevel@tonic-gatev1_scope_format = Format of SLPv1 scope attribute values ``{0}'''' is in error.
238*0Sstevel@tonic-gatev1_service_type_format = SLPv1 service type ``{0}'''' improperly formatted.
239*0Sstevel@tonic-gatev1_abstract_type_conflict = SLPv1 expecting a protocol type ``{0}'''' but abstract type ``{1}'''' has the same abstract type name.
240*0Sstevel@tonic-gatev1_radix64_error = Error in SLPv1 radix64 string ``{0}''''.
241*0Sstevel@tonic-gatev1_hello = Running SLPv1 compatibility DA bridge for scopes ``{0}''''.
242