Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fc9c4b2d08fa92c770d19ab401c1b7327750a85d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
######################################################################
# 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
######################################################################

find_replace_action.label=&Find/Replace...@Ctrl+F
find_replace_action.tooltip=Find/Replace
find_replace_action.image=
find_replace_action.description=Find/Replace

ConsoleView.&Copy@Ctrl+C_6=&Copy@Ctrl+C
ConsoleView.&Paste@Ctrl+V_9=&Paste@Ctrl+V
ConsoleView.Console_1=Console
ConsoleView.Copy_7=Copy
ConsoleView.Cu&t@Ctrl+X_3=Cu&t@Ctrl+X
ConsoleView.Cut_4=Cut
ConsoleView.Paste_10=Paste
ConsoleView.Paste_Clipboard_Text_11=Paste Clipboard Text
ConsoleView.Select_&All@Ctrl+A_12=Select &All@Ctrl+A
ConsoleView.Select_All=Select All

LaunchView.Error_1=Error
LaunchView.Exception_occurred_opening_editor_for_debugger._2=Exception occurred opening editor for debugger.
LaunchView.Terminate_and_Remove_1=Terminate and Remove
LaunchView.Terminate_and_remove_selected__2=Terminate and remove selected?
LaunchView.Exceptions_occurred_attempting_to_terminate_and_remove_3=Exceptions occurred attempting to terminate and remove
LaunchView.Terminate_and_Remove_4=Terminate and Remove
LaunchView.Terminate_and_remove_failed_5=Terminate and remove failed

VariablesView.&Copy_8=&Copy
VariablesView.&Paste_14=&Paste
VariablesView.<error_occurred_retrieving_value>_18=<error occurred retrieving value>
VariablesView.Co&ntent_Assist_3=Co&ntent Assist
VariablesView.Cu&t_11=Cu&t
VariablesView.Error_1=Error
VariablesView.Select_&All_5=Select &All
VariablesView.Unable_to_configure_variable_details_area._2=Unable to configure variable details area.

SourceNotFoundEditorInput.Source_Not_Found_1=Source Not Found
SourceNotFoundEditorInput.Source_not_found_for_{0}_2=Source not found for {0}

ConsoleDocumentManager.Invalid_extension_{0}_-_class_must_be_an_instance_of_IConsoleDocumentContentProvider._1=Invalid extension {0} - class must be an instance of IConsoleDocumentContentProvider.
ConsoleDocumentManager.Invalid_extension=Invalid extension {0} - class must be an instance of IConsoleLineTracker

Back to the top