blob: a4b30ec0061909bc6b1a58df8b9017b096b13043 [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]"
#
# 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 2008 Sun Microsystems, Inc.
#Common Errors
Unsupported_Project_Message=<html>Tipo de Projeto N\u00e3o Suportado.</html>
# Hibernate Mapping Panel
LBL_MappingWizardTitle=Assistente de Mapeamento do Hibernate
HibernateMappingWizardPanel.jLabel1.text=Classe a Ser &Mapeada:
LBL_PrimaryKeyClass=Classe a Ser Mapeada:
LBL_HibernateMappingPanel_Name=Selecionar Classe de Mapeamento
HibernateMappingWizardPanel.jLabel2.text=Arquivo de &Configura\u00e7\u00e3o:
HibernateMappingWizardPanel.jLabel3.text=Tabela de &Banco de Dados:
# Hibernate Configuration Panel
LBL_ConfWizardTitle=Assistente de Configura\u00e7\u00e3o do Hibernate
LBL_HibernateConfigurationPanel_Name= Selecionar C\u00f3digo-Fonte de Dados
HibernateConfigurationWizardPanel.jLabel3.text=&Conex\u00e3o de Banco de Dados:
HibernateConfigurationWizardPanel.jLabel4.text=Dialeto do &Banco de Dados:
HibernateConfigurationWizardPanel.cmbDialect.AccessibleContext.accessibleName=Dialeto do Banco de Dados
HibernateConfigurationWizardPanel.cmbDialect.AccessibleContext.accessibleDescription=Dialeto do Banco de Dados
HibernateConfigurationWizardPanel.jLabel4.AccessibleContext.accessibleDescription=Dialeto do Banco de Dados
# Hibernate Reverse Engineering
Templates/Hibernate/RevEng=Assistente de Engenharia Reversa do Hibernate
LBL_DatabaseTables=Tabela de Banco de Dados
LBL_GenerateClasses=Gera\u00e7\u00e3o de C\u00f3digo
HibernateRevengDatabaseTablesPanel_AvailableTables=&Tabelas Dispon\u00edveis:
HibernateRevengDatabaseTablesPanel_SelectedTables=Tabelas S&elecionadas:
HibernateRevengDatabaseTablesPanel_AddAll=Adicionar T&udo >>
HibernateRevengDatabaseTablesPanel_Add=&Adicionar >
HibernateRevengDatabaseTablesPanel_Remove=< &Remover
HibernateRevengDatabaseTablesPanel_RemoveAll=<< Re&mover Tudo
HibernateRevengDatabaseTablesPanel_IncludeRelatedTables=&Incluir Tabelas Relacionadas
TXT_HibernateRevengDatabaseTablesPanel_IncludeRelatedTables=Incluir Tabelas Relacionadas
HibernateRevengDatabaseTablesPanel_Configuration=Arquivo de &Configura\u00e7\u00e3o:
ACSD_AvailableTables=Lista de todas as tabelas dispon\u00edveis
ACSN_SelectedTables=Tabelas selecionadas
ACSD_SelectedTables=Lista de tabelas selecionadas
ACSN_AvailableTables=Tabelas Dispon\u00edveis
MSG_No_Primary_Key={0} n\u00e3o pode ser adicionado porque n\u00e3o tem uma chave prim\u00e1ria.
MSG_Already_Mapped={0} n\u00e3o pode ser adicionado porque j\u00e1 est\u00e1 mapeado para a classe de entidade {1}.\nVoc\u00ea deve excluir a classe {1} antes de gerar uma nova classe de entidade.
ERR_Include_DBJars=<html>Os drivers de banco de dados n\u00e3o foram adicionados ao classpath do projeto.<br>V\u00e1 para as propriedades do projeto para adicionar a biblioteca de bancos de dados.</html>
ERR_No_DB_Connection=<html>N\u00e3o foi poss\u00edvel estabelecer a conex\u00e3o do banco de dados com o arquivo de Configura\u00e7\u00e3o do Hibernate selecionado<br>. Verifique os detalhes da conex\u00e3o ao banco de dados em {0}.</html>
ERR_No_DB_Connection_Exists=Nenhuma conex\u00e3o de Banco de Dados est\u00e1 configurada. Selecione 'Nova Conex\u00e3o de Banco de Dados' na lista drop-down.
ERR_No_DB_ConnectionDriver_Exists=N\u00e3o foi poss\u00edvel localizar a classe de driver do banco na configura\u00e7\u00e3o.
# Hibernate Code Generation
Templates/Hibernate/CodeGen=Arquivos de Mapeamento do Hibernate e POJOs de Banco de Dados
HibernateCodeGenerationPanel_WizardProgress_GenPOJO=<html>Gerando POJOs</html>
HibernateCodeGenerationPanel_WizardProgress_GenMapping=<html>Gerando arquivos de Mapeamento de XML</html>
HibernateCodeGenerationPanel_WizardProgress_UpdateConf=<html>Atualizando Arquivo de Configura\u00e7\u00e3o</html>
ERR_JavaTargetChooser_CantUseDefaultPackage=Forne\u00e7a um nome de pacote.
ERR_ConfFileChooser=Selecione um Arquivo de configura\u00e7\u00e3o.
ERR_RevengFileChooser=Selecione um Arquivo de Engenharia Reversa.
ERR_JavaTargetChooser_SelectSourceGroup=Selecione um grupo de c\u00f3digo-fonte.
ERR_JavaTargetChooser_InvalidPackage=O nome do pacote n\u00e3o \u00e9 v\u00e1lido.
ERR_JavaTargetChooser_UnwritablePackage=N\u00e3o \u00e9 permitido gravar no diret\u00f3rio do pacote.
ERR_DatabaseError=N\u00e3o foi poss\u00edvel estabelecer conex\u00e3o com o banco de dados.
ERR_HibernateError=A configura\u00e7\u00e3o do Hibernate falha com a mensagem:<br>{0}<br>veja o message.log para obter detalhes sobre a exce\u00e7\u00e3o.
HibernateCodeGenerationPanel.chkJava.text=Funcionalidades de Idiomas do &JDK 5
HibernateCodeGenerationPanel.chkHbm.text=Mapeamentos de XML do &Hibernate (.hbm.xml)
HibernateCodeGenerationPanel.jLabel5.text=Defini\u00e7\u00f5es Gerais:
HibernateCodeGenerationPanel.jLabel4.text=&Pacote:
HibernateCodeGenerationPanel.chkEjb.text=Anota\u00e7\u00f5es do &EJB3
HibernateCodeGenerationPanel.jLabel2.text=P&rojeto:
HibernateCodeGenerationPanel.jLabel1.text=Defini\u00e7\u00f5es de Gera\u00e7\u00e3o de C\u00f3digo:
HibernateCodeGenerationPanel.jLabel3.text=&Localiza\u00e7\u00e3o:
HibernateCodeGenerationPanel.chkDomain.text=C\u00f3digo do &Dom\u00ednio (.java)
HibernateCodeGenerationPanel.jLabel6.text=Arquivo de Configura\u00e7\u00e3o do Hibernate:
HibernateCodeGenerationPanel.jLabel7.text=Arquivo de Engenharia Reversa do Hibernate: