blob: 33f5476336935c18b09a1e3690c122c45606f1d8 [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.
#manifest's description entries
OpenIDE-Module-Name=Depurador de Java
OpenIDE-Module-Display-Category=Java SE
OpenIDE-Module-Short-Description=Depurador de JPDA.
OpenIDE-Module-Long-Description=Contiene UI para la implemetaci\u00f3n del depurador de Java.
# File names on system filesystem
# Each key is resource path to a primary file
# Value gives localized display name for data node
Toolbars/Debug=&Depurar
Menu/RunProject/Stack=&Pila
#SourcesView
Sourcess_view=Fuentes
#JavaElementSelector
CTL_Loading_package_names=Cargando los nombre del paquete
CTL_searching=Buscando...
CTL_clinit_description=Inicializar des
CTL_init_description=Inicializar
#DebuggerViews
CTL_DebuggerConsole_Title = Consola del depurador
CTL_ProcessOutput_Title = Salida del proceso
#DebuggerOutput
CTL_Attaching_socket=Anexando con {0}:{1}
CTL_Attaching_shmem=Anexando con {0}
CTL_Attaching_pid=Anexando con {0}
# Used for an unknown transport method:
CTL_Attaching=Anexando...
CTL_Listening_shmem=Escuchando en {0}
CTL_Listening_socket=Escuchando en {0}
CTL_Launching=Lanzando: {0}
CTL_Step_Into=Seguimiento dentro
CTL_Step_Over=Continuar ejecuci\u00f3n
CTL_Step_Out=Ejecutar y salir
CTL_Continue=Continuar
CTL_Pause=Pausa
CTL_Debugger_running=Ejecutando el programa del usuario
CTL_Debugger_paused=Programa del usuario pausado
CTL_Debugger_stopped=Programa del usuario parado
CTL_Debugger_finished=Programa del usuario terminado
CTL_Thread_stopped_no_line=Subproceso {0} detenido en {1}{2}.
CTL_Thread_stopped_no_line_no_source=Subproceso {0} parado.
CTL_Thread_stopped=Subproceso {0} stopped at {1}:{3}.
CTL_Thread_stopped_no_source=Subproceso {0} parado en {1}:{3} - el archivo fuente no est\u00e1 disponible.
CTL_Thread_stopped_no_source_no_line=Subproceso {0} deteneido en {1}{2} - archivo fuente no disponible.
CTL_Thread_stopped_no_info=Subproceso {0} parado en {1}:{3} - compilado sin informaci\u00f3n de depuraci\u00f3n.
CTL_Thread_stopped_no_info_no_line=Subproceso {0} deteneido en {1}{2} - compilado sin informaci\u00f3n de debug.
CTL_Thread_stopped_before_op=Subproceso {0} parado antes de llamar a ''{4}()'' en {1}:{3}.
CTL_Thread_stopped_after_op=Subproceso {0} parado despu\u00e9s de volver desde ''{4}()'' en {1}:{3}.
#ConnectPanel
CTL_Connect=&Adjuntar depurador...
CTL_Connector_name=Depurador de Java (JPDA)
CTL_No_Connector=No se encontraron conectores
CTL_Connector=&Conector:
CTL_Transport=&Transporte:
ACSD_CTL_Transport=
ACSD_CTL_Connector=
ACSD_CTL_Argument=Insertar argumento {0}
CTL_CA_hostname=Servid&or:
CTL_CA_port=&Puerto:
CTL_CA_javaExecutable=&Ejecutable Java:
CTL_CA_core=C&orefile:
CTL_CA_debugServerName=&Servidor de depuraci\u00f3n:
CTL_CA_pid=&PID:
CTL_CA_name=&Nombre:
CTL_CA_timeout=T&iempo de espera [ms]:
CTL_CA_localAddress=Direcci\u00f3n &local:
CTL_Invalid_value_title=Valor del par\u00e1metro no v\u00e1lido
CTL_Required_value_title=Valor del par\u00e1metro requerido
MSG_Required_value=Valor de {0} debe especificarse.
MSG_Invalid_value=Valor de {0} no es v\u00e1lido.
CTL_Connection_refused=Conexi\u00f3n rechazada.
CTL_Unknown_host=Host desconocido.
CTL_Attach_to_socket=Anexar a {0}:{1}
CTL_Attach_to_shmem=Anexar a la direcci\u00f3n {0}
CTL_Attach_to_pid=Anexar al proceso con ID {0}
CTL_Listen_on_shmem=Escuchando en direcci\u00f3n {0}
CTL_Listen_on_socket=Escuchando en puerto {0}
#StopActionPanel
CTL_Stop_debugging=\ Suspender Depuraci\u00f3n
ACSD_CTL_Stop_debugging=
#JavaProjectSettings
#not visible
CTL_JavaProjectSettings=Java
#JavaDebuggerSettingsBeanInfo
HINT_Java_Debugger_option=Configuraci\u00f3n del depurardor de Java
PROP_RunCompilation=Ejecutar la compilaci\u00f3n
HINT_RunCompilation=Si es verdadero, antes de iniciar la depuraci\u00f3n las clases son compiladas.
PROP_ActionOnTraceInto=Acci\u00f3n en paso a paso
HINT_ActionOnTraceInto=Especifica una acci\u00f3n para asumir el paso a paso en un m\u00e9todo sin c\u00f3digo fuente
PROP_ActionOnTraceIntoSet=Mostrar la acci\u00f3n en el cuadro de di\u00e1logo para paso a paso
HINT_ActionOnTraceIntoSet=Si es verdadero, preguntar por una acci\u00f3n a tomar cuando accede paso a paso a un m\u00e9todo sin fuente.
#org.netbeans.modules.debugger.jpda.ui.JPDADebuggerProjectSettings
#Display name of settings of the "Attach to VM" dialog
CTL_Attach_settings=Configuraci\u00f3n asociada al depurador de JPDA
#Watch panel
CTL_Watch_Name=Expresi\u00f3n del elemento observado:
ACSD_CTL_Watch_Name=
ACSD_WatchPanel=
CTL_DeleteFixedWatch_Label = Borrar observaci\u00f3n fija
CTL_CreateFixedWatch_Label = Crear observaci\u00f3n fija
# CodeEvaluator
CTL_Code_Evaluator_name=Evaluar C\u00f3digo
CTL_Code_Evaluator_tooltip=Evaluar C\u00f3digo
CTL_Evaluator_Result_name=Resultado de evaluaci\u00f3n
CTL_Evaluator_Result_tooltip=Resultado de evaluaci\u00f3n
CTL_Expressions_Dropdown_tooltip=Mostrar \u00faltimo evaluado fragmentos de c\u00f3digo
CTL_Expression=Expresi\u00f3n:
CTL_Type=Tipo
CTL_Value=Valor
Evaluator.Title=Evaluar expresi\u00f3n
Evaluator.A11YDescr=Cuadro de dialogo donde las expresiones de la aplicaci\u00f3n que se est\u00e1 depurando pueden ser evaluadas .
Evaluator.A11YName=Evaluaci\u00f3n de expresi\u00f3n.
Evaluator.Expression=&Expresi\u00f3n\:
Evaluator.Result=&Resultado\:
Evaluator.ResultA11YName=Resultado de la expresi\u00f3n
Evaluator.ResultA11YDescr=Resultado de la evaluaci\u00f3n de expresi\u00f3n.
Evaluator.Evaluate=Evaluar
Evaluator.Evaluate.TLT=Evaluar la expresi\u00f3n.
Evaluator.Watch=&Elemento observado
Evaluator.Watch.TLT=A\u00f1adir la expresi\u00f3n a la vista del elemento observado.
Evaluator.Close=Cerrar
Evaluator.Close.TLT=Cerrar el cuadro de dialogo del evaluador.
CTL_connectProgress=Adjuntando depurador
# BreakpointOutput
MSG_InvalidBreakpoint=No es posible enviar el punto de interrupci\u00f3n {0}
MSG_InvalidBreakpointWithReason=No es posible enviar el punto de interrupci\u00f3n {0}, raz\u00f3n: {1}
Link_InvalidBreakpoint=Inv\u00e1lido {0}
MSG_ValidBreakpoint={0} enviado correctamente.
MSG_ValidBreakpointWithReason={0} parcialmente presentado - no en todas las clases, raz\u00f3n: {1}
Evaluator.ExpressionA11YDescr=La expresi\u00f3n a evaluar
# Usage logging
# {0} connector instance
# {1} connector arguments
USG_DEBUG_ATTACH_JPDA=Depurador conectado usando conector {0} con los argumentos: {1}
CodeEvaluator.evaluateButton.text=
HistoryPanel.historyLabel.text=Historia:
HINT_Evaluate_Button=Evaluar fragmento de c\u00f3digo (Ctrl + Enter)
HINT_Show_History=Mostrar la evaluaci\u00f3n de la historia
# VariablesFormatter
MSG_CharSequenceFormatter=Formateador CharSequence predeterminado
MSG_CollectionFormatter=Colecci\u00f3n defecto Formatter
MSG_MapFormatter=Por defecto Mapa Formatter
MSG_MapEntryFormatter=Por defecto Map.Entry Formatter
MSG_EnumFormatter=Formateador Enum predeterminado
# SourcePath
No_URL_Warning=La ruta de fuente "{0}" no se ha encontrado. \nLa raz\u00f3n probable es que no se abri\u00f3 el proyecto con el archivo fuente.