blob: a183553c67d669f85aab6933526ccba7437e62c2 [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=JPDA Debugger Projects Integration
OpenIDE-Module-Display-Category=Depurando
OpenIDE-Module-Short-Description=JPDA Debugger integration with Java projects.
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 de interrupci\u00f3n condicional desactivado
TOOLTIP_DISABLED_BREAKPOINT=Disabled Line Breakpoint
TOOLTIP_CALLSITE=Li\u00f1a de chamada da pila
TOOLTIP_BREAKPOINT=Line Breakpoint
TOOLTIP_CONDITIONAL_BREAKPOINT=Punto de interrupci\u00f3n condicional
TOOLTIP_BREAKPOINT_BROKEN=Broken breakpoint - it is not possible to stop on this line.
TOOLTIP_CURRENT_PC=Contador de programa actual
TOOLTIP_CURRENT_EXP_LINE=Current Program Counter In Expression
TOOLTIP_OTHER_THREAD=Thread {0} suspended at this line
TOOLTIP_FIELD_BREAKPOINT=Field Breakpoint
TOOLTIP_DISABLED_FIELD_BREAKPOINT=Disabled Field Breakpoint
TOOLTIP_METHOD_BREAKPOINT=Method Breakpoint
TOOLTIP_DISABLED_METHOD_BREAKPOINT=Disabled Method Breakpoint
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} (Project {1})
CTL_SourcesModel_Column_Name_DescExclusion = Class exclusion filter
CTL_SourcesModel_Column_Name_DescRoot = Source path root
#SourcesModel
CTL_SourcesModel_Column_Name_Name=&Source Root / Filter
CTL_SourcesModel_Column_Name_Desc=Orixe do c\u00f3digo fonte
CTL_SourcesModel_Column_Debugging_Name = &Usar para depuraci\u00f3n
CTL_SourcesModel_Column_Debugging_Desc = Use this source root for debugging?
CTL_SourcesModel_Action_AddFilter = Engadir filtro de exclusi\u00f3n de clase
CTL_SourcesModel_NewFilter_Filter_Label = &Filtro de exclusi\u00f3n de clase:
CTL_SourcesModel_NewFilter_Title = Di\u00e1logo para engadir un filtro de exclusi\u00f3n de clase
CTL_SourcesModel_Action_Delete = Borrar
CTL_SourcesModel_Name_DoNotStopIn = Non deter en:
CTL_SourcesModel_Action_AddSrc = Engadir ra\u00edz fonte
CTL_SourcesModel_AddSrc_Chooser_Filter_Description = Source Roots
CTL_SourcesModel_AddSrc_Btn = Engadir
CTL_SourcesModel_MoveUpSrc = Mover cara a arriba
CTL_SourcesModel_MoveDownSrc = Mover cara a abaixo
CTL_SourcesModel_ResetOrderSrc = Reset Order
LBL_SourcesTabbs.Current=Proxecto seleccionado
LBL_SourcesTabbs.Remote=Remote Attach
# BreakpointsActionsProvider
CTL_Breakpoint_GoToSource_Label = Ir \u00e1 fonte
# 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=Actualizouse o c\u00f3digo
MSG_NoParseNoEval=Can not evaluate expression - parsing failed.