blob: d567bf259524abfc29beea0e9aeb9c7e360f6c8c [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.
# Module Description
OpenIDE-Module-Name=Projectes Make de C/C++
OpenIDE-Module-Display-Category=C/C++
OpenIDE-Module-Short-Description=Suporta projectes C/C++
OpenIDE-Module-Long-Description=Suporta projectes C/C++ utilitzant make. The project typically is a native development project written in C or C++. However, since make is not limited to these languages, in reality a Make Project can be used to build just about anything.
# MakeOptions
Services/org-netbeans-modules-cnd-makeproject-MakeOptions.settings=Prefer\u00e8ncies projecte C/C++
# Batch build dialog
BuildButton=Construir
BuildButtonMn=B
BuildButtonAD=Bot\u00f3 de construir
CleanBuildButton=Netejar i Construir
CleanBuildButtonMn=R
CleanBuildButtonAD=Bot\u00f3 de netejar i construir
CleanButton=Netejar
CleanButtonMn=L
CleanButtonAD=Bot\u00f3 de netejar
CloseButton=Tancar
CloseButtonAD=Bot\u00f3 tancar
CheckLabel=Check configurations to build\:
CheckLabelMn=h
BatchBuildTitle=Construcci\u00f3 per lots - {0}
BatchBuildDialogAD=Di\u00e0leg de construcci\u00f3 per lots
# MakeActionProvider.java
NeedToSaveAllText=You will need to fix this problem before the project can be built.
ERR_UnknownCompiler=The tool collection "{0}" should not be unknown family.
ERR_EMPTY_PROJECT= El projecte est\u00e0 buit. You will need to add a file to the project before you can build it.
ERR_INVALID_LOCAL_COMPILER_SET=The tool collection "{0}" is invalid.
ERR_EMPTY_PACKAGE=El paquet est\u00e0 buit.\nYou will need to define the package in the project's properties before you can build it.
ERR_MISSING_TOOL1=No es pot trobar "{0}" al vostre PATH. This feature may not be available on this platform.
ERR_MISSING_TOOL2=No es pot trobar "{0}". This feature may not be available on this platform.
ERR_MISSING_TOOL3=No es pot trobar "{0}". This feature may not be available on {1}.
ERR_MISSING_TOOL4=No es pot trobar l''empaquetador "{0}". This feature may not be available on this platform.
WRONG_PLATFORM=Warning: this project was created for the {1} OS but the build host OS is {0}.\n\nThe project may not build or run correctly on this host. To use the project, you can close the project and reopen it on a host running {1}. Si heu d''executar el projecte en {0}, potser heu de realitzar canvis en les propietats del projecte i reconfigurar-ho per a la plataforma {0}.
# MakeProject.java
ProjectNotSaved=El projecte no ha estat desat.
ERR_MissingCompilerSet=This project was previously built with the {0} tool collection. This tool collection is not in your current path. Either change tool collection or update your path.
#ERR_NeedToConnectToRemoteHost=Needed connection {0} is not available.\nDo you want to reconnect?
DLG_TITLE_Connect=Connexi\u00f3 trencada
ERR_Cant_Connect=Error en connectar a l''equip {0}.
DLG_TITLE_Cant_Connect=No es pot connectar a l'equip
DLG_TITLE_DeletedConnection=Connexi\u00f3 eliminada
ERR_RequestingDeletedConnection=L''acci\u00f3 sol\u00b7licitada necessita utilitzar una connexi\u00f3 eliminada a {0}.\nVoleu tornar a connectar-hi?
# MakeProjectGenerator.java
#DefaultProjectName=Project
# additional NB/project extensions
ADD_EXTENSION_QUESTIONH=The project contains C/C++ header files with extension \"{0}\" which is now not associated with any of the object types. Would you like to associate this extension with C/C++ header object type?
ADD_EXTENSION_QUESTIONHS=The project contains C/C++ header files with extensions \"{0}\" which are now not associated with any of the object types. Would you like to associate this extension with C/C++ header object type?
ADD_EXTENSION_DIALOG_TITLEH=Nova extensi\u00f3 de cap\u00e7aleres
ADD_EXTENSION_DIALOG_TITLEHS=Noves extensions de cap\u00e7aleres
ADD_EXTENSION_QUESTIONC=The project contains C source files with extension \"{0}\" which is now not associated with any of the object types. Would you like to associate this extension with C source object type?
ADD_EXTENSION_QUESTIONCS=The project contains C source files with extensions \"{0}\" which are now not associated with any of the object types. Would you like to associate this extensions with C source object type?
ADD_EXTENSION_DIALOG_TITLEC=Nova extensi\u00f3 C
ADD_EXTENSION_DIALOG_TITLECS=Noves extensions C
ADD_EXTENSION_QUESTIONCPP=The project contains C++ source files with extension \"{0}\" which is now not associated with any of the object types. Would you like to associate this extension with C++ source object type?
ADD_EXTENSION_QUESTIONCPPS=The project contains C++ source files with extensions \"{0}\" which are now not associated with any of the object types. Would you like to associate this extension with C++ source object type?
ADD_EXTENSION_DIALOG_TITLECPP=Nova extensi\u00f3 C++
ADD_EXTENSION_DIALOG_TITLECPPS=Noves extensions C++
ConfirmExtensions.dialog.title=Noves extensions
ConfirmExtensions.headerCheck.text1=Extensions de cap\u00e7aleres: {0}
ConfirmExtensions.cCheck.text1=Extensi\u00f3 &C: {0}
ConfirmExtensions.cppCheck.text1=&Extensi\u00f3 C++: {0}
ConfirmExtensions.textPane.text1=El projecte cont\u00e9 fitxers amb extensions que ara mateix no es troben associades amb cap fitxer de C/C++ suportat.Les seg\u00fcents extensions s'associaran amb els fitxers de C/C++.
DLG_TITLE_Validate_Host=Preparant construcci\u00f3
MSG_Validate_Host=Preparant per a construir-ho en {0}...
# {0} is for name, {1} is for host
#PRJ_DISPLAY_NAME=<html>{0} <i>on {1}</i></html>
PRJ_DISPLAY_NAME_WITH_FOLDER={0} ({1})
PRJ_DISPLAY_NAME={0} a {1}
# NativeProjectProvider
NOT_FOUND=No s''ha trobat la comanda \"{0}\" en PATH.
HOST_OFFLINE=L''equip remot {0} est\u00e0 desconnectat.