JAL-3130 Some automatically fixed deprecated calls. Mostly constructors converted...
[jalview.git] / j11lib / tmp / com / sun / xml / ws / resources / modeler_pt_BR.properties
1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 #
4 # Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
5 #
6 # The contents of this file are subject to the terms of either the GNU
7 # General Public License Version 2 only ("GPL") or the Common Development
8 # and Distribution License("CDDL") (collectively, the "License").  You
9 # may not use this file except in compliance with the License.  You can
10 # obtain a copy of the License at
11 # https://oss.oracle.com/licenses/CDDL+GPL-1.1
12 # or LICENSE.txt.  See the License for the specific
13 # language governing permissions and limitations under the License.
14 #
15 # When distributing the software, include this License Header Notice in each
16 # file and include the License file at LICENSE.txt.
17 #
18 # GPL Classpath Exception:
19 # Oracle designates this particular file as subject to the "Classpath"
20 # exception as provided by Oracle in the GPL Version 2 section of the License
21 # file that accompanied this code.
22 #
23 # Modifications:
24 # If applicable, add the following below the License Header, with the fields
25 # enclosed by brackets [] replaced by your own identifying information:
26 # "Portions Copyright [year] [name of copyright owner]"
27 #
28 # Contributor(s):
29 # If you wish your version of this file to be governed by only the CDDL or
30 # only the GPL Version 2, indicate your decision by adding "[Contributor]
31 # elects to include this software in this distribution under the [CDDL or GPL
32 # Version 2] license."  If you don't indicate a single choice of license, a
33 # recipient has the option to distribute your version of this file under
34 # either the CDDL, the GPL Version 2 or to extend the choice of license to
35 # its licensees as provided above.  However, if you add GPL Version 2 code
36 # and therefore, elected the GPL Version 2 license, then the option applies
37 # only if the new code is made subject to such option by the copyright
38 # holder.
39 #
40
41 # Wrapped into an Exception. {0} - localizable exception message of another exception
42 nestedModelerError=erro do modelador de runtime: {0}
43
44 runtime.modeler.no.webservice.annotation=Uma anota\u00E7\u00E3o do WebService n\u00E3o est\u00E1 presente na classe: {0}
45 runtime.modeler.endpoint.interface.no.webservice=A Interface do Ponto Final: {0} n\u00E3o tem Anota\u00E7\u00E3o do WebService
46 # Wrapped into an Exception. Not concatenated with any other string.
47 runtime.modeler.class.not.found=n\u00E3o foi poss\u00EDvel encontrar a classe: {0}
48 # APT - Annotation Processing Tool. Should not be translated.
49 runtime.modeler.wrapper.not.found=A classe {0} de wrapper n\u00E3o foi encontrada. Voc\u00EA executou o processamento da anota\u00E7\u00E3o para ger\u00E1-la?
50 # Wrapped into an Exception. Not concatenated with any other string.
51 runtime.modeler.method.not.found=n\u00E3o foi poss\u00EDvel encontrar o m\u00E9todo: {0} na classe: {1}
52 runtime.modeler.webmethod.must.be.public=@WebMethod n\u00E3o \u00E9 permitido em um m\u00E9todo n\u00E3o p\u00FAblico {0}
53 runtime.modeler.webmethod.must.be.nonstatic=@WebMethod n\u00E3o \u00E9 permitido em um m\u00E9todo est\u00E1tico {0}
54 runtime.modeler.webmethod.must.be.nonstaticfinal=@WebMethod n\u00E3o \u00E9 permitido em um m\u00E9todo est\u00E1tico ou final {0}   
55 runtime.modeler.oneway.operation.no.out.parameters=a opera\u00E7\u00E3o unidirecional n\u00E3o deve ter a classe de par\u00E2metros OUT: {0} m\u00E9todo: {1}
56 runtime.modeler.oneway.operation.no.checked.exceptions=A opera\u00E7\u00E3o unidirecional n\u00E3o deve gerar nenhuma classe {0}: m\u00E9todo: {1} gera\u00E7\u00F5es: {2} de exce\u00E7\u00F5es verificadas
57 runtime.modeler.cannot.get.serviceName.from.interface=O serviceName n\u00E3o pode ser recuperado de uma interface. classe {0}
58 runtime.modeler.portname.servicename.namespace.mismatch=O namespace do serviceName \\"{0}\\" e o namespace do portName \\"{1}\\" devem ser correspondentes
59 runtime.modeler.no.package=Um @WebService.targetNamespace deve ser especificado nas classes sem pacote. Classe: {0}
60 runtime.modeler.no.operations=O web service definido pela classe {0} n\u00E3o cont\u00E9m nenhum WebMethods v\u00E1lido.
61 runtime.modeler.mtom.conflict = Erro em @BindingType: a Configura\u00E7\u00E3o de MTOM no identificador de bind {0} est\u00E1 em conflito com o recurso @MTOM {1}
62 # {0} - feature class name, {1} - feature class name
63 runtime.modeler.feature.conflict= O recurso {0} na implementa\u00E7\u00E3o est\u00E1 em conflito com {1} na configura\u00E7\u00E3o do WSDL 
64 # {0} - absolute class location
65 runtime.modeler.addressing.responses.nosuchmethod = A API de JAX-WS 2.1 foi carregada de {0}, mas o runtime de JAX-WS requer a API JAX-WS 2.2 ou mais recente. Use o mecanismo de substitui\u00E7\u00E3o de padr\u00F5es para carregar a API de JAX-WS 2.2 ou mais recente.   
66 runtime.modeler.wsfeature.no.ftrconstructor=A anota\u00E7\u00E3o {0} n\u00E3o \u00E9 reconhec\u00EDvel, pelo menos um construtor de {1} deve ser marcado com @FeatureConstructor
67 runtime.modeler.wsfeature.morethanone.ftrconstructor=A anota\u00E7\u00E3o {0} \u00E9 inv\u00E1lida. Somente um construtor de {1} pode ser marcado como @FeatureConstructor
68 runtime.modeler.wsfeature.illegal.ftrconstructor=A anota\u00E7\u00E3o {0} \u00E9 inv\u00E1lida. No {1} o valor de @FeatureConstructor n\u00E3o corresponde aos par\u00E2metros do construtor
69 # WRAPPED is a member of enumeration and should not be translated. {0} - SoapBinding annotation, {1} - class name
70 runtime.modeler.invalid.soapbinding.parameterstyle= Uso incorreto da Anota\u00E7\u00E3o {0} em {1}; o ParameterStyle s\u00F3 pode ser WRAPPED com o Web service de Estilo de RPC.
71 runtime.modeler.soapbinding.conflict= O Estilo de SOAPBinding {0} do m\u00E9todo {1} est\u00E1 em conflito com o Estilo SOAPBinding {2} global
72 runtimemodeler.invalid.soapbindingOnMethod=Anota\u00E7\u00E3o inv\u00E1lida: {0} no M\u00E9todo {1} na Classe {2}. Um m\u00E9todo n\u00E3o pode ser anotado com @SOAPBinding com Estilo \\"RPC\\"
73 unable.to.create.JAXBContext=N\u00E3o \u00E9 poss\u00EDvel criar o JAXBContext
74 # BARE is a member of enumeration and should not be translated.
75 not.a.valid.bare.method=SEI {0} tem o m\u00E9todo {1} anotado como BARE, mas tem mais de um par\u00E2metro vinculado ao corpo. Ele \u00E9 v\u00E1lido. Anote o m\u00E9todo com a anota\u00E7\u00E3o: @SOAPBinding(parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)