blob: fddc7d6b65f150ef96924009707c9e0045e46d87 [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.
#DebuggingView
CTL_Debugging_view=Depurando
CTL_Debugging_tooltip=Vista de depuraci\u00f3n
LBL_No_Session_Running=no hay sesi\u00f3n en ejecuci\u00f3n
LBL_THREAD_GROUPS_TIP=Mostrar grupos de subproceso
LBL_SUSPEND_TABLE_TIP=Mostrar tabla suspender/reanudar
LBL_SYSTEM_THREADS_TIP=Mostrar subproceso del sistema
LBL_SUPSENDED_THREADS_ONLY_TIP=Mostrar Menos (suspensi\u00f3n y s\u00f3lo los hilos actual)
LBL_MONITORS_TIP=Mostrar monitores
LBL_QUALIFIED_NAMES_TIP=Mostrar nombres v\u00e1lidos
LBL_SUSPEND_SORT_TIP=Ordenar por estado suspendido/reanudado
LBL_ALPHABETIC_SORT_TIP=Ordenar por nombre
LBL_NATURAL_SORT_TIP=Ordenar de forma predeterminada
LBL_THREAD_GROUPS=Mostrar grupos de subprocesos
LBL_SUSPEND_TABLE=Mostrar Suspender/Reanudar &Tabla
LBL_SYSTEM_THREADS=Mostrar subprocesos de Sistema
LBL_SUPSENDED_THREADS_ONLY=Mostrar menos
LBL_MONITORS=Mostrar &Monitores
LBL_QUALIFIED_NAMES=Mostrar nombres v\u00e1lidos
LBL_SUSPEND_SORT=Ordena por Estado
LBL_ALPHABETIC_SORT=Ordenar por &nombre
LBL_NATURAL_SORT=Ordenaci\u00f3n predeterminada
LBL_FilterSubmenu=&Opciones
LBL_CURRENT_BAR_TIP=Hilos de ejecuci\u00f3n en uso (seleccionar para avance y evaluaci\u00f3n)
LBL_CURRENT_DEADLOCKED_TIP=Hilo de ejecuci\u00f3n en uso en deadlock
LBL_BREAKPOINT_HIT_TIP=Nuevo punto de interrupci\u00f3n alcanzado
LBL_DEADLOCKED_THREAD_TIP=Hilo de ejecuci\u00f3n en deadlock
LBL_SUSPEND_THREAD=Subproceso suspendido {0}
LBL_RESUME_THREAD=Reanudar subproceso {0}
#InfoPanel
LBL_OneNewHit=Nuevo punto de interrupci\u00f3n alcanzado
LBL_NewHits=Nuevo punto de interrupci\u00f3n alcanzado ({0})
#Threads History action
CTL_Session=Sesi\u00f3n {0}
CTL_ThreadsHistoryAction=Historial de subprocesos
CTL_THREADS_CHOOSER=Selector del subproceso en uso
InfoPanel.hitsLabel.text=Nuevo punto de interrupci\u00f3n alcanzado
InfoPanel.infoIcon.text=
InfoPanel.infoIcon1.text=
InfoPanel.deadlocksLabel.text=Deadlock detectado
InfoPanel.infoIcon2.text=
InfoPanel.debuggerDeadlocksLabelThread.text=El Paso est\u00e1 bloqueado por el proceso ''{0}'' suspendido.
InfoPanel.debuggerDeadlocksLabel.Method.text=La invocaci\u00f3n del m\u00e9todo est\u00e1 bloqueado por otros procesos suspendidos.
InfoPanel.debuggerDeadlocksLabelThread.Method.text=La invocaci\u00f3n del m\u00e9todo est\u00e1 bloqueado por el procesos suspendido ''{0}''.
InfoPanel.debuggerDeadlocksLabel.text=El Paso est\u00e1 bloqueado por otros procesos suspendidos.
InfoPanel.debuggerDeadlocksLabel.tooltip=Los procesos bloqueados son: {0}.
InfoPanel.resumeDebuggerDeadlockLabelThread.text=\u00bfReanudar este proceso?
InfoPanel.resumeDebuggerDeadlockLabel.text=\u00bfReanudar estos procesos?
InfoPanel.resumeDebuggerDeadlockButton.text=Reanudar
InfoPanel.resumeDebuggerDeadlockButton.tooltip=Reanudar los procesos {0} para completar el seguimiento.
InfoPanel.resumeDebuggerDeadlockButton.Method.tooltip=Reanudar los procesos {0} para completar la evaluaci\u00f3n del m\u00e9todo.
InfoPanel.resumeDebuggerDeadlockButtonThread.tooltip=Reanudar el proceso ''{0}'' para completar el seguimiento.
InfoPanel.resumeDebuggerDeadlockButtonThread.Method.tooltip=Reanudar el proceso ''{0}'' para completar la evaluaci\u00f3n del m\u00e9todo.
DebuggingView.sessionComboBox.AccessibleContext.accessibleName=Sesiones
DebuggingView.sessionComboBox.AccessibleContext.accessibleDescription=Lista de sesiones en ejecuci\u00f3n.
DebuggingView.treeView.AccessibleContext.accessibleName=\u00c1rbol de depuraci\u00f3n
DebuggingView.treeView.AccessibleContext.accessibleDescription=Estructura en \u00e1rbol de subprocesos en VM de depuraci\u00f3n
InfoPanel.infoIcon3.text=
InfoPanel.stepBrkpLabel.text=Seguimiento interrumpido por un punto de ruptura en otro proceso ''{0}''.
InfoPanel.stepBrkpIgnoreButton.text=Ignorar el punto de interrupci\u00f3n
InfoPanel.stepBrkpIgnoreButton.tooltip=Ignorar este punto de ruptura y completar el seguimiento.