blob: 9158301b47ba1199063f5a536dcdc63e8a583b83 [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.
#module descriptions
OpenIDE-Module-Name=Integrazione nei progetti del debugger JPDA
OpenIDE-Module-Display-Category=Ricerca degli errori
OpenIDE-Module-Short-Description=Integrazione del debugger JPDA con i progetti Java.
OpenIDE-Module-Long-Description=Contains implementation of SourcePathProvider and EditorContext and other classes, that need to access the Java project system.
#org.netbeans.modules.debugger.jpda.projects.DebuggerAnnotation
TOOLTIP_DISABLED_CONDITIONAL_BREAKPOINT=Punto di interruzione condizionale disabilitato
TOOLTIP_DISABLED_BREAKPOINT=Riga di interruzione disabilitata
TOOLTIP_CALLSITE=Riga dello stack delle chiamate
TOOLTIP_BREAKPOINT=Riga di interruzione
TOOLTIP_CONDITIONAL_BREAKPOINT=Punto di interruzione condizionale
TOOLTIP_BREAKPOINT_BROKEN=Broken breakpoint - it is not possible to stop on this line.
TOOLTIP_CURRENT_PC=Contatore del programma attuale
TOOLTIP_CURRENT_EXP_LINE=Contatore attuale del programma nell'espressione
TOOLTIP_OTHER_THREAD=Thread {0} suspended at this line
TOOLTIP_FIELD_BREAKPOINT=Punto di interruzione su campo
TOOLTIP_DISABLED_FIELD_BREAKPOINT=Punto di interruzione su campo disabilitato
TOOLTIP_METHOD_BREAKPOINT=Punto di interruzione su metodo
TOOLTIP_DISABLED_METHOD_BREAKPOINT=Punto di interruzione su metodo disabilitato
TOOLTIP_CLASS_BREAKPOINT=Class Breakpoint
TOOLTIP_DISABLED_CLASS_BREAKPOINT=Disabled Class Breakpoint
#SourcesNodeModel
CTL_SourcesModel_Column_Name_LibrarySources = {0}
CTL_SourcesModel_Column_Name_ProjectSources = {0} (Progetto {1})
CTL_SourcesModel_Column_Name_DescExclusion = Filtro esclusione classi
CTL_SourcesModel_Column_Name_DescRoot = Percorso radice dei sorgenti
#SourcesModel
CTL_SourcesModel_Column_Name_Name=&Source Root / Filter
CTL_SourcesModel_Column_Name_Desc=Origine sorgenti
CTL_SourcesModel_Column_Debugging_Name = &Use for debugging
CTL_SourcesModel_Column_Debugging_Desc = Use this source root for debugging?
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
LBL_SourcesTabbs.Current=Selected Project
LBL_SourcesTabbs.Remote=Remote Attach
# BreakpointsActionsProvider
CTL_Breakpoint_GoToSource_Label = Vai al sorgente
# Apply code changes:
MSG_NoDebug=No debugging sessions was found.
MSG_NoJPDADebugger=Current debugger is not Java debugger.
MSG_CanNotFix=The debugger does not support Hot Fix action.
# {0} contains detailed info
MSG_FixUnsupported=The debugger does not support Hot Fix action, details: {0}
MSG_FixMismatch=The bytes do not correspond to the class type (the names don't match): {0}
MSG_FixVerifierProblems=A "verifier" detects that a class, though well formed, contains an internal inconsistency or security problem: {0}
MSG_FixUnsupportedVersion=Major and minor version numbers in bytes are not supported by the VM. {0}
MSG_FixNotValid=The bytes do not represent a valid class. {0}
MSG_FixCircularity=A circularity has been detected while initializing a class: {0}
MSG_FixSuccess=Code updated
MSG_NoParseNoEval=Can not evaluate expression - parsing failed.