blob: b3187af9311387c12d1f6b12cb108bb4b59a7c9d [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.
#Watch dialog
CTL_WatchDialog_Title=Editar - {0}
#Breakpoints View
CTL_BreakpointModel_Column_Name_Name = Nom
CTL_BreakpointModel_Column_GroupName_Desc = Grup de punts d'interrupci\u00f3
CTL_BreakpointView_Column_Name_Name = &Nom
CTL_BreakpointView_Column_Name_Desc = Nom del punt d'interrupci\u00f3
#Callstack View
CTL_CallstackView_Column_Name_Name = &Nom
CTL_CallstackView_Column_Name_Desc = Name of the call stack frame
CTL_CallstackView_Column_Location_Name = &Nom
CTL_CallstackView_Column_Location_Desc = Location of the call stack frame
#Locals View
CTL_LocalsView_Column_Name_Name = &Nom
CTL_LocalsView_Column_Name_Desc = Nom de la variable
CTL_LocalsView_Column_ToString_Name = Valor de l'String
CTL_LocalsView_Column_ToString_Desc = Representaci\u00f3 amb String del valor
CTL_LocalsView_Column_Type_Name = &Tipus
CTL_LocalsView_Column_Type_Desc = Tipus del valor de la variable
CTL_LocalsView_Column_Value_Name = &Valor
CTL_LocalsView_Column_Value_Desc = Valor de la variable
#Sessions View
CTL_SessionsModel_Column_Name_Name = Nom
CTL_SessionsView_Column_Name_Name = &Nom
CTL_SessionsView_Column_Name_Desc = Nom de la sessi\u00f3
CTL_SessionsView_Column_HostName_Name = Nom de l'equip
CTL_SessionsView_Column_HostName_Desc = Nom de l'ordinador on s'executa aquesta sessi\u00f3
CTL_SessionsView_Column_State_Name = E&stat
CTL_SessionsView_Column_State_Desc = Descriu l'estat de la sessi\u00f3
CTL_SessionsView_Column_Language_Name = &Llenguatge
CTL_SessionsView_Column_Language_Desc = Llenguatge actual de la sessi\u00f3
#Threads View
CTL_ThreadsView_Column_Name_Name = &Nom
CTL_ThreadsView_Column_Name_Desc = Nom del fil
CTL_ThreadsView_Column_State_Name = E&stat
CTL_ThreadsView_Column_State_Desc = Descriu l'estat del fil
CTL_ThreadsView_Column_Suspended_Name = S&usp\u00e8s
CTL_ThreadsView_Column_Suspended_Desc = Fil d'execuci\u00f3 susp\u00e8s pel depurador
#Watches View
CTL_WatchesModel_Column_Name_Name = Nom
CTL_WatchesModel_Column_NameNoContext_Desc = \ = [Cap context actual]
CTL_WatchesView_Column_Name_Name = &Nom
CTL_WatchesView_Column_Name_Desc = L'expressi\u00f3 d'observaci\u00f3
CTL_WatchesView_Column_ToString_Name = Valor de l'String
CTL_WatchesView_Column_ToString_Desc = Representaci\u00f3 amb String del valor del resultat
CTL_WatchesView_Column_Type_Name = &Tipus
CTL_WatchesView_Column_Type_Desc = Tipus del valor retornat
CTL_WatchesView_Column_Value_Name = &Valor
CTL_WatchesView_Column_Value_Desc = Valor de l'expressi\u00f3 d'observaci\u00f3
CTL_WatchesModel_Empty_Watch_Hint=Introduir una nova observaci\u00f3
TTP_NewWatch=Escriviu o enganxeu una nova expressi\u00f3 d'observaci\u00f3.
#SessionsActionsProvider
CTL_SessionAction_FinishAll_Label = Finalitzar-ho tot
CTL_SessionAction_MakeCurrent_Label = Fer actual
CTL_SessionAction_Finish_Label = Finalitzar
#BreakpointsActionsProvider
CTL_BreakpointAction_New_Label = Nou punt d'interrupci\u00f3 ...
CTL_BreakpointAction_EnableAll_Label = Habilitar-ho tot
CTL_BreakpointAction_DisableAll_Label = Deshabilitar-ho tot
CTL_BreakpointAction_DeleteAll_Label = Eliminar-ho tot
CTL_BreakpointAction_Enable_Label = Habilitar
CTL_BreakpointAction_Disable_Label = Deshabilitar
CTL_BreakpointAction_Delete_Label = Eliminar
CTL_BreakpointAction_SetGroupName_Label = Canviar el nom del grup
CTL_BreakpointAction_GroupDialog_NameLabel = Nom del &grup:
CTL_BreakpointAction_GroupDialog_Title = Establir el nom del punt d'interrupci\u00f3
CTL_BreakpointAction_MoveIntoDefaultGroup_Label=<Predeterminat>
CTL_BreakpointAction_MoveIntoNewGroup_Label=Nou...
CTL_BreakpointAction_MoveIntoGroup=Moure al grup...
#WatchesActionsProvider
CTL_WatchAction_AddNew = Nova observaci\u00f3...
CTL_WatchAction_DeleteAll = Eliminar-ho tot
CTL_WatchAction_Delete = Eliminar
CTL_WatchAction_Customize = Editar
Hint_New_Breakpoint=Crear nou punt d'interrupci\u00f3
Hint_Select_bp_groups=Seleccionar grups de punts d'interrupci\u00f3
Lbl_bp_groups=Grups de punts d'interrupci\u00f3
LBL_NOGroup=Sense grups
LBL_CUSTOMGroup=Grups personalitzats
LBL_LANGUAGEGroup=Llenguatge
LBL_TYPEGroup=Tipus
LBL_PROJECTGroup=Projectes
LBL_FILEGroup=Fitxers
LBL_ENGINEGroup=Sessi\u00f3 de depuraci\u00f3
LBL_NESTEDGroup=Incrustacions...
LBL_BreakpointsFromOpenProjectsOnly=\u00danicament dels projectes oberts
LBL_BreakpointsFromCurrentDebugSessionOnly=\u00danicament de la sessi\u00f3 de depuraci\u00f3 actual
BreakpointNestedGroupsDialog_title=Grups de punts d'interrupci\u00f3 incrustats
BreakpointNestedGroupsDialog.displayedGroupsLabel.text=Grups mostrats
BreakpointNestedGroupsDialog.availableGroupsLabel.text=Grups disponibles
BreakpointNestedGroupsDialog.addButton.text=Afegir ->
BreakpointNestedGroupsDialog.moveDownButton.text=Moure abaix
BreakpointNestedGroupsDialog.moveUpButton.text=Moure amunt
BreakpointNestedGroupsDialog.removeButton.text=<- Treure