blob: 2023fadbc736a5729a586d25d0969feed093dee9 [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-2006 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.
#Customizer provider
#{0} Name of the project
LBL_Customizer_Title=Propriedades do Projeto - {0}
LBL_Customizer_Ok_Option=OK
LBL_Customizer_Cancel_Option=Cancelar
# Configuration node labels
Projects/org-netbeans-modules-j2ee-earproject/Customizer/BuildCategory=Construir
LBL_Config_Ear=Encapsulamento
LBL_Config_Sources=C\u00f3digos-fonte
LBL_Config_Libraries=Bibliotecas
LBL_Config_Run=Executar
LBL_Config_Compile=Compilar
# Panels
ACS_CustomizeGeneral_A11YDesc=Painel de propriedades gerais
ACS_CustomizeCompile_A11YDesc=Painel do projeto de compila\u00e7\u00e3o
ACS_CustomizeEAR_A11YDesc=Empacotando painel do projeto
ACS_CustomizeRun_A11YDesc=Executando painel do projeto
ACS_CustomizeTree_A11YName=Categorias de propriedades do projeto
ACS_CustomizeTree_A11YDesc=Categorias de propriedades do projeto
ACS_Customize_A11YDesc=Janela de propriedades do projeto
# Customize general project properties
LBL_CustomizeGeneral_ProjectFolder_JLabel=Pasta do Projeto:
LBL_CustomizeGeneral_Platform_JLabel=Plataforma Java:
LBL_CustomizeGeneral_Platform_JButton=Editar...
ACS_CustomizeGeneral_ProjectFolder_A11YDesc=Pasta do projeto
ACS_CustomizeGeneral_Platform_A11YDesc=Plataforma Java
ACS_CustomizeGeneral_PlatformEdit_A11YDesc=Bot\u00e3o que abre uma caixa de di\u00e1logo para gerenciamento de plataformas JDK
# Customize compilation
LBL_CustomizeCompile_Classpath_AddJar_JButton=Adicionar JAR/Pasta...
LBL_CustomizeCompile_Classpath_AddLibrary_JButton=Adicionar &Biblioteca...
LBL_CustomizeCompile_Classpath_AddProject_JButton=Adicionar &Projeto...
LBL_CustomizeCompile_Classpath_Remove_JButton=&Remover
LBL_CustomizeEAR_FileName_JLabel=&Nome do Arquivo Compactado:
LBL_CustomizeEAR_Commpres_JCheckBox=Comprimir arquivo &compactado
LBL_CustomizeEAR_Content_JLabel=Conte\u00fado a ser &exclu\u00eddo:
LBL_CustomizeEAR_AddContent_JLabel=Conte\u00fado a&dicional a incluir:
LBL_CustomizeEAR_AddFilter_JButton=&Adicionar filtro...
LBL_CustomizeEAR_RemoveFilter_JButton=&Remover
LBL_CustomizeEAR_AddJar_JButton=Adicionar JAR/&pasta...
LBL_CustomizeEAR_AddLib_JButton=Adicionar &Biblioteca...
LBL_CustomizeEAR_AddProject_JButton=Adicionar &Projeto...
LBL_CustomizeEAR_Remove_JButton=Re&mover
ACS_CustomizeEAR_FileName_A11YDesc=Campo de texto de nome de arquivo EAR
ACS_CustomizeEAR_Commpres_A11YDesc=Caixa de sele\u00e7\u00e3o para compress\u00e3o do EAR
ACS_CustomizeEAR_Content_A11YDesc=Lista de conte\u00fado a excluir
ACS_CustomizeEAR_AddFilter_A11YDesc=Bot\u00e3o Adicionar filtro
ACS_CustomizeEAR_Remove_A11YDesc=Bot\u00e3o Remover filtro
ACS_CustomizeEAR_AddJar_A11YDesc=Bot\u00e3o Adicionar JAR
ACS_CustomizeEAR_AddLib_A11YDesc=Bot\u00e3o Adicionar biblioteca
ACS_CustomizeEAR_AddProject_A11YDesc=Bot\u00e3o Adicionar projeto
ACS_CustomizeEAR_AdditionalRemove_A11YDesc=Bot\u00e3o Adicionar conte\u00fado adicional
#AddFilter
LBL_AddFilter_Title=Adicionar Filtro
LBL_AddFilter_Expression_JLabel=Express\u00e3o:
ACS_AddFilter_Expression_A11YDesc=Campo de texto Express\u00e3o
ACS_AddFilterDialog_A11YDesc=Caixa de di\u00e1logo Adicionar filtro
# Customize javadoc creation
LBL_CustomizeJavadoc_Package_JLabel=&Pacote:
LBL_CustomizeJavadoc_Package_JButton=&Selecionar...
LBL_CustomizeJavadoc_Subpackages_JCheckBox=In&cluir subpacotes
LBL_CustomizeJavadoc_Private_JCheckBox=Incluir &Membros Privados e de Pacotes Privados
LBL_CustomizeJavadoc_Generate_JLabel=Gerar:
LBL_CustomizeJavadoc_Tree_JCheckBox=\u00c1r&vore de Hierarquia de Classes
LBL_CustomizeJavadoc_Usages_JCheckBox=P\u00e1ginas de &Utiliza\u00e7\u00e3o de Classe e Pacote
LBL_CustomizeJavadoc_Navigation_JCheckBox=Barra de &Navega\u00e7\u00e3o
LBL_CustomizeJavadoc_Index_JCheckBox=\u00cdn&dice
LBL_CustomizeJavadoc_SplitIndex_JCheckBox=\u00cdndice Separado por &Letra
LBL_CustomizeJavadoc_Tags_JLabel=Tags Adicionais do Documento:
LBL_CustomizeJavadoc_WinTitle_JLabel=&T\u00edtulo da Janela do Browser:
LBL_CustomizeJavadoc_Encoding_JLabel=&Codifica\u00e7\u00e3o:
LBL_CustomizeJavadoc_Preview_JCheckBox=Visualizar Javadoc &Gerado
#Known classpath display names
LBL_JavacClasspath_DisplayName=Classpath para Compila\u00e7\u00e3o de C\u00f3digos-fonte
LBL_BuildClassesDir_DisplayName=C\u00f3digos-fonte Compilados
#Ant artifact Chooser
LBL_AACH_Title=Selecionar Projeto
LBL_AACH_SelectProject=Adicionar Arquivos JAR de Projeto
LBL_AACH_ProjectName_JLabel=Nome do Projeto:
LBL_AACH_ProjectJarFiles_JLabel=Arquivos JAR de projeto:
#LibraryChooser
CTL_Libraries=Bib&liotecas:
LBL_CustomizeCompile_Classpath_AddLibrary=Adicionar Bibliotecas
LBL_AddLibrary=Adicionar Biblioteca
CTL_ManageLibraries=&Gerenciar Bibliotecas...
TXT_Archive_Item=Arquivar item
TXT_Archive_PathInArchive=Localiza\u00e7\u00e3o no Arquivo Compactado
LBL_MISSING_LIBRARY=Biblioteca ausente: {0}
LBL_MISSING_PROJECT=Projeto ausente: {0}
LBL_MISSING_FILE=Refer\u00eancia inv\u00e1lida: {0}
LBL_LibraryAlreadyInProject_ToolTip=Em projeto
LBL_AddJar_DialogTitle=Adicionar Jar
LBL_ZipJarFolderFilter=Entrada do Classpath (pasta, arquivo ZIP ou JAR)
# Customize run
LBL_CustomizeRun_Server_JLabel=&Servidor:
LBL_CustomizeRun_Version_JLabel=&Vers\u00e3o do Java EE:
LBL_CustomizeRun_DeployOnSave_JCheckBox=&Implantar ao Salvar
LBL_CustomizeRun_DeployOnSave_Description=<html>Se esta op\u00e7\u00e3o for selecionada, os arquivos s\u00e3o compilados e implantados quando voc\u00ea os salva.<br>Esta op\u00e7\u00e3o economiza seu tempo quando voc\u00ea executa ou depura a aplica\u00e7\u00e3o no IDE.</html>
LBL_CustomizeRun_ContextPathDesc_JLabel=Especificar o URL relativo ao caminho do contexto a ser executado:
LBL_CustomizeRun_RelativeURL_JLabel=&URL relativa:
LBL_CustomizeRun_DisplayBrowser_JCheckBox=Exibir &Browser ao Executar
ACS_CustomizeRun_Server_A11YDesc=Caixa de combina\u00e7\u00e3o do servidor
ACS_CustomizeRun_DisplayBrowser_A11YDesc=Caixa de sele\u00e7\u00e3o Exibir browser ao executar
ACS_CustomizeRun_RelativeURL_A11YDesc=Campo de texto do URL Relativo
LBL_CustomizerRun_EmbeddedClasspathElements_JLabel=&Elementos embutidos do classpath:
LBL_CustomizeRun_ClientModuleURI_JLabel=&M\u00f3dulo cliente:
LBL_CustomizeRun_Run_MainClass_JLabel=Classe &Principal:
LBL_CustomizeRun_Run_Args_JLabel=&Argumentos:
LBL_CustomizeRun_Run_VM_Options=Op\u00e7\u00f5es de &VM:
LBL_CustomizeRun_Run_VM_Options_Example=(ex.: -Xms10m)
LBL_Categories=Cate&gorias:
LBL_WebModInfo=Informa\u00e7\u00e3o do m\u00f3dulo Web
LBL_ClientInfo=Informa\u00e7\u00f5es do Cliente
MSG_AACH_RefToItself=N\u00e3o \u00e9 poss\u00edvel adicionar uma refer\u00eancia a ela mesma.
MSG_AACH_Cycles=N\u00e3o \u00e9 poss\u00edvel adicionar refer\u00eancias c\u00edclicas.
TXT_ModifiedTitle=Editar propriedades do projeto
LBL_CustomizeCompile_Classpath_Edit_JButton=&Editar
LBL_CustomizeCompile_Classpath_MoveUp_JButton=Mover para Cima
LBL_CustomizeCompile_Classpath_MoveDown_JButton=Mover para Baixo
LBL_CustomizeLibraries_Libraries_Error=<html><font color="red">Erro:</font> Alguns itens da biblioteca n\u00e3o puderam ser localizados. Utilize a caixa de di\u00e1logo Problemas de refer\u00eancia.</html>
LBL_CustomizeGeneral_SharedLibraries=Pasta B&ibliotecas:
LBL_CustomizerLibraries_Browse_JButton=Procurar...
LBL_CustomizeEAR_Content_Comment_JLabel=(n\u00e3o \u00e9 poss\u00edvel excluir arquivos de classe)
LBL_CustomizeLibraries_MakeSharable=Procurar...
LBL_CustomizeLibraries_ServerLibrary_Title=Servidor de Aplica\u00e7\u00f5es
LBL_CustomizeLibraries_ServerLibrary=Criar biblioteca dedicada para arquivos JAR do servidor?
# change of the server in the customizer
# {0} old server id
# {1} old server instance id
# {2} new server id
# {3} new server instance id
UI_EAR_PROJECT_SERVER_CHANGED=O servidor foi alterado de {0} para {2}
# Customize compilation panel
LBL_CustomizeCompile_CompileOnSave_JCheckBox=&Compilar ao Salvar
LBL_CustomizeCompile_CompileOnSave_Description=<html>Se selecionada, os arquivos dos m\u00f3dulos EAR s\u00e3o compilados ao serem salvos.<br>Esta op\u00e7\u00e3o economiza seu tempo quando voc\u00ea executa ou depura a aplica\u00e7\u00e3o no IDE.</html>
LBL_Browser=Bro&wser: