blob: 4e5faa3443cac86c962c2f72996b15a169ff0531 [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.
#SessionThreadRootNode
CTL_ThreadRootNode=Threads
#SessionsRootNode
CTL_SessionsRootNode=Sessions
#SessionNode
PROP_session_name=Session Name
HINT_session_name=Name of this session.
PROP_location_name=Hostname
HINT_location_name=Naam van de computer waar deze sessie uitgevoerd wordt
CTL_Starting=Beginnen
CTL_Running=Is bezig
CTL_Stopped_on_breakpoint=On Breakpoint
CTL_Stopped=Paused
PROP_state=State
HINT_state=State
#DebuggerWindow
CTL_Debugger_Window=Debugger
#DebuggerViews - tooltips
CTL_Sessions_view=Sessions
CTL_Sessions_view_tooltip=Sessions View
CTL_Breakpoints_view=Breakpoints
CTL_Breakpoints_view_tooltip=Breakpoints View
CTL_Threads_view=Threads
CTL_Threads_view_tooltip=Threads View
CTL_Call_stack_view=Call Stack
CTL_Call_stack_view_tooltip=Call Stack View
CTL_Watches_view=Watches
CTL_Watches_view_tooltip=Watches View
CTL_Variables_view=Variables
CTL_Locals_view_tooltip=Variables View
CTL_Sources_view=Bronnen
CTL_Sources_view_tooltip=Sources View
CTL_Result_view=Evaluation Result
CTL_Result_view_tooltip=Evaluation Result View
# [PENDING] need various hints
#BreakpointContext
PROP_breakpoint_class_name=Klas Naam
HINT_breakpoint_class_name=Name of the class containing this breakpoint.
PROP_breakpoint_method_name=Method Name
HINT_breakpoint_method_name=Name of the method this breakpoint is set on, if applicable.
PROP_breakpoint_line_number=Regelnummer
HINT_breakpoint_line_number=The line number this breakpoint is set on, if applicable.
PROP_breakpoint_enabled=Geactiveerd
HINT_breakpoint_enabled=If True, this breakpoint is currently enabled.
PROP_breakpoint_valid=Valid
HINT_breakpoint_valid=If True, this breakpoint points to a valid position.
PROP_condition=Condition
HINT_condition=Determines whether the suspend and print actions will be performed.
CTL_Breakpoint=breakpoint
CTL_Breakpoint_not_valide=breakpoint [not valid]
#BreakpointsContext
CTL_Breakpoints_group_root=Breakpoints
PROP_breakpoint_group_name=Naam
HINT_breakpoint_group_name=Name of the breakpoint group
#CallStack
CTL_CallStack=Call Stack
#CallStackLine
PROP_call_stack_class_name=Klas Naam
HINT_call_stack_class_name=Class name
PROP_call_stack_method_name=Method Name
HINT_call_stack_method_name=Method name
PROP_call_stack_line_number=Regelnummer
HINT_call_stack_line_number=Line number
#DebuggerNode
VAL_NotRrunning=not running
VAL_Starting=starting
VAL_Running=running
VAL_Stopped=stopped at a breakpoint
CTL_Debugger=Debugger
HINT_Debugger=Represents all aspects of the debugger's current state and configuration.
PROP_debugger_state=Debugger State
HINT_debugger_state=Current status of the debugger.
#JavaDebuggerNode
PROP_show_messages=Show Messages
HINT_show_messages=Enable display of debugging information messages
PROP_show_in_editor=Show in Editor
HINT_show_in_editor=Show class where debugger is stopped in editor.
PROP_remote_debugging=Remote Debugging
HINT_remote_debugging=Remote debugging
PROP_total_memory=Total Memory
HINT_total_memory=Total memory
PROP_free_memory=Free Memory
HINT_free_memory=Free memory
PROP_source_path=Source Path
HINT_source_path=Source path
PROP_exception_catch_list=Catch List
HINT_exception_catch_list=Catch list
EXC_Debugger=Debugger exception
#Locals
CTL_Locals=Locals
#ThreadContext
PROP_thread_name=Naam
HINT_thread_name=Name of this thread.
PROP_thread_state=State
HINT_thread_state=Running state of this thread.
PROP_thread_class=Klasse
HINT_thread_class=Klasse
PROP_thread_method=Methode
HINT_thread_method=Methode
PROP_thread_line=Regelnummer
HINT_thread_line=Number of line
PROP_thread_stack_depth=Stack Depth
HINT_thread_stack_depth=Depth of stack
PROP_thread_frame_index=Frame Index
HINT_thread_frame_index=Frame index
PROP_thread_suspended=Suspended
HINT_thread_suspended=Suspended
CTL_Thread=Thread
#ThreadGroupContext
CTL_Thread_group=Thread Group
CTL_Thread_root=Threads
PROP_group_name=Naam
HINT_group_name=Name of thread group
#VariableContext
PROP_watch_name=Name of Variable
HINT_watch_name=Name of variable
CTL_NoSession=[No session]
CTL_NotInScope=[Not in scope]
CTL_NotInitialized=[Not initialized]
PROP_watch_type=Field Type
HINT_watch_type=Type of variable
PROP_watch_inner_type=Type
HINT_watch_inner_type=Type of value
PROP_watch_modifiers=Modifiers
HINT_watch_modifiers=Modifiers
PROP_watch_value=Waarde
HINT_watch_value=Value of variable
PROP_base_index=First Index
HINT_base_index=First index of the field to be displayed
PROP_displayed_length=Maximum Length
HINT_displayed_length=Maximum number of fields to be displayed
#WatchContext
PROP_watch_in_scope=Is in Scope
HINT_watch_in_scope=Is in scope
#WatchesContext
CTL_Watches_group_root=Watches
#CreateVariableAccessBreakpointAction
CTL_CreateVariableAccessBreakpoint=Create Variable Access Breakpoint
#CreateVariableModificationBreakpointAction
CTL_CreateVariableModificationBreakpoint=Create Variable Modification Breakpoint
#Variables
CTL_Variables_root=Variables
#CopyPasteSupport
CTL_Paste_breakpoint_menu_name=Plak
#AllInOne
CTL_All_in_one_view=All in One
CTL_Threads=Threads
PROP_session_name_column_name=Naam
HINT_session_name_column_name=Name used to identify the session.
PROP_session_state_column_name=State
HINT_session_state_column_name=Description of the current state of the session.
PROP_session_location_column_name=Hostname
HINT_session_location_column_name=Naam van de computer waar deze sessie uitgevoerd wordt
PROP_session_language_column_name=Language
HINT_session_language_column_name=Language
PROP_threads_column_name=Naam
HINT_threads_column_name=Name used to identify the thread.
PROP_threads_column_state=State
HINT_threads_column_state=Description of the current state of the thread.
PROP_threads_column_suspended=Suspended
HINT_threads_column_suspended=Suspended state
PROP_threads_column_class=Klasse
HINT_threads_column_class=Qualified name of the class that execution is within on the thread.
PROP_watches_column_name=Naam
HINT_watches_column_name=The name of watch.
PROP_watches_column_inner_type=Type
HINT_watches_column_inner_type=Type zoals het bekend is bij het uitvoerende systeem
PROP_watches_column_value=Waarde
HINT_watches_column_value=Current value of the watch.
PROP_watches_column_in_scope=Is In Scope
HINT_watches_column_in_scope=Is In Scope
PROP_breakpoints_column_name=Samenvatting
HINT_breakpoints_column_name=Samenvatting
PROP_breakpoints_column_enabled=Geactiveerd
HINT_breakpoints_column_enabled=Geactiveerd
PROP_breakpoints_column_valid=Valid
HINT_breakpoints_column_valid=Valid
PROP_breakpoints_column_suspend=Suspend
HINT_breakpoints_column_suspend=Suspend
PROP_callstack_column_name=Naam
HINT_callstack_column_name=Identifier of the function or method corresponding to the frame.
PROP_callstack_column_location=Locatie
HINT_callstack_column_location=File name and line number of the source code corresponding to the current instruction.
PROP_locals_column_name=Naam
HINT_locals_column_name=Name of the variable
PROP_locals_column_inner_type=Type
HINT_locals_column_inner_type=Type zoals het bekend is bij het uitvoerende systeem
PROP_locals_column_value=Waarde
HINT_locals_column_value=Current value of the variable.
PROP_allinone_column_name=Naam
HINT_allinone_column_name=Naam
#Variables View buttons
Hint_Show_Watches=Show watches inside Variables view
Hint_Show_Result=Show evaluator result inside Variables view
Hint_Create_New_Watch=Create new watch
# ViewModelListener
Tooltip_SelectSrc=Select source type