blob: 4c6124fc387c1edb8717f43bbec433d23e01aa9d [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.
#Watch dialog
CTL_WatchDialog_Title=Editar - {0}
#Breakpoints View
CTL_BreakpointModel_Column_Name_Name = Nombre
CTL_BreakpointModel_Column_GroupName_Desc = Grupo de puntos de interrupci\u00f3n
CTL_BreakpointView_Column_Name_Name = &Nombre
CTL_BreakpointView_Column_Name_Desc = Name of the breakpoint
#Callstack View
CTL_CallstackView_Column_Name_Name = &Nombre
CTL_CallstackView_Column_Name_Desc = Name of the call stack frame
CTL_CallstackView_Column_Location_Name = &Ubicaci\u00f3n
CTL_CallstackView_Column_Location_Desc = Location of the call stack frame
#Locals View
CTL_LocalsView_Column_Name_Name = &Nombre
CTL_LocalsView_Column_Name_Desc = Nombre de la variable
CTL_LocalsView_Column_ToString_Name = valor String
CTL_LocalsView_Column_ToString_Desc = representacion String del valor
CTL_LocalsView_Column_Type_Name = &Tipo
CTL_LocalsView_Column_Type_Desc = Tipo del valor de la variable
CTL_LocalsView_Column_Value_Name = &Valor
CTL_LocalsView_Column_Value_Desc = Valor de la variable
#Sessions View
CTL_SessionsModel_Column_Name_Name = Nombre
CTL_SessionsView_Column_Name_Name = &Nombre
CTL_SessionsView_Column_Name_Desc = Nombre de la sesion
CTL_SessionsView_Column_HostName_Name = Nombre del ser&vidor
CTL_SessionsView_Column_HostName_Desc = Nombre del Pc donde esta corriendo esta sesion
CTL_SessionsView_Column_State_Name = E&stado
CTL_SessionsView_Column_State_Desc = Describe el estado de la sesion
CTL_SessionsView_Column_Language_Name = &Idioma
CTL_SessionsView_Column_Language_Desc = Idioma actual de la sesion
#Threads View
CTL_ThreadsView_Column_Name_Name = &Nombre
CTL_ThreadsView_Column_Name_Desc = Nombre del subroceso
CTL_ThreadsView_Column_State_Name = E&stado
CTL_ThreadsView_Column_State_Desc = Describe el estado del subproceso
CTL_ThreadsView_Column_Suspended_Name = S&uspendido
CTL_ThreadsView_Column_Suspended_Desc = Subproceso suspendido por el depurador
#Watches View
CTL_WatchesModel_Column_Name_Name = Nombre
CTL_WatchesModel_Column_NameNoContext_Desc = \ = [Sin contexto actual]
CTL_WatchesView_Column_Name_Name = &Nombre
CTL_WatchesView_Column_Name_Desc = Expresion del observador
CTL_WatchesView_Column_ToString_Name = valor String
CTL_WatchesView_Column_ToString_Desc = representacion String del valor
CTL_WatchesView_Column_Type_Name = &Tipo
CTL_WatchesView_Column_Type_Desc = Tipo del valor resultante
CTL_WatchesView_Column_Value_Name = &Valor
CTL_WatchesView_Column_Value_Desc = Valor de la expresion observante
CTL_WatchesModel_Empty_Watch_Hint=Escriba el nuevo reloj
TTP_NewWatch=Escriba o pegue una nueva expresi\u00f3n de observaci\u00f3n.
#SessionsActionsProvider
CTL_SessionAction_FinishAll_Label = Finalizar todo
CTL_SessionAction_MakeCurrent_Label = Asignar actual
CTL_SessionAction_Finish_Label = Terminar
#BreakpointsActionsProvider
CTL_BreakpointAction_New_Label = Nuevo punto de interrupci\u00f3n...
CTL_BreakpointAction_EnableAll_Label = Activar todo
CTL_BreakpointAction_DisableAll_Label = Desactivar todo
CTL_BreakpointAction_DeleteAll_Label = Eliminar todo
CTL_BreakpointAction_Enable_Label = Activar
CTL_BreakpointAction_Disable_Label = Desactivar
CTL_BreakpointAction_Delete_Label = Eliminar
CTL_BreakpointAction_SetGroupName_Label = Renombrar el grupo
CTL_BreakpointAction_GroupDialog_NameLabel = Nombre del &grupo:
CTL_BreakpointAction_GroupDialog_Title = Definici\u00f3n del nombre del grupo de puntos de interrupci\u00f3n
CTL_BreakpointAction_MoveIntoDefaultGroup_Label=<predeterminado>
CTL_BreakpointAction_MoveIntoNewGroup_Label=Nuevo...
CTL_BreakpointAction_MoveIntoGroup=Mover dentro del grupo...
#WatchesActionsProvider
CTL_WatchAction_AddNew = Nuevo elemento observado...
CTL_WatchAction_DeleteAll = Eliminar todo
CTL_WatchAction_Delete = Eliminar
CTL_WatchAction_Customize = Editar
Hint_New_Breakpoint=Create new breakpoint
Hint_Select_bp_groups=Select breakpoint groups
Lbl_bp_groups=Breakpoint Groups
LBL_NOGroup=Sin grupos
LBL_CUSTOMGroup=Grupos personalizados
LBL_LANGUAGEGroup=Idioma
LBL_TYPEGroup=Tipo
LBL_PROJECTGroup=Proyectos
LBL_FILEGroup=Archivos
LBL_ENGINEGroup=Sesion debug
LBL_NESTEDGroup=Nested...
LBL_BreakpointsFromOpenProjectsOnly=Para proyectos abieros solamente
LBL_BreakpointsFromCurrentDebugSessionOnly=Para la sesion debug actual solamente
BreakpointNestedGroupsDialog_title=Nested Breakpoint Groups
BreakpointNestedGroupsDialog.displayedGroupsLabel.text=Grupos mostrados
BreakpointNestedGroupsDialog.availableGroupsLabel.text=Grupos disponibles
BreakpointNestedGroupsDialog.addButton.text=Agregar ->
BreakpointNestedGroupsDialog.moveDownButton.text=Desplazar hacia abajo
BreakpointNestedGroupsDialog.moveUpButton.text=Desplazar hacia arriba
BreakpointNestedGroupsDialog.removeButton.text=<- Borrar