1###############################################################################
2# Copyright (c) 2000, 2018 IBM Corporation and others.
3#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
6# which accompanies this distribution, and is available at
7# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
10#
11# Contributors:
12#     IBM Corporation - initial API and implementation
13###############################################################################
14
15BreakpointAction_Breakpoint_configuration_1=Breakpoint configuration
16BreakpointAction_Exceptions_occurred_attempting_to_modify_breakpoint__2=Exceptions occurred attempting to modify breakpoint.
17
18BreakpointHitCountAction__Enter_the_new_hit_count_for_the_breakpoint__3=&Enter the new hit count for the breakpoint:
19BreakpointHitCountAction_Enable_Hit_Count_1=Enable &Hit Count
20BreakpointHitCountAction_Set_Breakpoint_Hit_Count_2=Set Breakpoint Hit Count
21BreakpointHitCountAction_Value_must_be_positive_integer=Hit count must be a positive integer
22
23BreakpointSuspendPolicy_Suspend__Thread_2=&Suspend Thread
24BreakpointSuspendPolicy_Suspend__VM_1=&Suspend VM
25
26DisplayAction_no_result_value=(No explicit return value)
27DisplayAction_result_pattern={0} {1}
28DisplayAction_type_name_pattern=\ ({0})
29
30Evaluate_error_message_direct_exception=An exception occurred: {0}
31Evaluate_error_message_exception_pattern={0} - {1}
32Evaluate_error_message_src_context=Unable to evaluate the selected expression:\n\nTo perform an evaluation, an expression must be compiled in the context of a Java project's build path. The current execution context is not associated with a Java project in the workspace.
33Evaluate_error_message_stack_frame_context=A stack frame must be selected to provide a context for an evaluation.
34Evaluate_error_message_wrapped_exception=An exception occurred: {0}
35Evaluate_error_problem_append_pattern={0}\n{1}
36Evaluate_error_title_eval_problems=Error Evaluating
37EvaluateAction_Cannot_open_Display_view=Unable to open Debug Shell view
38EvaluateAction__evaluation_failed__1=(evaluation failed)
39EvaluateAction__evaluation_failed__Reason=Evaluation failed. Reason(s):\n{0}
40EvaluateAction_Thread_not_suspended___unable_to_perform_evaluation__1=Thread not suspended - unable to perform evaluation.
41EvaluateAction_Cannot_perform_nested_evaluations__1=Cannot perform nested evaluations.
42
43JavaBreakpointPropertiesRulerAction_0=Double Click
44JavaBreakpointPropertiesRulerAction_Breakpoint__Properties_1=Breakpoint P&roperties...
45
46MoveDownAction_M_ove_Down_1=&Down
47MoveUpAction_Move_U_p_1=U&p
48RemoveAction__Remove_1=Re&move
49
50AddProjectAction_Add_Project_1=Add Project&s...
51AddProjectAction_Project_Selection_2=Project Selection
52ProjectSelectionDialog_Add_exported_entries_of_selected_projects__1=&Add exported entries of selected projects.
53ProjectSelectionDialog_Add_required_projects_of_selected_projects__2=Add &required projects of selected projects.
54
55AddJarAction_Add__JARs_1=Add &JARs...
56
57AddExternalJar_Add_E_xternal_JARs_1=Add E&xternal JARs...
58AddExternalJarAction_error_box_title=External Archive Error
59AddExternalJarAction_error_box_message=The selected external archive:\n\n{0} \n\nis unavailable or does not exist.
60AddExternalJar_Jar_Selection_3=Jar Selection
61
62AddFolderAction_Add__Folders_1=Add F&olders
63AddFolderAction_Folder_Selection_4=Folder Selection
64AddFolderAction_Choose_folders_to_add__5=&Choose folders to add:
65AddExternalFolderAction_Add_External_Folder_1=Add &External Folder
66AddExternalFolderAction_Folder_Selection_3=Folder Selection
67
68AddVariableAction_Add_Variables_1=Add Classpath Var&iables
69
70AttachSourceAction_2=Attac&h Source
71AttachSourceAction_3=Attac&h Source...
72
73AddAdvancedAction_Ad_vanced____1=&Advanced...
74
75TerminateEvaluationActionTerminate_Evaluation_1=Terminate Evaluation
76TerminateEvaluationActionAttempts_to_terminate_an_evaluation_can_only_stop_a_series_of_statements__The_currently_executing_statement__such_as_a_method_invocation__cannot_be_interrupted__2=Attempts to terminate an evaluation can only stop a series of statements. The currently executing statement (such as a method invocation) cannot be interrupted.
77
78InstanceFiltersAction_0=Instance Filter Breakpoint
79InstanceFiltersAction_1=&Restrict selected breakpoint(s) to object \"{0}":
80InstanceFiltersAction_2=Instance Filter Breakpoint Selection
81InstanceFiltersAction_3=Breakpoint: {0}\nis already restricted to an other object.\nDo you want to set the restriction to object \"{1}\"?
82InstanceFiltersAction_4=There are no breakpoints applicable to the selected Java object.
83InstanceFiltersAction_Yes_2=Yes
84InstanceFiltersAction_Cancel_3=Cancel
85
86RestoreDefaultEntriesAction_0=R&estore Default Entries
87
88StepIntoSelectionHandler_Execution_did_not_enter____0____before_the_current_method_returned__1=Execution did not enter \"{0}\" before the current method returned.
89
90StepIntoSelectionActionDelegate_Step_into_selection_only_available_in_top_stack_frame__3=Step into selection only available in top stack frame.
91StepIntoSelectionActionDelegate_4=An exception occurred attempting to run to the selected line.
92
93ObjectActionDelegate_Unable_to_display_type_hierarchy__The_selected_source_element_is_not_contained_in_the_workspace__1=Unable to display type hierarchy. The selected source element is not contained in the workspace.
94BreakpointLocationVerifierJob_breakpoint_location=Breakpoint location validation
95BreakpointLocationVerifierJob_not_valid_location=Breakpoint cannot be set at the given position
96BreakpointLocationVerifierJob_breakpoint_set=Breakpoint set
97BreakpointLocationVerifierJob_0=A breakpoint already exists at the next valid location -- line {0}
98ManageMethodBreakpointActionDelegate_methodNonAvailable=Cannot create method breakpoint, method signature not available.
99BreakpointLocationVerifierJob_breakpointRemoved=Breakpoint removed.
100BreakpointLocationVerifierJob_breakpointMovedToValidPosition=The breakpoint has been moved to a valid position.
101BreakpointLocationVerifierJob_breakpointSetToRightType=The breakpoint has been set to the right type.
102PopupDisplayAction_2=Move to Debug Shell view
103
104ToggleBreakpointAdapter_9=Selection does not contain a method
105ToggleBreakpointAdapter_10=Selection does not contain a field
106ToggleBreakpointAdapter_6=Cannot set a breakpoint on an unimplemented interface method
107ToggleBreakpointAdapter_5=You cannot set watchpoints in interfaces.
108ToggleBreakpointAdapter_4=The current editor selection does not contain a valid method declaration.
109ToggleBreakpointAdapter_3=A breakpoint cannot be set at the selected editor location.
110ToggleBreakpointAdapter_2=The current editor selection does not contain a valid field declaration.
111ToggleBreakpointAdapter_1=You cannot set class load breakpoints on interfaces.
112ToggleBreakpointAdapter_0=A class load breakpoint cannot be set at the selected editor location.
113ToggleBreakpointAdapter_confirmDeleteTitle=Confirm Conditional Breakpoint Delete
114ToggleBreakpointAdapter_confirmDeleteMessage=Are you sure you want to delete this conditional breakpoint?
115ToggleBreakpointAdapter_confirmDeleteShowAgain=Do not show this &message again
116ToggleBreakpointAdapter_ErrorTitle=Operation
117ToggleBreakpointAdapter_ErrorMessage=The chosen operation is not available.
118StepIntoSelectionHandler_1=Step into selection
119StepIntoSelectionHandler_2=OK
120StepIntoSelectionHyperlinkDetector_0=Step Into
121AddLibraryAction_0=Add &Library
122ShowStratumAction_0=Default
123JavaVariableValueEditor_0=Error Changing Value
124JavaVariableValueEditor_1=An exception occurred attempting to access variable.
125JavaObjectValueEditor_0=Evaluation was interrupted and did not complete.
126JavaObjectValueEditor_3=Invalid Type
127JavaPrimitiveValueEditor_0=Change Primitive Value
128JavaPrimitiveValueEditor_1=Enter a new value for {0}:
129JavaPrimitiveValueEditor_2=Error Changing Value
130JavaPrimitiveValueEditor_3=An exception occurred attempting to change the variable value.
131JavaPrimitiveValueEditor_4=Input must be a valid {0}.
132ExpressionInputDialog_0=&Enter an expression for {0}. Valid expressions can be either a single expression (e.g. "new Object()") or a series of statements that return a value.
133ExpressionInputDialog_1=Input an expression.
134ExpressionInputDialog_2=Change Object Value
135ExpressionInputDialog_3=variable
136StringValueInputDialog_0=&Enter a new string value:
137StringValueInputDialog_1=Input &literal text
138StringValueInputDialog_2=&Input an evaluation
139StringValueInputDialog_4=&Word wrap
140OpenFromClipboardAction_ElementToOpen=&Clipboard content could not be opened, refine it and try again:
141OpenFromClipboardAction_OpenFromClipboard=Open from Clipboard
142OpenFromClipboardAction_OpeningFromClipboard=Opening from Clipboard...
143OpenFromClipboardAction_SelectOrEnterTheElementToOpen=Select or enter the element to open:
144OpenTypeAction_2=Unable to display the selected type.
145EditClasspathEntryAction_0=Ed&it...
146ProjectSelectionDialog_0=Choose &project(s) to add:
147TracepointToggleAction_Unavailable=The operation is unavailable on the current selection.
148Override_Dependencies_title=Override Dependencies
149Override_Dependencies_button=&Override
150Override_Dependencies_button1=&Override Dependencies...
151Override_Dependencies_label1=Dependencies derived from the Java Build Path:
152Override_Dependencies_label2=Dependencies for launching: