blob: 82970e7156add48d4c7c1d2014ee8096053aa624 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#
# Contributor(s):
#
# Portions Copyrighted 2009 Sun Microsystems, Inc.
ERR_MultipleDisposes=O m\u00e9todo {0} possui v\u00e1rios par\u00e2metros com anota\u00e7\u00e3o @Disposes
ERR_MultipleObserves=O m\u00e9todo {0} possui v\u00e1rios par\u00e2metros com anota\u00e7\u00e3o @Observes
ERR_DisposesHasObserves=O m\u00e9todo {0} est\u00e1 declarado como distribuidor, mas tamb\u00e9m possui o par\u00e2metro anotado @Observes
ERR_DisposesHasInjectOrProduces=O m\u00e9todo {0} est\u00e1 declarado como distribuidor, mas tamb\u00e9m possui a anota\u00e7\u00e3o {1}
ERR_ObserverHasInjectOrProduces=O m\u00e9todo {0} est\u00e1 declarado como observador, mas tamb\u00e9m possui a anota\u00e7\u00e3o {1}
# Result errors
ERR_ProducerInjectPoint=O elemento {0} possui a anota\u00e7\u00e3o @Producer e n\u00e3o pode ser um ponto de inje\u00e7\u00e3o.
ERR_NoInjectPoint=O elemento {0} n\u00e3o possui a anota\u00e7\u00e3o @Inject e n\u00e3o poderia ser um ponto de inje\u00e7\u00e3o.
ERR_BadParent=Defini\u00e7\u00e3o de tipo esperada como elemento de fechamento para {0}. Mas elemento {1} localizado.
ERR_UnresolvedAmbiguousDependency=Depend\u00eancia amb\u00edgua n\u00e3o solucionada localizada como resultado da resolu\u00e7\u00e3o typesafe
ERR_NoFound=Depend\u00eancia n\u00e3o satisfeita: nenhum bean corresponde ao ponto de inje\u00e7\u00e3o
ERR_AlternativesOnly=Foram localizadas somente alternativas eleg\u00edveis desativadas para inje\u00e7\u00e3o
ERR_NoEnabledBeans=Nenhum bean ativado eleg\u00edvel para inje\u00e7\u00e3o foi localizado
ERR_DefaultScopeCollision=O elemento n\u00e3o declara explicitamente o escopo, mas seus estere\u00f3tipos t\u00eam diferentes estere\u00f3tipos que declaram diferentes escopos default: {0} e {1}.
ERR_InitializedInjectionPoint=O ponto de inje\u00e7\u00e3o n\u00e3o deve ser inicializado explicitamente.
ERR_StaticInjectionPoint=O ponto de inje\u00e7\u00e3o n\u00e3o deve ser est\u00e1tico.
ERR_FinalInjectionPoint=O ponto de inje\u00e7\u00e3o n\u00e3o deve ser final.
ERR_InjectPointTypeVar=O ponto de inje\u00e7\u00e3o n\u00e3o deve ser uma vari\u00e1vel de tipo.
ERR_SeveralScopes=O elemento pode especificar no m\u00e1ximo uma anota\u00e7\u00e3o do tipo de escopo.