blob: 4f859aa71cbc14b6000312a8af06ea7f0f4c929b [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.
#System file system
Templates/Project/Standard/emptyJ2SE.xml=Aplicativo Java
Templates/Project/Standard/emptyJ2SElibrary.xml=Biblioteca de clases Java
Templates/Project/Standard=Java
Templates/Project/Standard/existingJ2SE.xml= Proxecto Java desde c\u00f3digo fonte existente
#New project wizard
#TXT_DefaultPackageName=mypkg
#1st panel
LBL_NWP1_ProjectName_Label=&Nome do proxecto\:
LBL_NWP1_ProjectName_LabelMnemonic=N
LBL_NWP1_ProjectLocation_Label=&Localizaci\u00f3n do proxecto\:
LBL_NWP1_ProjectLocation_LabelMnemonic=L
LBL_NWP1_BrowseLocation_Button=E&xaminar...
MNE_NWP1_BrowseLocation_Button=w
LBL_NWP1_CreatedProjectFolder_Lablel=Carta&fol do proxecto\:
LBL_NWP1_CreatedProjectFolder_LablelMnemonic=d
LBL_NWP1_CreateMainClass_CheckBoxMnemonic=C
LBL_NWP1_SetAsMain_CheckBoxMnemonic=S
#NOI18N
#LBL_NPW1_DefaultProjectName=newProject
LBL_NWP1_SelectProjectLocation=Seleccionar a localizaci\u00f3n do proxecto
TXT_NameAndLoc=Nome e localizaci\u00f3n
TXT_NewJavaApp=Aplicativo Java
TXT_NewJavaLib=Biblioteca de clases Java
TXT_JavaExtSourcesProjectLocation=Proxecto Java desde c\u00f3digo fonte existente
ACSD_NewJavaApp=Creates new Java Application project
ACSD_NewJavaLib=Creates new Java Class Library project
ACSD_JavaExtSourcesProjectLocation=Creates new Java Project with Existing Sources
#NOI18N
#TXT_ClassName=Main
#NOI18N
#TXT_PackageNamePrefix=pkg
LAB_ConfigureProject=Nome e localizaci\u00f3n
LAB_ConfigureSourceRoots=Fontes existentes
LAB_PanelIncludesExcludes=Includes & Excludes
LAB_IteratorName={0} de {1}
ERROR_IllegalMainClassName=O nome de clase principal non \u00e9 correcto.
MSG_IllegalProjectLocation=O cartafol do proxecto non \u00e9 un cami\u00f1o correcto (path).
MSG_ProjectInRootNotSupported=Non se admite a creaci\u00f3n de un proxecto no cartafol ra\u00edz do sistema de ficheiros.
#PanelSourceFolders
CTL_AddSourceRoot=Examinar cartafol de paquetes fonte
CTL_AddTestRoot=Examinar o cartafol de paquetes de probas
LBL_SourceDirectoriesLabel=Specify the folders containing the source packages and JUnit test packages.
MSG_IllegalProjectName=O nome do proxecto non \u00e9 un nome de cartafol correcto.
MSG_ProjectFolderExists=O cartafol do proxecto xa existe e non est\u00e1 baleiro.
MSG_ProjectFolderReadOnly=Non \u00e9 pos\u00edbel crear o cartafol do proxecto.
MSG_ProjectFolderInvalid=Non \u00e9 pos\u00edbel po\u00f1er o proxecto no cartafol de proxecto que xa cont\u00e9n {0}.
# #47611: old project metadata was deleted, but the IDE still has a "live" project there
# (should not be an error in the future: see #42422)
MSG_ProjectFolderHasDeletedProject=<html>Project folder is managed by a project {0}.<br>Instead of creating a new project just open it. If by a chance you just deleted the project {0} than restart the IDE to reuse the folder.
MSG_ProjectMightAlreadyExists=Project might already exist (probably only in memory)
TXT_NetBeansProject=Proxecto de NetBeans
TXT_BuildXML=ficheiro "build.xml"
TXT_BuildFolder=cartafol "build"
TXT_DistFolder=cartafol "dist"
MSG_IllegalSources=O cartafol dos paquetes fonte {0} non existe.
MSG_IllegalTests=O cartafol de paquetes fonte {0} non existe.
MSG_IllegalProjectFolder=O cartafol do proxecto non pode ser localizado fora do cartafol que cont\u00e9n paquetes.
MSG_WrongBuildScriptName=Non valid build script name
#NOI18N
#TXT_JavaApplication=JavaApplication{0}
#NOI18N
#TXT_JavaLibrary=JavaLibrary{0}
#NOI18N
#TXT_JavaProject=JavaProject{0}
LBL_ProjectNameAndLocationLabel=Especifique o nome e localizaci\u00f3n para o proxecto novo.
CTL_SourceRoots=Cartafoles dos paquetes de c\u00f3digo fonte:
AD_SourceRoots=N/D
CTL_TestRoots=Cartafoles dos paquetes de probas:
AD_TestRoots=N/D
MNE_AddSourceFolder=A
AD_AddSourceFolder=N/D
MNE_RemoveSourceFolder=R
AD_RemoveSourceFolder=N/D
MNE_AddTestFolder=d
AD_AddTestFolder=N/D
MNE_RemoveTestFolder=e
AD_RemoveTestFolder=N/D
MNE_SourceRoots=S
MNE_TestRoots=T
AN_PanelSourceFolders=N/D
AD_PanelSourceFolders=N/D
TXT_RootOwnedByProject={0} (pertence a {1})
ACSN_setAsMainCheckBox=Definir como proxecto principal
ACSD_setAsMainCheckBox=N/D
ACSN_createMainCheckBox=Crear a clase principal
ACSD_createMainCheckBox=Seleccione a caixa de verificaci\u00f3n para crear unha clase principal no proxecto.
LBL_createMainCheckBox=&Crear clase principal
ASCD_mainClassTextFiled=N/D
LBL_setAsMainCheckBox=Definir co&mo proxecto principal
ACSN_jPanel1=N/D
ASCD_jPanel1=N/D
ACSN_projectNameLabel=Nome do proxecto
ACSD_projectNameLabel=Nome do novo proxecto
ACSN_projectLocationLabel=Localizaci\u00f3n do proxecto\:
ACSD_projectLocationLabel=Localizaci\u00f3n do cartafol ra\u00edz do proxecto
ACSN_browseButton=Examinar
ACSD_browseButton=Faga clic no bot\u00f3n Examinar para abrir o selector de localizaci\u00f3n do proxecto.
ACSN_createdFolderLabel=N/D
ACSD_createdFolderLabel=N/D
LBL_NWP1_BrowseLocation_Button1=E&xaminar...
LBL_NWP1_BrowseLocation_Button2=Examina&r...
ACSN_jLabel3=Seleccione os cartafoles que conte\u00f1en paquetes Java xa existentes.
ACSD_jLabel3=N/D
ACSN_jLabel4=Especifique o nome e localizaci\u00f3n para o proxecto novo.
ACSD_jLabel4=N/D
ACSD_jPanel1=
ACSN_optionsContainer=N/D
ACSD_optionsContainer=N/D
ACSN_locationContainer=N/D
ACSD_locationContainer=N/D
LBL_NWP1_BrowseLocation_Button3=E&xaminar...
ASCN_mainClassTextFiled=Specify the name of project's main class.
ACSN_jLabel2=Test Packages Folder
ACSD_jLabel2=Specify the folder that contains the test package root.
ACSN_jLabel1=Source Packages Folder
ACSD_jLabel1=Specify the folder that contains the source package root.
ACSN_PanelSourceFolders=N/D
ACSD_PanelSourceFolders=N/D
ACSN_PanelProjectLocationVisual=N/D
ACSD_PanelProjectLocationVisual=N/D
ACSD_PanelOptionsVisual=N/D
ACSN_PanelOptionsVisual=N/D
MSG_FoundClassFiles=&lt;html>&lt;p>&lt;strong>O cartafol do paquete especificado cont\u00e9n os ficheiros de clase compilados (*.class).&lt;/strong>&lt;/p>&lt;br>&lt;p>Porque o IDE xera os ficheiros de clase compilados no&lt;/p>&lt;p>cartafol "build", \u00e9 recomend\u00e1bel que elimine&lt;/p>&lt;p>os ficheiros de clase compilados existentes.&lt;/p>&lt;br>&lt;p>Desexa eliminar os ficheiros da clase agora mesmo?&lt;/p>&lt;/html>
MSG_FoundClassFiles_Title=Novo proxecto Java dende fontes existentes
TXT_DeleteOption=Borrar
TXT_KeepOption=Ignorado
TXT_CancelOption=Cancelar
MNE_KeepOption=I
AD_DeleteOption=N/D
AD_KeepOption=N/D
AD_CancelOption=N/D
CTL_AddFolder=Engadir cartafol...
CTL_RemoveFolder=Eliminar
AD_AddFolder=N/D
AD_RemoveFolder=N/D
# NewJ2SEProjectWizardIterator progress bar
LBL_NewJ2SEProjectWizardIterator_WizardProgress_ReadingProperties=Cargando propiedades do proxecto
LBL_NewJ2SEProjectWizardIterator_WizardProgress_CreatingProject=A crear un proxecto novo
LBL_NewJ2SEProjectWizardIterator_WizardProgress_PreparingToOpen=A preparar un novo proxecto para abrir
LBL_PanelOptions_Browse_Button=E&xaminar...
LBL_PanelOptions_SharableProject_Checkbox=&Empregar un cartafol dedicado para almacenar as bibliotecas
LBL_PanelOptions_Location_Label=Cartafol de b&ibliotecas:
LBL_Browse_Libraries_AcceptedFiles=ficheiros *.properties
WARN_PanelOptionsVisual.absolutePath=<html>Please make sure that the absolute path in the Libraries Folder field is valid for all users.<html>
WARN_PanelOptionsVisual.relativePath=<html>Please make sure that the relative path in the Libraries Folder field is valid for all users.<html>
ACSD_browseLibraries=Examinar o cartafol coas definici\u00f3ns das bibliotecas para o proxecto que se crear\u00e1.
ACSD_sharableProject=Make project sharable with other users by managing paths to 3rd-party binaries.
ACSD_LibrariesLocation=Folder containing location of the library definition files.
MSG_BuildScriptName=Build &Script Name:
AD_BuildScriptName=Name of the main build script file
HINT_LibrariesFolder=<html>Usuarios e proxectos distintos poden compartir as mesmas bibliotecas de compilaci\u00f3n (vexa a Axuda para obter m\u00e1is detalles).
TXT_MoveRootDescription=You can drag&drop both source and test packages from one list to the other.