blob: 96c8d6819faff8fe441a541a28d070c95a965eeb [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 2010 Sun Microsystems, Inc.
TXT_ProtectedField=Campo Protegido
TXT_PublicField=Campo P\u00fablico
TXT_PackageField=Campo do Pacote
TXT_PublicInnerClass=Classe Interna P\u00fablica
TXT_ProtectedInnerClass=Classe Interna Protegida
TXT_PackageInnerClass=Classe Interna Vis\u00edvel do Pacote
TXT_ReturnCollection=Retorno do Campo de Cole\u00e7\u00e3o
TXT_ReturnArray=Retorno do Campo Array
TXT_ReturnDate=Retorno do Campo de Data ou Calend\u00e1rio
TXT_AssignmentToCollection=Designa\u00e7\u00e3o ao Campo de Cole\u00e7\u00e3o do Par\u00e2metro
TXT_AssignmentToArray=Designa\u00e7\u00e3o ao Campo Array com Base no Par\u00e2metro
TXT_AssignmentToDate=Designa\u00e7\u00e3o ao Campo de Data ou Calend\u00e1rio com Base no Par\u00e2metro
TXT_OtherPrivateField=Acesso de Campo Privado de Outro Objeto
FIX_EncapsulateField=Encapsular Campo
FIX_MoveInnerToOuter=Mover de Interno para Externo
FIX_ReplaceWithUC=Substituir por java.until.Collections.{0} ({1})
DN_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.protectedField=Campo Protegido
DESC_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.protectedField=Adverte sobre a exist\u00eancia de vari\u00e1veis protegidas
LBL_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.ALLOW_ENUMS_KEY=N\u00e3o adverte sobre campos do tipo enum
TP_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.ALLOW_ENUMS_KEY=N\u00e3o advertir\u00e1 sobre campos do tipo enum
DN_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.publicField=Campo P\u00fablico
DESC_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.publicField=Adverte sobre a exist\u00eancia de vari\u00e1veis p\u00fablicas
DN_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.packageField=Campo do Pacote
DESC_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.packageField=Adverte sobre a exist\u00eancia de vari\u00e1veis vis\u00edveis no pacote
DN_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.privateField=Acesso de Campo Privado de Outro Objeto
DESC_org.netbeans.modules.java.hints.encapsulation.FieldEncapsulation.privateField=Adverte sobre acesso de campos privados de outros objetos
DN_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.publicCls=Classe Interna P\u00fablica
DESC_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.publicCls=Adverte sobre a exist\u00eancia de classe interna vis\u00edvel p\u00fablica
DN_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.protectedCls=Classe Interna Protegida
DESC_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.protectedCls=Adverte sobre a exist\u00eancia de classe interna vis\u00edvel protegida
DN_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.packageCls=Classe Interna Vis\u00edvel do Pacote
DESC_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.packageCls=Adverte sobre a exist\u00eancia de classe interna vis\u00edvel no pacote
DN_org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.collection=Retorno do Campo de Cole\u00e7\u00e3o
DESC_org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.collection=Adverte sobre retorno de campos de cole\u00e7\u00e3o
DN_org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.array=Retorno do Campo Array
DESC_org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.array=Adverte sobre retorno de campos do array
DN_org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.date=Retorno do Campo de Data ou Calend\u00e1rio
DESC_org.netbeans.modules.java.hints.encapsulation.ReturnEncapsulation.date=Adverte sobre retorno de campos java.util.Date ou java.util.Calendar
DN_org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.collection=Designa\u00e7\u00e3o ao Campo de Cole\u00e7\u00e3o do Par\u00e2metro
DESC_org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.collection=Adverte sobre a designa\u00e7\u00e3o de java.util.Collection nos campos
DN_org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.array=Designa\u00e7\u00e3o ao Campo Array com Base no Par\u00e2metro
DESC_org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.array=Adverte sobre a designa\u00e7\u00e3o de array nos campos
DN_org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.date=Designa\u00e7\u00e3o ao Campo de Data ou Calend\u00e1rio com Base no Par\u00e2metro
DESC_org.netbeans.modules.java.hints.encapsulation.ParamEncapsulation.date=Adverte sobre a designa\u00e7\u00e3o de java.util.Date ou java.util.Calendar nos campos
LBL_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.ALLOW_ENUMS_KEY=N\u00e3o adverte sobre enums internos
TP_org.netbeans.modules.java.hints.encapsulation.ClassEncapsulation.ALLOW_ENUMS_KEY=N\u00e3o adverte sobre enums internos