blob: 40f425b09d9a79d1aaa72a80658fe7f040d4fc71 [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=Breakpoint Properties
ACSD_Breakpoint_Customizer_Dialog=Personalizza le propriet\u00e0 di questo punto di interruzione
#BreakpointsNodeModel
CTL_Line_Breakpoint=Riga {0}:{1}
CTL_Thread_Started_Breakpoint=Thread iniziato
CTL_Thread_Death_Breakpoint=Thread terminato
CTL_Thread_Breakpoint=Thread iniziato / terminato
CTL_Field_Access_Breakpoint=Field {0}.{1} access
CTL_Field_Modification_Breakpoint=Field {0}.{1} modification
CTL_Field_Access_or_Modification_Breakpoint=Field {0}.{1} access or modification
CTL_Method_Breakpoint=Method {0}.{1}
CTL_All_Methods_Breakpoint=Metodi {0}
CTL_Class_Loaded_Breakpoint=Class {0} load
CTL_Class_Unloaded_Breakpoint=Scaricare la classe {0}
CTL_Class_Breakpoint=Class {0} load / unload
CTL_Exception_Catched_Breakpoint=Eccezione {0} catturata
CTL_Exception_Uncatched_Breakpoint=Eccezione {0} non catturata
CTL_Exception_Breakpoint=Eccezione {0}
CTL_APPEND_BP_Valid=[Inviato]
CTL_APPEND_BP_Invalid=[non valido]
CTL_APPEND_BP_Invalid_with_reason=[non valido, motivo: {0}]
#WatchesActionsProvider
CTL_WatchAction_AddNew = Nuovo punto di osservazione
CTL_WatchAction_DeleteAll = Elimina tutto
CTL_WatchAction_Delete = Elimina
CTL_WatchAction_Customize = Modifica
CTL_Edit_Watch_Dialog_Title=Edit - {0}
CTL_New_Watch_Dialog_Title=Nuovo elemento osservato
#LocalsDisplayFilter
CTL_Variable_DisplayAs_Popup = Visualizza come
CTL_Variable_DisplayAs_Decimal = Decimale
CTL_Variable_DisplayAs_Hexadecimal = Esadecimale
CTL_Variable_DisplayAs_Octal = Ottale
CTL_Variable_DisplayAs_Binary = Binario
CTL_Variable_DisplayAs_Character = Carattere
CTL_Variable_DisplayAs_Time = Tempo
#SessionsView
CTL_Session_Resume_Threads = Ambito
CTL_Session_Resume_All_Threads = Cerca errori in tutti i threads
CTL_Session_Resume_Current_Thread = Cerca errori nel thread corrente
CTL_Session_Popup_Language = &Language
#BreakpointsActionsProvider
CTL_Breakpoint_Customize_Label = Propriet\u00e0
#ThreadsTableModel - old Threads view
CTL_Thread_Status_OnMonitor = Sul monitor
CTL_Thread_Status_NotStarted = Non iniziato
CTL_Thread_Status_Running = In esecuzione
CTL_Thread_Status_Sleeping = Congelato
CTL_Thread_Status_Unknown = Sconosciuto
CTL_Thread_Status_Waiting = In attesa
CTL_Thread_Status_Zombie = Zombie
CTL_ThreadAction_Interrupt_Label=Interrotto
#CallStackTableModel
MSG_Callstack_NoInformation = nessuna informazione
NoCurrentThread=No call stack to display because there is no current thread.
ThreadIsRunning=Il thread corrente \u00e8 in esecuzione - lo stack delle chiamate non \u00e8 disponibile.
MSG_NoSourceInfo=Nessuna informazione sul sorgente disponibile.
#SessionsTableModel
MSG_Session_State_Disconnected = Disconnesso
MSG_Session_State_Running = In esecuzione
MSG_Session_State_Starting = Sto iniziando
MSG_Session_State_Stopped = Fermato
#CallStackNodeModel
CTL_CallstackModel_Column_Name_Name = Nome
CTL_CallstackModel_Column_Name_Desc = Nome dello stack frame
CTL_CallStackFrame=Call Stack Frame: {0}
CTL_RunType=Run type: {0}
#ClassesActionsProvider
LBL_change_package_type=&Visualizza pacchetti come
ChangePackageViewTypeAction_list=E&lenco
ChangePackageViewTypeAction_tree=Al&bero
#ClassesNodeModel
CTL_ClassesModel_Column_Name_Name = &Nome
CTL_ClassesModel_Column_Name_Desc = Nome della classe o del pacchetto
CTL_ClassesModel_Column_Name_AppClassLoader = Caricatore della classe dell'applicazione
CTL_ClassesModel_Column_Name_ClassLoader = Caricatore della classe {0}
CTL_ClassesModel_Column_Name_SystemClassLoader = Caricatore delle classi di sistema
CTL_ClassesModel_Column_Name_Package = Pacchetto {0}
CTL_ClassesModel_Column_Name_Class = Classe {0}
CTL_ClassesModel_Column_Name_Interface = Interfaccia {0}
CTL_ClassesModel_Column_Name_LoadedBy = caricata da {0}
#MonitorModel
CTL_MonitorModel_Column_ContendedMonitor = Waiting for Monitor: {0} ({1})
CTL_MonitorModel_Column_OwnedMonitors = Monitor posseduti
CTL_MonitorModel_Column_Monitor = Owned Monitor: {0} ({1})
#SourcesModel
CTL_SourcesModel_Column_Name_Name=&Source Root
CTL_SourcesModel_Column_Name_Desc=Origine sorgenti
CTL_SourcesModel_Action_AddFilter = Aggiungi filtro escusione classi
CTL_SourcesModel_NewFilter_Filter_Label = Class Exclusion &Filter:
CTL_SourcesModel_NewFilter_Title = Aggiungi finestra di dialogo filtro escusione classi
CTL_SourcesModel_Action_Delete = Elimina
CTL_SourcesModel_Name_DoNotStopIn = Non fermarti a:
CTL_SourcesModel_Action_AddSrc = Aggiungi cartella principale sorgenti
CTL_SourcesModel_AddSrc_Chooser_Filter_Description = Source Roots
CTL_SourcesModel_AddSrc_Btn = Aggiungi
CTL_SourcesModel_MoveUpSrc = Sposta in alto
CTL_SourcesModel_MoveDownSrc = Sposta in basso
CTL_SourcesModel_ResetOrderSrc = Reset Order
#ThreadsModel
CTL_ThreadsModel_Suspended_Thread_Desc = Thread suspended by debugger
CTL_ThreadsModel_Resumed_Thread_Desc = Running thread
CTL_ThreadsModel_Thread_State_Desc = State in VM: {0}
CTL_ThreadsModel_Column_Name_Name = Nome
CTL_ThreadsModel_Column_Name_Desc = Displays all threads for current session
CTL_ThreadsModel_State_Unknown = Sconosciuto
CTL_ThreadsModel_State_Monitor = Attendi la sincronizzazione del blocco
CTL_ThreadsModel_State_ConcreteMonitor = Attendi la sincronizzazione del blocco ({0})
CTL_ThreadsModel_State_NotStarted = Non iniziato
CTL_ThreadsModel_State_Running = In esecuzione
CTL_ThreadsModel_State_Sleeping = Congelato
CTL_ThreadsModel_State_Waiting = In attesa
CTL_ThreadsModel_State_WaitingOn = Attesa su {0}
CTL_ThreadsModel_State_Zombie = Zombie
#WatchesModel
CTL_WatchesModel_Column_Name_Name = Nome
CTL_WatchesModel_Empty_Watch_Hint = Enter new watch
#Watches View
CTL_WatchesView_Column_Name_Name = &Nome
CTL_WatchesView_Column_Name_Desc = Nome dell'elemento osservato
#CTL_WatchesView_Column_ToString_Name = to&String()
CTL_WatchesView_Column_ToString_Desc = Visualizza il valore della chiamata a toString()
CTL_WatchesView_Column_Type_Name = &Type
CTL_WatchesView_Column_Type_Desc = Tipo di risultato
CTL_WatchesView_Column_Value_Name = &Value
CTL_WatchesView_Column_Value_Desc = Valore dell'espressione dell'elemento osservato
CTL_LocalsView_Column_Name_Name = &Nome
CTL_LocalsView_Column_Name_Desc = Nome della variabile
#ThreadsActionsProvider
CTL_ThreadAction_MakeCurrent_Label = Rendilo corrente
CTL_ThreadAction_GoToSource_Label = Vai al sorgente
CTL_ThreadAction_Suspend_Label = Sospendi
CTL_ThreadAction_Resume_Label = Riprendi
#ThreadsActionsProvider
CTL_CallstackAction_MakeCurrent_Label = Rendilo corrente
CTL_CallstackAction_PopToHere_Label = Estrai qui
CTL_CallstackAction_Copy2CLBD_Label = Copia stack
# Debugging
CTL_Debugging_Column_Name_Name=&Processi
CTL_Debugging_Column_Name_Desc=Session threads with call stacks
CTL_Debugging_Column_Suspend_Name=&Suspend
CTL_Debugging_Column_Suspend_Desc=Suspend status
CTL_Thread_State_Unknown = ''{0}''
CTL_Thread_State_Monitor = ''{0}'' waiting on monitor
CTL_Thread_State_Monitor_At = ''{0}'' waiting on monitor at ''{1}''
CTL_Thread_State_NotStarted = ''{0}'' not started yet
CTL_Thread_State_Running = ''{0}'' running
CTL_Thread_State_Running_At = ''{0}'' running at ''{1}''
CTL_Thread_State_Suspended = ''{0}'' suspended
CTL_Thread_State_Suspended_At = ''{0}'' suspended at ''{1}''
CTL_Thread_State_Sleeping = ''{0}'' sleeping
CTL_Thread_State_Sleeping_At = ''{0}'' sleeping at ''{1}''
CTL_Thread_State_Waiting = ''{0}'' waiting
CTL_Thread_State_Waiting_At = ''{0}'' waiting at ''{1}''
CTL_Thread_State_Zombie = ''{0}'' died
CTL_Thread_At_LineBreakpoint = ''{0}'' at line breakpoint {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}'' at exception breakpoint {1}
CTL_Thread_At_FieldBreakpoint = ''{0}'' at field breakpoint {1}.{2}
CTL_Thread_At_ThreadBreakpoint = ''{0}'' at thread breakpoint
CTL_Thread_At_ClassBreakpoint = ''{0}'' at class breakpoint {1}
CTL_Thread_At_Breakpoint = ''{0}'' at {1}
CTL_Thread_Invoking_Method = ''{0}'' evaluating method...
CTL_Frame_Loading=Loading frame description...
#VariablesTreeModelFilterSI
MSG_VariablesFilter_StaticNode = Statico
MSG_VariablesFilter_InheritedNode = Ereditato
#VariablesNodeModel
CTL_LocalsModel_Column_Name_Desc = Punti di inizio locali
CTL_LocalsModel_Column_Name_Name = Nome
CTL_LocalsModel_Column_Name_SubArray = [{0} - {1}]
CTL_LocalsModel_Column_Descr_SubArray = Array di elementi da {0} a {1}.
NoCurrentThreadVar=No variables to display because there is no current thread.
CTL_No_Info=Le informazioni sulle variabili non sono disponibili, sorgente compilato senza l'opzione -g.
CTL_No_Info_descr=Le informazioni sulle variabili non sono disponibili (assicurati che il codice sia compilato con l'opzione -g ).
TTP_NewWatch=Scrivi o incolla una nuova espressione da osservare.
MSG_VariablesFilter_StaticNode_descr = Il contesto statico
MSG_VariablesFilter_Class_descr = La corrente classe oggetto
MSG_VariablesFilter_Return_descr = Il valore di ritorno del metodo '{0}''.
beforeOperation=Dopo la chiamata a ''{0}()''
beforeOperation_descr=Il programma \u00e8 stato sospeso appena prima della chiamata al metodo ''{0}()''.
afterOperation=Dopo il ritorno da ''{0}()''
afterOperation_descr=Il programma \u00e8 stato sospeso subito dopo il ritorno dal metodo ''{0}()''.
lastOperationsNode = Storico valori di ritorno
MSG_LastOperations_descr = I valori delle sub-espressioni sono saltati dai passaggi delle espressioni.
operationArgumentsNode = Argomenti
operationArgumentsNode_descr = Argomenti che vengono passati al metodo ''{0}''.
NativeMethod = Nessun argomento disponibile per i metodi nativi
NativeMethod_descr = Non \u00e8 possibile estrarre argomenti dai metodi nativi.
noDebugInfoWarning = Variable information not available, source compiled without -g option
noDebugInfoWarning_descr = Variable information not available, source compiled without -g option
#VariablesTableModel
# When the information is not available
MSG_NA=N/D
#VariablesActionProvider
CTL_GoToSource=Vai al sorgente
# Hidden Call Stack Frames Filter
LBL_HIDDEN_FRAMES=Hidden Source Calls
TLT_HIDDEN_FRAMES=Calls from sources not used for debugging
#RES_FRAME_GROUP=org/netbeans/modules/debugger/jpda/resources/CallStackFrameGroup
#Evaluator History Filter
MSG_EvaluatorHistoryFilterNode=Storia
CTL_EvaluatorHistoryNode=Evaluator History Node
CTL_EvaluatorHistoryItem=Evaluator History Item
CTL_PasteExprFromHistoryToEvaluator=Paste To Evaluator
# VariablesFormatterFilter
MSG_LoopInTypeFormattingIntroErrorMessage = Loop in variable formatters detected.\nThe variable formatters are applied recursively, applicable formatter is applied to every formatted value. Details of the recursion are below:
MSG_LoopInTypeFormatting = Loop in variable formatters of names {0} detected.