blob: de2a57f0d8dc84fe2b2c4d32b20d746d34abad2a [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.
#BreakpointActionsProvider
CTL_Breakpoint_Customizer_Title=Propietats del punt d'interrupci\u00f3
ACSD_Breakpoint_Customizer_Dialog=Personalitzar les propietats d'aquest punt d'interrupci\u00f3
#BreakpointsNodeModel
CTL_Line_Breakpoint=L\u00ednia {0}:{1}
CTL_Thread_Started_Breakpoint=Fil d'execuci\u00f3 iniciat
CTL_Thread_Death_Breakpoint=Fil d'execuci\u00f3 mort
CTL_Thread_Breakpoint=Fil d'execuci\u00f3 iniciat / mort
CTL_Field_Access_Breakpoint=Camp {0}.{1} accessos
CTL_Field_Modification_Breakpoint=Camp {0}.{1} modificacions
CTL_Field_Access_or_Modification_Breakpoint=Camp {0}.{1} accessos o modificacions
CTL_Method_Breakpoint=M\u00e8tode {0}.{1}
CTL_All_Methods_Breakpoint=M\u00e8todes {0}
CTL_Class_Loaded_Breakpoint=Classe {0} c\u00e0rrega
CTL_Class_Unloaded_Breakpoint=Classe {0} desc\u00e0rrega
CTL_Class_Breakpoint=Classe {0} c\u00e0rrega / desc\u00e0rrega
CTL_Exception_Catched_Breakpoint=Excepci\u00f3 {0} capturada
CTL_Exception_Uncatched_Breakpoint=Excepci\u00f3 {0} sense capturar
CTL_Exception_Breakpoint=Excepci\u00f3 {0}
CTL_APPEND_BP_Valid=[Sotm\u00e8s]
CTL_APPEND_BP_Invalid=[No v\u00e0lid]
CTL_APPEND_BP_Invalid_with_reason=[No v\u00e0lid, motiu: {0}]
#WatchesActionsProvider
CTL_WatchAction_AddNew = Nova observaci\u00f3...
CTL_WatchAction_DeleteAll = Eliminar-ho tot
CTL_WatchAction_Delete = Eliminar
CTL_WatchAction_Customize = Editar
CTL_Edit_Watch_Dialog_Title=Editar - {0}
CTL_New_Watch_Dialog_Title=Nova observaci\u00f3
#LocalsDisplayFilter
CTL_Variable_DisplayAs_Popup = Mostrar com
CTL_Variable_DisplayAs_Decimal = Decimal
CTL_Variable_DisplayAs_Hexadecimal = Hexadecimal
CTL_Variable_DisplayAs_Octal = Octal
CTL_Variable_DisplayAs_Binary = Binari
CTL_Variable_DisplayAs_Character = Car\u00e0cter
CTL_Variable_DisplayAs_Time = Temps
#SessionsView
CTL_Session_Resume_Threads = \u00c0mbit
CTL_Session_Resume_All_Threads = Depurar tots els fils d'execuci\u00f3
CTL_Session_Resume_Current_Thread = Depurar l'actual fil d'execuci\u00f3
CTL_Session_Popup_Language = &Llenguatge
#BreakpointsActionsProvider
CTL_Breakpoint_Customize_Label = Propietats
#ThreadsTableModel - old Threads view
CTL_Thread_Status_OnMonitor = Al Monitor
CTL_Thread_Status_NotStarted = No iniciat
CTL_Thread_Status_Running = Executant
CTL_Thread_Status_Sleeping = Dormint
CTL_Thread_Status_Unknown = Desconegut
CTL_Thread_Status_Waiting = Esperant
CTL_Thread_Status_Zombie = Zombi
CTL_ThreadAction_Interrupt_Label=Interromput
#CallStackTableModel
MSG_Callstack_NoInformation = sense info
NoCurrentThread=No es pot mostrar cap pila de crides ja que no hi ha cap fil d'execuci\u00f3 actual.
ThreadIsRunning=El fil d'execuci\u00f3 actual s'est\u00e0 executant - no hi ha disponible cap pila de crides.
MSG_NoSourceInfo=No est\u00e0 disponible la informaci\u00f3 de la font.
#SessionsTableModel
MSG_Session_State_Disconnected = Desconnectat
MSG_Session_State_Running = Executant
MSG_Session_State_Starting = Iniciant
MSG_Session_State_Stopped = Aturat
#CallStackNodeModel
CTL_CallstackModel_Column_Name_Name = Nom
CTL_CallstackModel_Column_Name_Desc = Nom del marc de pila
CTL_CallStackFrame=Marc pila de crides: {0}
CTL_RunType=Executar tipus: {0}
#ClassesActionsProvider
LBL_change_package_type=&Visualitzar paquets com
ChangePackageViewTypeAction_list=&Llistat
ChangePackageViewTypeAction_tree=Arbre
#ClassesNodeModel
CTL_ClassesModel_Column_Name_Name = &Nom
CTL_ClassesModel_Column_Name_Desc = Nom de la classe o paquet
CTL_ClassesModel_Column_Name_AppClassLoader = Carregador de classe d'aplicaci\u00f3
CTL_ClassesModel_Column_Name_ClassLoader = Carregador de classes {0}
CTL_ClassesModel_Column_Name_SystemClassLoader = Carregador de classe del sistema
CTL_ClassesModel_Column_Name_Package = Paquet {0}
CTL_ClassesModel_Column_Name_Class = Classe {0}
CTL_ClassesModel_Column_Name_Interface = Interf\u00edcie {0}
CTL_ClassesModel_Column_Name_LoadedBy = carregat per {0}
#MonitorModel
CTL_MonitorModel_Column_ContendedMonitor = Esperant per Monitor: {0} ({1})
CTL_MonitorModel_Column_OwnedMonitors = Monitors propis
CTL_MonitorModel_Column_Monitor = Monitor propietari: {0} ({1})
#SourcesModel
CTL_SourcesModel_Column_Name_Name=Arrel font
CTL_SourcesModel_Column_Name_Desc=Origen dels fonts
CTL_SourcesModel_Action_AddFilter = Afegir filtre d'exclusi\u00f3 de classe
CTL_SourcesModel_NewFilter_Filter_Label = &Filtre d'exclusi\u00f3 de classe:
CTL_SourcesModel_NewFilter_Title = Di\u00e0leg afegir filtre d'exclusi\u00f3 de classe
CTL_SourcesModel_Action_Delete = Eliminar
CTL_SourcesModel_Name_DoNotStopIn = No aturar-se a:
CTL_SourcesModel_Action_AddSrc = Afegir arrel de fonts
CTL_SourcesModel_AddSrc_Chooser_Filter_Description = Arrels fonts
CTL_SourcesModel_AddSrc_Btn = Afegir
CTL_SourcesModel_MoveUpSrc = Moure amunt
CTL_SourcesModel_MoveDownSrc = Moure abaix
CTL_SourcesModel_ResetOrderSrc = Restablir ordre
#ThreadsModel
CTL_ThreadsModel_Suspended_Thread_Desc = Fil d'execuci\u00f3 susp\u00e8s pel depurador
CTL_ThreadsModel_Resumed_Thread_Desc = Executant fil d'execuci\u00f3
CTL_ThreadsModel_Thread_State_Desc = Estat en la m\u00e0quina virtual: {0}
CTL_ThreadsModel_Column_Name_Name = Nom
CTL_ThreadsModel_Column_Name_Desc = Mostra tots els fils d'execuci\u00f3 de la sessi\u00f3 actual
CTL_ThreadsModel_State_Unknown = Desconegut
CTL_ThreadsModel_State_Monitor = Esperant-se a un bloc de sincronitzaci\u00f3
CTL_ThreadsModel_State_ConcreteMonitor = Esperant-se a un bloc de sincronitzaci\u00f3 ({0})
CTL_ThreadsModel_State_NotStarted = No iniciat
CTL_ThreadsModel_State_Running = Executant
CTL_ThreadsModel_State_Sleeping = Dormint
CTL_ThreadsModel_State_Waiting = Esperant
CTL_ThreadsModel_State_WaitingOn = Esperant a {0}
CTL_ThreadsModel_State_Zombie = Zombi
#WatchesModel
CTL_WatchesModel_Column_Name_Name = Nom
CTL_WatchesModel_Empty_Watch_Hint = Introdu\u00efu una nova observaci\u00f3
#Watches View
CTL_WatchesView_Column_Name_Name = &Nom
CTL_WatchesView_Column_Name_Desc = Nom de l'observaci\u00f3
#CTL_WatchesView_Column_ToString_Name = to&String()
CTL_WatchesView_Column_ToString_Desc = Mostra el valor de la crida toString()
CTL_WatchesView_Column_Type_Name = &Tipus
CTL_WatchesView_Column_Type_Desc = Tipus de resultat
CTL_WatchesView_Column_Value_Name = &Valor
CTL_WatchesView_Column_Value_Desc = Valor de l'expressi\u00f3 de l'observaci\u00f3
CTL_LocalsView_Column_Name_Name = &Nom
CTL_LocalsView_Column_Name_Desc = Nom de variable
#ThreadsActionsProvider
CTL_ThreadAction_MakeCurrent_Label = Fer que sigui l'actual
CTL_ThreadAction_GoToSource_Label = Anal al font
CTL_ThreadAction_Suspend_Label = Suspendre
CTL_ThreadAction_Resume_Label = Reprendre
#ThreadsActionsProvider
CTL_CallstackAction_MakeCurrent_Label = Fer que sigui l'actual
CTL_CallstackAction_PopToHere_Label = Pop To Here
CTL_CallstackAction_Copy2CLBD_Label = Copiar la pila
# Debugging
CTL_Debugging_Column_Name_Name=Fils d'execuci\u00f3
CTL_Debugging_Column_Name_Desc=Sessions dels fils d'execuci\u00f3 amb piles de crides
CTL_Debugging_Column_Suspend_Name=&Suspendre
CTL_Debugging_Column_Suspend_Desc=Suspendre estat
CTL_Thread_State_Unknown = ''{0}''
CTL_Thread_State_Monitor = ''{0}'' esperant un monitor
CTL_Thread_State_Monitor_At = ''{0}'' esperant un monitor a ''{1}''
CTL_Thread_State_NotStarted = ''{0}'' encara no iniciat
CTL_Thread_State_Running = ''{0}'' executant
CTL_Thread_State_Running_At = ''{0}'' executant-se a ''{1}''
CTL_Thread_State_Suspended = ''{0}'' susp\u00e8s
CTL_Thread_State_Suspended_At = ''{0}'' susp\u00e8s a ''{1}''
CTL_Thread_State_Sleeping = ''{0}'' dormint
CTL_Thread_State_Sleeping_At = ''{0}'' dormint a ''{1}''
CTL_Thread_State_Waiting = ''{0}'' esperant
CTL_Thread_State_Waiting_At = ''{0}'' esperant a ''{1}''
CTL_Thread_State_Zombie = ''{0}'' mort
CTL_Thread_At_LineBreakpoint = ''{0}'', punt d''interrupci\u00f3 - l\u00ednia {1} : {2}
CTL_Thread_At_MethodBreakpoint = ''{0}'' at method breakpoint {1}.{2}
CTL_Thread_At_MethodBreakpointSig = ''{0}'' at method breakpoint {1}.{2} {3}
CTL_Thread_At_ExceptionBreakpoint = ''{0}'', punt d'interrupci\u00f3 - excepci\u00f3 {1}
CTL_Thread_At_FieldBreakpoint = ''{0}'' at field breakpoint {1}.{2}
CTL_Thread_At_ThreadBreakpoint = ''{0}'' punt d''interrupci\u00f3 - fil d'execuci\u00f3
CTL_Thread_At_ClassBreakpoint = ''{0}'' punt d''interrupci\u00f3 - classe {1}
CTL_Thread_At_Breakpoint = ''{0}'' a {1}
CTL_Thread_Invoking_Method = ''{0}'' avaluant m\u00e8tode...
CTL_Frame_Loading=Loading frame description...
#VariablesTreeModelFilterSI
MSG_VariablesFilter_StaticNode = Est\u00e0tic
MSG_VariablesFilter_InheritedNode = Heretat
#VariablesNodeModel
CTL_LocalsModel_Column_Name_Desc = Arrels locals
CTL_LocalsModel_Column_Name_Name = Nom
CTL_LocalsModel_Column_Name_SubArray = [{0} - {1}]
CTL_LocalsModel_Column_Descr_SubArray = Elements de la seq\u00fc\u00e8ncia d''elements de {0} a {1}.
NoCurrentThreadVar=No variables to display because there is no current thread.
CTL_No_Info=Variable information is not available, source compiled without -g option.
CTL_No_Info_descr=Variable information is not available (assure that the code is compiled with -g option).
TTP_NewWatch=Escriviu o enganxeu una nova expressi\u00f3 d'observaci\u00f3.
MSG_VariablesFilter_StaticNode_descr = El context est\u00e0tic
MSG_VariablesFilter_Class_descr = L'objecte de classe actual
MSG_VariablesFilter_Return_descr = El valor retornat pel m\u00e8tode''{0}'' .
beforeOperation=Abans de cridar a ''{0}()''
beforeOperation_descr=The program is suspended right before the call to ''{0}()'' method.
afterOperation=Despr\u00e9s de retornar de ''{0}()''
afterOperation_descr=The program is suspended right after return from ''{0}()'' method.
lastOperationsNode = Hist\u00f2ric de valors retornats
MSG_LastOperations_descr = The values of sub-expressions stepped over by expression step.
operationArgumentsNode = Arguments
operationArgumentsNode_descr = Els arguments que es passen al m\u00e8tode ''{0}''.
NativeMethod = Sense arguments disponibles per a m\u00e8todes natius
NativeMethod_descr = No es possible recuperar arguments per a m\u00e8todes natius.
noDebugInfoWarning = La informaci\u00f3 de la variable no est\u00e0 disponible, fonts compilades sense l'opci\u00f3 -g
noDebugInfoWarning_descr = La informaci\u00f3 de la variable no est\u00e0 disponible, fonts compilades sense l'opci\u00f3 -g
#VariablesTableModel
# When the information is not available
MSG_NA=No disponible
#VariablesActionProvider
CTL_GoToSource=Anar al font
# Hidden Call Stack Frames Filter
LBL_HIDDEN_FRAMES=Crides a fonts ocultes
TLT_HIDDEN_FRAMES=Crides des dels fonts bo utilitzades per a la depuraci\u00f3
#RES_FRAME_GROUP=org/netbeans/modules/debugger/jpda/resources/CallStackFrameGroup
#Evaluator History Filter
MSG_EvaluatorHistoryFilterNode=Hist\u00f2ric
CTL_EvaluatorHistoryNode=Avaluador de nodes d'hist\u00f2ric
CTL_EvaluatorHistoryItem=Avaluador d'elements d'hist\u00f2ric
CTL_PasteExprFromHistoryToEvaluator=Enganxar al avaluador
# VariablesFormatterFilter
MSG_LoopInTypeFormattingIntroErrorMessage = Loop in variable formatters detected.\nThe variable formatters are applied recursively, applicable formatter is applied to every formatted value. Els detalls de la recursivitat s\u00f3n els seg\u00fcents:
MSG_LoopInTypeFormatting = Loop in variable formatters of names {0} detected.