blob: 0cb6b7b6daeee0fcd2b5e88a930cdbe0c8823822 [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.
#ConnectorPanel
CTL_Connect_through=&Debugger:
ACSD_CTL_Connect_through=Type of the debugger to connect
ACSD_ConnectorPanel=Connects debugger to a currently running process.
# Debugger Menu Actions
CTL_SessionsAction=Sessio&ns
CTL_ThreadsAction=&Threads
CTL_CallStackAction=Call Stac&k
CTL_LocalVariablesAction=&Variables
CTL_WatchesAction=&Watches
CTL_BreakpointsAction=&Breakpoints
CTL_SourcesAction=&Sources
# DebugMainProjectAction
# {0} - # of selected projects (0 if disabled), or -1 if main project
# {1} - project name, if exactly one project
LBL_DebugMainProjectAction_Name=&Debug {0,choice,-1#Main Project|0#Project|1#Project ({1})|1<{0} Projects}
LBL_DebugProjectAction_Name=Run {0,choice,0#Project|1#Project ({1})|1<{0} Projects} in Debugger
LBL_DebugProjectActionOnProject_Name=Debugga
CTL_Attach_Types_Not_Found=No attach types were found.
CTL_Attach_Type_Not_Found=Requested attach type not found.
# DebuggerAction
LBL_DebugSingleAction_Name=Debu&g {0,choice,0#File|1#File|1<Files}
LBL_DebugTestSingleAction_Name=Debug Test {0,choice,0#Fi&le|1#Fi&le|1<Fi&les}
#NewWatch
CTL_New_Watch=New &Watch...
# Message displayed when executed application is not debuggable (not applet/no main method)
# {0} name of the class
FMT_MSG_CannotDebug=Cannot debug class {0} (not executable).
# Message displayed when an exception is thrown from the debugger
# {0} name of the class
FMT_EXC_Debugger=Debugger exception: {0}
#FinishAction
CTL_KillAction_name=&Finish Debugger Session
#StartAction
CTL_Start_action_name=&Run in Debugger
#StepIntoAction
CTL_Step_into_action_name=Step &Into
#StepIntoNextMethodAction
CTL_Step_into_next_method_action_name=Step Into &Next Method
#RunIntoMethodAction
CTL_Run_into_method_action_name=Run Into &Method
#StepOverAction
CTL_Step_over_action_name=Step O&ver
#StepOutAction
CTL_Step_out_action_name=Step &Out
CTL_Step_operation_action_name=Step Over &Expression
#ContinueAction
CTL_Continue_action_name=&Forts\u00e4tt
#PauseAction
CTL_Pause_action_name=&Pause
#RunToCursorAction
CTL_Run_to_cursor_action_name=R&un to Cursor
CTL_Evaluate=Evaluate E&xpression...
#AddWatchPerformer
CTL_WatchDialog_Title=New Watch
#SuspendAction
CTL_Suspend=Suspend
#ToggleBreakpointAction
CTL_Toggle_breakpoint=&Toggle Line Breakpoint
#ResumeAction
CTL_Resume=Resume
#FinishSessionAction
CTL_Finish_session=Finish
#SwitchOnAction
CTL_SwitchOn=Make Current
#SwitchToSessionAction
CTL_Switch_to_session=Make Current
#AddBreakpointAction
CTL_Ok=OK
CTL_Cancel=Avbryt
ACSD_CTL_Ok=
ACSD_CTL_Cancel=
CTL_AddBreakpoint=New &Breakpoint...
CTL_Class_Name=Class Name:
CTL_Method_Name=Method Name:
EXC_Cannot_attach=Cannot attach. Check the parameters and try again.
#com.sun.jdi.connect.IllegalConnectorArgumentValue
EXC_Illegal_attach_arguments=Illegal {0,choice,1#value|2#values} of {0,choice,1#argument|2#arguments}: {1}.
CTL_Breakpoint_Title=New Breakpoint
#CreateVariableAction
CTL_CreateVariable=Create Fixed Watch
#GoToSourceAction
CTL_GoToSource=Go to Source
#GoToCallingMethodAction
CTL_MakeCallerCurrentAction_name=Make &Caller Current
#GoToCalledMethodAction
CTL_MakeCalleeCurrentAction_name=&Make Callee Current
#DebuggerWindowAction
CTL_Debugger_Window_action_name=&Debugger Window
#ConnectAction
CTL_Connect=&Attach Debugger...
EXC_Debugger=Debugger exception
CTL_Connect_to_running_process=Attach
#AddBreakpointPanel
CTL_Breakpoint_cathegory=&Debugger:
CTL_Breakpoint_type=&Breakpoint Type:
CTL_Settings=Inst\u00e4llningar
CTL_Actions=Kommandon
ACSD_CTL_Breakpoint_cathegory=Debugger Types
ACSD_CTL_Breakpoint_type=Breakpoint Types
ACSD_CTL_Actions=Possible Actions When Reaching This Breakpoint
ACSD_AddBreakpointPanel=New breakpoint of specified type
#EnableAllBreakpointsAction
CTL_EnableAll=Enable All
#DisableAllBreakpointsAction
CTL_DisableAll=Disable All
#DeleteAllAction
CTL_DeleteAll=Delete All
#CreateVariableModificationBreakpointAction
CTL_CreateVariableModificationBreakpoint=New breakpoint on variable modification
#CreateVariableAccessBreakpointAction
CTL_CreateVariableAccessBreakpoint=New breakpoint on variable access
#java.net.UnknownHostException
EXC_Cannot_attach_unknown_host=Cannot attach to the specified host - host unknown.
#DisplayAsAction
CTL_Display_as_action=Display As
CTL_Type_DEC=Decimal
CTL_Type_HEX=Hexadecimal
CTL_Type_BIN=Binary
CTL_Type_OCT=Octal
CTL_SwitchToLocationAction=Make Current
#Means "Replace definition of (a class, method or another part of an application) at runtime."
CTL_Fix_action_name=Appl&y Code Changes
#Means "Pop topmost (the most recently called) stack frame from the current thread"
CTL_PopTopmostCallAction_name=&Pop Topmost Call
CTL_Debugger_Window=Debugger Window
# BreakpointEnableAction
CTL_enabled=&Enabled
# BreakpointCustomizeAction
CTL_customize=&Egenskaper
CTL_Breakpoint_Customizer_Title=Breakpoint Properties
# {0} Breakpoint
ACSD_Breakpoint_Customizer=Properties of {0}
# {0} Project type
USG_PROJECT_DEBUG=Debug Main Project {0}
# {0} Attach type
USG_DEBUG_ATTACH=Connecting via connect type {0}