blob: 76dfd137a08fd7ec45efd90f083ad036b251f295 [file] [log] [blame]
######################################################################
# Copyright (c) 2000, 2002 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v0.5
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v05.html
#
# Contributors:
# IBM Corporation - Initial implementation
######################################################################
ConditionalBreakpointErrorDialog.Edit_the_condition_1=&Edit the condition:
ExceptionHandler.seeErrorLogMessage= See error log for more details.
ImageDescriptorRegistry.Allocating_image_for_wrong_display_1=Allocating image for wrong display
JavaDebugOptionsManager.An_exception_occurred_while_evaluating_the_condition_for_breakpoint__{0}__4=An exception occurred while evaluating the condition for breakpoint: {0}
JavaDebugOptionsManager.Conditional_breakpoint_compilation_failed_6=Conditional breakpoint compilation failed
JavaDebugOptionsManager.Conditional_breakpoint_evaluation_failed_3=Conditional breakpoint evaluation failed
JavaDebugOptionsManager.Errors_detected_compiling_the_condition_for_breakpoint_{0}_7=Errors detected compiling the condition for breakpoint {0}
JavaDebugPreferencePage.description=General settings for Java Debugging.
JavaDebugPreferencePage.Alert_me_when_hot_code_replace_fails_1=Show error when hot code replace &fails
JavaDebugPreferencePage.Alert_me_when_hot_code_replace_is_not_supported_1=Show error when hot code replace is not &supported
JavaDebugPreferencePage.Alert_me_when_obsolete_methods_remain_1=Show error when &obsolete methods remain after hot code replace
JavaDebugPreferencePage.Display_&hexadecimal_values_(byte,_short,_char,_int,_long)_3=Display &hexadecimal values (byte, short, char, int, long)
JavaDebugPreferencePage.Display_&unsigned_values_(byte)_5=Display &unsigned values (byte)
JavaDebugPreferencePage.Display_ASCII_&character_values_(byte,_short,_int,_long)_4=Display ASCII &character values (byte, short, int, long)
JavaDebugPreferencePage.Hot_Code_Replace_2=Hot Code Replace
JavaDebugPreferencePage.Primitive_type_display_options_2=Primitive type display options
JavaDebugPreferencePage.Suspend_&execution_on_uncaught_exceptions_1=Suspend &execution on uncaught exceptions
JavaDebugPreferencePage.Suspend_Execution_1=Suspend Execution
JavaDebugPreferencePage.Suspend_execution_on_co&mpilation_errors_1=Suspend execution on co&mpilation errors
JavaDebugPreferencePage.Opened_View_Default_Settings_1=Opened View Default Settings
JavaDebugPreferencePage.Show_&qualified_names_2=Show &qualified names
JavaDebugPreferencePage.Show_&final_fields_3=Show &final fields
JavaDebugPreferencePage.&Show_static_fields_4=&Show static fields
JavaDebugPreferencePage.Value_must_be_a_valid_integer_greater_than_{0}_ms_1=Value must be a valid integer greater than {0} ms
JavaDebugPreferencePage.Replace_classfiles_containing_compilation_errors_1=Replace &classfiles containing compilation errors
JavaDebugPreferencePage.Communication_1=Communication
JavaDebugPreferencePage.Debugger_&timeout__2=Debugger &timeout (ms):
JavaDebugPreferencePage.&Launch_timeout_(ms)__1=&Launch timeout (ms):
JavaStepFilterPreferencePage.Filter_co&nstructors_19=Filter co&nstructors
JavaStepFilterPreferencePage.Filter_s&ynthetic_methods_(requires_VM_support)_17=Filter s&ynthetic methods (requires VM support)
JavaStepFilterPreferencePage.Filter_static_&initializers_18=Filter static &initializers
JavaStepFilterPreferencePage.description=Options for Step Filtering.
JavaStepFilterPreferencePage.Use_&step_filters_7=Apply &step filters to \"Step Into\" actions when debugging
JavaStepFilterPreferencePage.Remove_all_selected_step_filters_16=Remove All Selected Step Filters
JavaStepFilterPreferencePage.Select_a_package_to_filter_when_stepping_27=&Select a package to filter when stepping
JavaStepFilterPreferencePage.Select_a_type_to_filter_when_stepping_23=&Select a class to filter when stepping
JavaStepFilterPreferencePage.&Remove_15=&Remove
JavaStepFilterPreferencePage.Add_&Filter_9=Add &Filter
JavaStepFilterPreferencePage.Add_&Package..._13=Add &Packages...
JavaStepFilterPreferencePage.Add_&Type..._11=Add &Class...
JavaStepFilterPreferencePage.Add_package_to_step_filters_24=Add Packages to Step Filters
JavaStepFilterPreferencePage.Add_type_to_step_filters_20=Add Class to Step Filters
JavaStepFilterPreferencePage.Choose_a_Java_type_and_add_it_to_step_filters_12=Choose a Java Type and Add It to Step Filters
JavaStepFilterPreferencePage.Choose_a_package_and_add_it_to_step_filters_14=Choose Package(s) to Add to Step Filters
JavaStepFilterPreferencePage.Could_not_open_package_selection_dialog_for_step_filters_25=Could not open package selection dialog for step filters
JavaStepFilterPreferencePage.Could_not_open_type_selection_dialog_for_step_filters_21=Could not open type selection dialog for step filters
JavaStepFilterPreferencePage.Defined_step_fi&lters__8=Defined step fi&lters:
JavaStepFilterPreferencePage.Invalid_step_filter._Return_to_continue;_escape_to_exit._1=\ Invalid step filter. Return to continue; escape to exit.
JavaStepFilterPreferencePage.Key_in_the_name_of_a_new_step_filter_10=Key in the Name of a New Step Filter
JavaStepFilterPreferencePage.&Enable_All_1=&Enable All
JavaStepFilterPreferencePage.Enables_all_step_filters_2=Enables all step filters
JavaStepFilterPreferencePage.Disa&ble_All_3=Disa&ble All
JavaStepFilterPreferencePage.Disables_all_step_filters_4=Disables all step filters
JDIDebugUIPlugin.{0}_contains_obsolete_methods_1={0} contains obsolete methods.
JDIDebugUIPlugin.{0}_was_unable_to_replace_the_running_code_with_the_code_in_the_workspace._2={0} was unable to replace the running code with the code in the workspace.
JDIDebugUIPlugin.Always_alert_me_of_hot_code_replace_failure_1=Show error &when hot code replace fails
JDIDebugUIPlugin.Always_alert_me_of_obsolete_methods_1=Show error &when obsolete methods remain
JDIDebugUIPlugin.Error_1=Error
JDIDebugUIPlugin.Hot_code_replace_failed_1=Hot code replace failed
JDIDebugUIPlugin.Internal_Error_1=Internal Error
JDIDebugUIPlugin.Obsolete_methods_remain_1=Obsolete methods on the stack
JDIDebugUIPlugin.Stepping_may_be_hazardous_1=The virtual machine was unable to remove all stack frames running old code from the call stack. The virtual machine is not supplying the debugger with valid data for those frames. Stepping into these obsolete frames may be hazardous to the target virtual machine.
JDIDebugUIPlugin.The_target_VM_does_not_support_hot_code_replace_1=The target VM does not support hot code replace
JDIDebugUIPlugin.Always_alert_me_when_hot_code_replace_is_not_supported_1=Show error &when hot code replace is not supported
JDIModelPresentation.(No_explicit_return_value)_30=(No explicit return value)
JDIModelPresentation.[conditional]_2=[conditional]
JDIModelPresentation._(may_be_out_of_synch)_2=\ (may be out of synch)
JDIModelPresentation._(out_of_synch)_1=\ (out of synch)
JDIModelPresentation._[scoped]_1=\ [scoped]
JDIModelPresentation.{1}__{0}_63={1}: {0}
JDIModelPresentation.{1}__{0}_73={1}: {0}
JDIModelPresentation.<disconnected>_4=<disconnected>
JDIModelPresentation.<not_responding>_6=<not responding>
JDIModelPresentation.<garbage_collected_object>_6=<garbage collected object>
JDIModelPresentation.<obsolete_method_in__1=<obsolete method in
JDIModelPresentation.<terminated>_2=<terminated>
JDIModelPresentation.<unknown>_80=<unknown>
JDIModelPresentation.access_71=access
JDIModelPresentation.access_and_modification_70=access and modification
JDIModelPresentation.caught_61=caught
JDIModelPresentation.caught_and_uncaught_60=caught and uncaught
JDIModelPresentation.Compilation_error_1=Compilation error
JDIModelPresentation.entry_and_exit=\ [entry and exit]
JDIModelPresentation.entry=\ [entry]
JDIModelPresentation.exit=\ [exit]
JDIModelPresentation.hit_count__67=hit count:
JDIModelPresentation.line__65=line:
JDIModelPresentation.line__76=line:
JDIModelPresentation.local_variables_unavailable=[local variables unavailable]
JDIModelPresentation.modification_72=modification
JDIModelPresentation.native_method=[native method]
JDIModelPresentation.not_available=not available
JDIModelPresentation.null_78=null
JDIModelPresentation.Suspend_VM=[Suspend VM]
JDIModelPresentation.System_Thread_[({0}]_(Terminated)_7=System Thread [({0}] (Terminated)
JDIModelPresentation.System_Thread_[{0}]_(Evaluating)_9=System Thread [{0}] (Evaluating)
JDIModelPresentation.System_Thread_[{0}]_(Running)_11=System Thread [{0}] (Running)
JDIModelPresentation.System_Thread_[{0}]_(Stepping)_9=System Thread [{0}] (Stepping)
JDIModelPresentation.System_Thread_[{0}]_(Suspended)_27=System Thread [{0}] (Suspended)
JDIModelPresentation.System_Thread_[{0}]_(Suspended_({1}))_2=System Thread [{0}] (Suspended ({1}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(access_of_field_{1}_in_{2}))_16=System Thread [{0}] (Suspended (access of field {1} in {2}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(breakpoint_at_line_{1}_in_{2}))_24=System Thread [{0}] (Suspended (breakpoint at line {1} in {2}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(entry_into_method_{1}_in_{2}))_21=System Thread [{0}] (Suspended (entry into method {1} in {2}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(exception_{1}))_13=System Thread [{0}] (Suspended (exception {1}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(exit_of_method_{1}_in_{2}))_21=System Thread [{0}] (Suspended (exit of method {1} in {2}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(modification_of_field_{1}_in_{2}))_18=System Thread [{0}] (Suspended (modification of field {1} in {2}))
JDIModelPresentation.System_Thread_[{0}]_(Suspended_(run_to_line_{1}_in_{2}))_23=System Thread [{0}] (Suspended (run to line {1} in {2}))
JDIModelPresentation.target_suspended=\ (Suspended)
JDIModelPresentation.Thread_[({0}]_(Terminated)_8=Thread [({0}] (Terminated)
JDIModelPresentation.Thread_[{0}]_(Evaluating)_10=Thread [{0}] (Evaluating)
JDIModelPresentation.Thread_[{0}]_(Running)_12=Thread [{0}] (Running)
JDIModelPresentation.Thread_[{0}]_(Stepping)_10=Thread [{0}] (Stepping)
JDIModelPresentation.Thread_[{0}]_(Suspended)_28=Thread [{0}] (Suspended)
JDIModelPresentation.Thread_[{0}]_(Suspended_({1}))_3=Thread [{0}] (Suspended ({1}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(access_of_field_{1}_in_{2}))_17=Thread [{0}] (Suspended (access of field {1} in {2}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(breakpoint_at_line_{1}_in_{2}))_26=Thread [{0}] (Suspended (breakpoint at line {1} in {2}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(entry_into_method_{1}_in_{2}))_22=Thread [{0}] (Suspended (entry into method {1} in {2}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(exception_{1}))_14=Thread [{0}] (Suspended (exception {1}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(exit_of_method_{1}_in_{2}))_22=Thread [{0}] (Suspended (exit of method {1} in {2}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(modification_of_field_{1}_in_{2}))_19=Thread [{0}] (Suspended (modification of field {1} in {2}))
JDIModelPresentation.Thread_[{0}]_(Suspended_(run_to_line_{1}_in_{2}))_25=Thread [{0}] (Suspended (run to line {1} in {2}))
JDIModelPresentation.thread_filtered=[thread filtered]
JDIModelPresentation.uncaught_62=uncaught
JDIModelPresentation.no_suspended_threads_1=[toString() unavailable - no suspended threads]
JDIModelPresentation.thread_not_suspended_2=[toString() unavailable - thread not suspended]
JDIModelPresentation.evaluation_in_progress_3=[toString() unavailable - evaluation in progress]
JDIModelPresentation.thread_must_be_suspended_by_breakpoint_or_step_1=[toString() unavailable - thread must be suspended by breakpoint or step]
JavaDebugAppearancePreferencePage.Appearance_settings_for_Java_Debugging_1=Appearance settings for Java Debugging
JDIDebugUIPlugin.An_error_occurred_retrieving_a_VMInstallType_page_1=An error occurred retrieving a VMInstallType page
SuspendTimeoutHandler.suspend=Suspend
SuspendTimeoutHandler.timeout_occurred=A timeout occurred while retrieving stack frames for thread: {0}.
JDIDebugUIPlugin.Searching_1=Searching
JDIModelPresentation<unknown_name>_1=<unknown name>
JDIModelPresentation<unknown_type>_2=<unknown type>
JDIModelPresentation<unknown_value>_3=<unknown value>
JDIModelPresentation<unknown_declaring_type>_4=<unknown declaring type>
JDIModelPresentation<unknown_receiving_type>_5=<unknown receiving type>
JDIModelPresentation<unknown_method_name>_6=<unknown method name>
JDIModelPresentation(<unknown_arguements>)_7=(<unknown arguments>)
JDIModelPresentation_<unknown_line_number>_8=\ <unknown line number>
JDIModelPresentation.instance_1=[instance={0}]
NoLineNumberAttributesStatusHandler.Java_Breakpoint_1=Java Breakpoint
NoLineNumberAttributesStatusHandler.Attempting_to_install_a_breakpoint_in_the_type_{0}_that_has_no_line_number_attributes.__The_breakpoint_cannot_be_installed.__Class_files_must_be_generated_with_the_line_number_attributes._2=Attempting to install a breakpoint in the type {0} that has no line number attributes. The breakpoint cannot be installed. Class files must be generated with the line number attributes.
JavaDetailFormattersPreferencePage.Management_of_detail_formatters._3=Management of detail formatters.
JavaDetailFormattersPreferencePage.Defined_&types__4=Defined &types:
JavaDetailFormattersPreferencePage.Add_&Formatter..._5=Add &Formatter...
JavaDetailFormattersPreferencePage.Allow_you_to_create_a_new_detail_formatter_6=Allow you to create a new detail formatter
JavaDetailFormattersPreferencePage.&Remove_7=&Remove
JavaDetailFormattersPreferencePage.Remove_all_selected_detail_formatters_8=Remove all selected detail formatters
JavaDetailFormattersPreferencePage.&Edit..._9=&Edit...
JavaDetailFormattersPreferencePage.Edit_the_selected_detail_formatter_10=Edit the selected detail formatter
DetailFormatterDialog.Qualified_type_&name__2=Qualified type &name:
DetailFormatterDialog.Qualified_type_name_must_not_be_empty._3=Qualified type name must not be empty.
DetailFormatterDialog.Select_&type_4=Select &Type...
DetailFormatterDialog.Associated_&code__5=Associated &code:
DetailFormatterDialog.Select_type_6=Select_type
DetailFormatterDialog.Could_not_open_type_selection_dialog_for_detail_formatters_7=Could not open type selection dialog for detail formatters
DetailFormatterDialog.Select_type_8=Select_type
DetailFormatterDialog.Select_a_type_to_format_when_displaying_its_detail_9=Select a type to format when displaying its detail
DetailFormatterDialog.Edit_Detail_Formatter_1=Edit Detail Formatter
DetailFormatterDialog.Add_Detail_Formatter_2=Add Detail Formatter
DetailFormatterDialog.Associated_code_must_not_be_empty_3=Associated code must not be empty
No_type_with_the_given_name_found_in_the_workspace._1=No type with the given name found in the workspace.