blob: ac6e0fe2a96e2f55c4e6f209abd110f3b84a2e6f [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 = Nome
CTL_BreakpointModel_Column_GroupName_Desc = Grupo de puntos de interrupci\u00f3n
CTL_BreakpointView_Column_Name_Name = &Nome
CTL_BreakpointView_Column_Name_Desc = Nome do punto de interrupci\u00f3n
#Callstack View
CTL_CallstackView_Column_Name_Name = &Nome
CTL_CallstackView_Column_Name_Desc = Name of the call stack frame
CTL_CallstackView_Column_Location_Name = &Localizaci\u00f3n
CTL_CallstackView_Column_Location_Desc = Location of the call stack frame
#Locals View
CTL_LocalsView_Column_Name_Name = &Nome
CTL_LocalsView_Column_Name_Desc = Nome da vari\u00e1bel
CTL_LocalsView_Column_ToString_Name = Valor da cadea
CTL_LocalsView_Column_ToString_Desc = Representaci\u00f3n da cadea do valor
CTL_LocalsView_Column_Type_Name = &Tipo
CTL_LocalsView_Column_Type_Desc = Tipo do valor da vari\u00e1bel
CTL_LocalsView_Column_Value_Name = &Valor
CTL_LocalsView_Column_Value_Desc = Valor da vari\u00e1bel
#Sessions View
CTL_SessionsModel_Column_Name_Name = Nome
CTL_SessionsView_Column_Name_Name = &Nome
CTL_SessionsView_Column_Name_Desc = Nome da sesi\u00f3n
CTL_SessionsView_Column_HostName_Name = Nome do e&quipo
CTL_SessionsView_Column_HostName_Desc = Nome do computador no que se est\u00e1 executando esta sesi\u00f3n
CTL_SessionsView_Column_State_Name = E&stado
CTL_SessionsView_Column_State_Desc = Describe o estado da sesi\u00f3n
CTL_SessionsView_Column_Language_Name = &Linguaxe
CTL_SessionsView_Column_Language_Desc = Linguaxe actual da sesi\u00f3n
#Threads View
CTL_ThreadsView_Column_Name_Name = &Nome
CTL_ThreadsView_Column_Name_Desc = Nome do f\u00edo
CTL_ThreadsView_Column_State_Name = E&stado
CTL_ThreadsView_Column_State_Desc = Describe o estado da sesi\u00f3n
CTL_ThreadsView_Column_Suspended_Name = S&uspendido
CTL_ThreadsView_Column_Suspended_Desc = F\u00edo suspendido polo depurador
#Watches View
CTL_WatchesModel_Column_Name_Name = Nome
CTL_WatchesModel_Column_NameNoContext_Desc = \ = [Sen contexto actual]
CTL_WatchesView_Column_Name_Name = &Nome
CTL_WatchesView_Column_Name_Desc = The watch expression
CTL_WatchesView_Column_ToString_Name = Valor da cadea
CTL_WatchesView_Column_ToString_Desc = Representaci\u00f3n da cadea do valor do resultado
CTL_WatchesView_Column_Type_Name = &Tipo
CTL_WatchesView_Column_Type_Desc = Tipo do valor do resultado
CTL_WatchesView_Column_Value_Name = &Valor
CTL_WatchesView_Column_Value_Desc = Value of the watch expression
CTL_WatchesModel_Empty_Watch_Hint=Insira o novo reloxo
TTP_NewWatch=Write or paste a new watch expression.
#SessionsActionsProvider
CTL_SessionAction_FinishAll_Label = Finalizar todo
CTL_SessionAction_MakeCurrent_Label = Facer a actual
CTL_SessionAction_Finish_Label = Finalizar
#BreakpointsActionsProvider
CTL_BreakpointAction_New_Label = Novo punto de interrupci\u00f3n ...
CTL_BreakpointAction_EnableAll_Label = Activar todo
CTL_BreakpointAction_DisableAll_Label = Desactivar todo
CTL_BreakpointAction_DeleteAll_Label = Eliminar todos
CTL_BreakpointAction_Enable_Label = Activar
CTL_BreakpointAction_Disable_Label = Desactivar
CTL_BreakpointAction_Delete_Label = Borrar
CTL_BreakpointAction_SetGroupName_Label = Renomear grupo
CTL_BreakpointAction_GroupDialog_NameLabel = Nome do &grupo:
CTL_BreakpointAction_GroupDialog_Title = Estabelecer o nome do grupo dos puntos de interrupci\u00f3n
CTL_BreakpointAction_MoveIntoDefaultGroup_Label=<Predefinido>
CTL_BreakpointAction_MoveIntoNewGroup_Label=Novo...
CTL_BreakpointAction_MoveIntoGroup=Mover dentro do grupo...
#WatchesActionsProvider
CTL_WatchAction_AddNew = Novo vixiante...
CTL_WatchAction_DeleteAll = Eliminar todos
CTL_WatchAction_Delete = Borrar
CTL_WatchAction_Customize = Editar
Hint_New_Breakpoint=Crear novo punto de interrupci\u00f3n
Hint_Select_bp_groups=Seleccionar grupos de puntos de interrupci\u00f3n
Lbl_bp_groups=Grupos de puntos de interrupci\u00f3n
LBL_NOGroup=Sen grupos
LBL_CUSTOMGroup=Personalizar grupos
LBL_LANGUAGEGroup=Linguaxe
LBL_TYPEGroup=Tipo
LBL_PROJECTGroup=Proxectos
LBL_FILEGroup=Ficheiros
LBL_ENGINEGroup=Sesi\u00f3n de depuraci\u00f3n
LBL_NESTEDGroup=Ani\u00f1ados...
LBL_BreakpointsFromOpenProjectsOnly=S\u00f3 dos proxectos abertos
LBL_BreakpointsFromCurrentDebugSessionOnly=S\u00f3 da sesi\u00f3n de depuraci\u00f3n actual
BreakpointNestedGroupsDialog_title=Grupos de puntos de interrupci\u00f3n ani\u00f1ados
BreakpointNestedGroupsDialog.displayedGroupsLabel.text=Grupos mostrados
BreakpointNestedGroupsDialog.availableGroupsLabel.text=Grupos dispo\u00f1\u00edbeis
BreakpointNestedGroupsDialog.addButton.text=Engadir ->
BreakpointNestedGroupsDialog.moveDownButton.text=Mover cara a abaixo
BreakpointNestedGroupsDialog.moveUpButton.text=Mover cara a arriba
BreakpointNestedGroupsDialog.removeButton.text=<- Eliminar