blob: cb13d2b268eb14c975aee67b83c7b2f421a156a5 [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=Edit - {0}
#Breakpoints View
CTL_BreakpointModel_Column_Name_Name = Namn
CTL_BreakpointModel_Column_GroupName_Desc = Group of Breakpoints
CTL_BreakpointView_Column_Name_Name = &Name
CTL_BreakpointView_Column_Name_Desc = Name of the breakpoint
#Callstack View
CTL_CallstackView_Column_Name_Name = &Name
CTL_CallstackView_Column_Name_Desc = Name of the call stack frame
CTL_CallstackView_Column_Location_Name = &Location
CTL_CallstackView_Column_Location_Desc = Location of the call stack frame
#Locals View
CTL_LocalsView_Column_Name_Name = &Name
CTL_LocalsView_Column_Name_Desc = Name of the variable
CTL_LocalsView_Column_ToString_Name = String value
CTL_LocalsView_Column_ToString_Desc = String representation of the value
CTL_LocalsView_Column_Type_Name = &Type
CTL_LocalsView_Column_Type_Desc = Type of the variable value
CTL_LocalsView_Column_Value_Name = &Value
CTL_LocalsView_Column_Value_Desc = Value of the variable
#Sessions View
CTL_SessionsModel_Column_Name_Name = Namn
CTL_SessionsView_Column_Name_Name = &Name
CTL_SessionsView_Column_Name_Desc = Name of the session
CTL_SessionsView_Column_HostName_Name = &Host Name
CTL_SessionsView_Column_HostName_Desc = Name of the computer this session is running on
CTL_SessionsView_Column_State_Name = &State
CTL_SessionsView_Column_State_Desc = Describes state of the session
CTL_SessionsView_Column_Language_Name = &Language
CTL_SessionsView_Column_Language_Desc = Current language of the session
#Threads View
CTL_ThreadsView_Column_Name_Name = &Name
CTL_ThreadsView_Column_Name_Desc = Name of the thread
CTL_ThreadsView_Column_State_Name = &State
CTL_ThreadsView_Column_State_Desc = Describes state of the thread
CTL_ThreadsView_Column_Suspended_Name = S&uspended
CTL_ThreadsView_Column_Suspended_Desc = Thread suspended by debugger
#Watches View
CTL_WatchesModel_Column_Name_Name = Namn
CTL_WatchesModel_Column_NameNoContext_Desc = \ = [No current context]
CTL_WatchesView_Column_Name_Name = &Name
CTL_WatchesView_Column_Name_Desc = The watch expression
CTL_WatchesView_Column_ToString_Name = String value
CTL_WatchesView_Column_ToString_Desc = String representation of the result value
CTL_WatchesView_Column_Type_Name = &Type
CTL_WatchesView_Column_Type_Desc = Type of the result value
CTL_WatchesView_Column_Value_Name = &Value
CTL_WatchesView_Column_Value_Desc = Value of the watch expression
CTL_WatchesModel_Empty_Watch_Hint=Enter new watch
TTP_NewWatch=Write or paste a new watch expression.
#SessionsActionsProvider
CTL_SessionAction_FinishAll_Label = Finish All
CTL_SessionAction_MakeCurrent_Label = Make Current
CTL_SessionAction_Finish_Label = Finish
#BreakpointsActionsProvider
CTL_BreakpointAction_New_Label = New Breakpoint ...
CTL_BreakpointAction_EnableAll_Label = Enable All
CTL_BreakpointAction_DisableAll_Label = Disable All
CTL_BreakpointAction_DeleteAll_Label = Delete All
CTL_BreakpointAction_Enable_Label = Enable
CTL_BreakpointAction_Disable_Label = Disable
CTL_BreakpointAction_Delete_Label = Radera
CTL_BreakpointAction_SetGroupName_Label = Rename Group
CTL_BreakpointAction_GroupDialog_NameLabel = Name of &Group:
CTL_BreakpointAction_GroupDialog_Title = Set the Name of Breakpoints Group
CTL_BreakpointAction_MoveIntoDefaultGroup_Label=<Default>
CTL_BreakpointAction_MoveIntoNewGroup_Label=New...
CTL_BreakpointAction_MoveIntoGroup=Move Into Group...
#WatchesActionsProvider
CTL_WatchAction_AddNew = New Watch ...
CTL_WatchAction_DeleteAll = Delete All
CTL_WatchAction_Delete = Radera
CTL_WatchAction_Customize = Redigera
Hint_New_Breakpoint=Create new breakpoint
Hint_Select_bp_groups=Select breakpoint groups
Lbl_bp_groups=Breakpoint Groups
LBL_NOGroup=No Groups
LBL_CUSTOMGroup=Custom Groups
LBL_LANGUAGEGroup=Language
LBL_TYPEGroup=Type
LBL_PROJECTGroup=Projekt
LBL_FILEGroup=Filer
LBL_ENGINEGroup=Debug Session
LBL_NESTEDGroup=Nested...
LBL_BreakpointsFromOpenProjectsOnly=From Opened Projects Only
LBL_BreakpointsFromCurrentDebugSessionOnly=From Current Debug Session Only
BreakpointNestedGroupsDialog_title=Nested Breakpoint Groups
BreakpointNestedGroupsDialog.displayedGroupsLabel.text=Displayed Groups
BreakpointNestedGroupsDialog.availableGroupsLabel.text=Available Groups
BreakpointNestedGroupsDialog.addButton.text=Add ->
BreakpointNestedGroupsDialog.moveDownButton.text=Flytta Ner
BreakpointNestedGroupsDialog.moveUpButton.text=Flytta Upp
BreakpointNestedGroupsDialog.removeButton.text=<- Remove