blob: 5591c10e18d9f0b171d12196dfad274fc60aef93 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-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]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
# Microsystems, Inc. All Rights Reserved.
#
# 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.
complete-line-newline=Completar Linha e Criar Nova Linha
complete-line=Completar Linha
LBL_constructor=Construtor...
LBL_generate_constructor=Gerar Construtor
LBL_super_constructor_select=Selecionar superconstrutor:
LBL_constructor_select=Selecione os campos a serem inicializados pelo construtor:
LBL_getter=Getter...
LBL_generate_getter=Gerar Getters
LBL_getter_field_select=Selecione campos para os quais gerar getters:
LBL_setter=Setter...
LBL_generate_setter=Gerar Setters
LBL_setter_field_select=Selecionar campos para os quais gerar setters:
LBL_getter_and_setter=Getter e Setter...
LBL_generate_getter_and_setter=Gerar Getters e Setters
LBL_getter_and_setter_field_select=Selecionar campos para os quais gerar getters e setters:
LBL_equals_and_hashcode=equals() e hashCode()...
LBL_equals=equals()...
LBL_hashcode=hashCode()...
LBL_generate_equals_and_hashcode=Gerar equals() e hashCode()
LBL_generate_equals=Gerar equals()
LBL_generate_hashcode=Gerar hashCode()
LBL_equals_select=Selecionar campos a serem inclu\u00eddos em equals():
LBL_hashcode_select=Selecionar campos a serem inclu\u00eddos em hashCode():
LBL_tostring=toString()...
LBL_generate_tostring=Gerar toString()
LBL_tostring_select=Selecionar campos a serem inclu\u00eddos em toString():
LBL_implement_method=Implementar M\u00e9todo...
LBL_generate_implement=Gerar M\u00e9todos p/Implementa\u00e7\u00e3o
LBL_implement_method_select=Selecionar m\u00e9todos para implementar:
LBL_override_method=Substituir M\u00e9todo...
LBL_generate_override=Gerar M\u00e9todos p/Substitui\u00e7\u00e3o
LBL_override_method_select=Selecionar m\u00e9todos para substituir:
LBL_delegate_method=Delegar M\u00e9todo...
LBL_generate_delegate=Gerar M\u00e9todos p/Delega\u00e7\u00e3o
LBL_delegate_field_select=Selecionar campo de destino para o qual gerar delega\u00e7\u00f5es:
LBL_delegate_method_select=Selecionar m\u00e9todos para os quais gerar delega\u00e7\u00f5es:
LBL_generate_button=Gerar
LBL_cancel_button=Cancelar
#A11Y Descriptions
A11Y_Generate=Confirmar Caixa de Di\u00e1logo e gerar c\u00f3digo
A11Y_Generate_Constructor=Caixa de Di\u00e1logo Gerar Construtor
A11Y_Generate_Delegate=Caixa de Di\u00e1logo Delegar M\u00e9todo
A11Y_Generate_EqualsHashCode=Gerar M\u00e9todos equals e hashCode
A11Y_Generate_ToString=Gerar M\u00e9todos toString
A11Y_Generate_GetterSetter=Gerar M\u00e9todos Getter e Setter
A11Y_Generate_ImplementOverride=Caixa de Di\u00e1logo Implementar/Substituir M\u00e9todo
ERR_CannotApplyGuarded=N\u00e3o \u00e9 poss\u00edvel aplicar as altera\u00e7\u00f5es por causa do bloco protegido
ERR_CannotFindOriginalClass=N\u00e3o \u00e9 poss\u00edvel localizar a classe original
ERR_CannotFindOriginalMember=N\u00e3o \u00e9 poss\u00edvel localizar um membro de classe original
ERR_ConstructorAlreadyExists=O construtor j\u00e1 existe
LBL_Get_Available_Methods=Obten\u00e7\u00e3o dos M\u00e9todos Dispon\u00edveis (talvez seja necess\u00e1rio esperar para aguardar a conclus\u00e3o da varredura).
LBL_logger=Logger...
LBL_generate_logger=Gerar Logger...
LBL_EncapsulateFields=Encapsular Campos
GetterSetterPanel.performEncapsulate.text=&Encapsular Campos
LBL_remove_surrounding_code=Remover Circundante
remove-surrounding-code=Remover C\u00f3digo Circundante
remove-surrounding-code_menu_text=Remover C\u00f3digo Circundante...