Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1b67ae0d06857676c76f2d31ea6d8c11e82bfb87 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

AbstractConsole.0=Exception occurred during console property change notification.

ConsoleDropDownAction.0=Select Console
ConsoleDropDownAction.1=Display Selected Console
ConsoleViewConsoleFactory.0=Console View \#

ConsoleManager.0=An exception occurred during console notification

ConsoleView.0=Console


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

MessageConsolePage.&Copy@Ctrl+C_6=&Copy@Ctrl+C
MessageConsolePage.Copy_7=Copy
MessageConsolePage.Select_&All@Ctrl+A_12=Select &All@Ctrl+A
MessageConsolePage.Select_All=Select All

MessageConsolePartitioner.2=Low water mark must be less than high water mark.
MessageConsolePartitioner.3=Low water mark must be greater than or equal to 1000.

PinConsoleAction.0=Pi&n Console
PinConsoleAction.1=Pin Console

ClearOutputAction.title=Clea&r
ClearOutputAction.toolTipText=Clear Console

TextViewerGotoLineAction.Enter_line_number__8=Enter line number (1...{0}):
TextViewerGotoLineAction.Exceptions_occurred_attempt_to_go_to_line_2=Exceptions occurred attempt to go to line
TextViewerGotoLineAction.Go_to_&Line...@Ctrl+L_4=Go to &Line...@Ctrl+L
TextViewerGotoLineAction.Go_To_Line_1=Go to Line
TextViewerGotoLineAction.Line_number_out_of_range_1=Line number out of range
TextViewerGotoLineAction.Not_a_number_2=Not a number

IOConsolePage.0=Select &All@Ctrl+A
IOConsolePage.1=Select All
IOConsolePage.10=Paste
IOConsolePage.11=Paste
IOConsolePage.2=Select All
IOConsolePage.3=Cut
IOConsolePage.4=Cut
IOConsolePage.5=Cut
IOConsolePage.6=Copy
IOConsolePage.7=Copy
IOConsolePage.8=Copy
IOConsolePage.9=Paste
ScrollLockAction.0=Scroll Lock
ScrollLockAction.1=Scroll Lock
FollowHyperlinkAction.0=&Open Link
FollowHyperlinkAction.1=Follow the selected hyperlink
OpenConsoleAction.0=Open Console
OpenConsoleAction.1=Open Console
CloseConsoleAction.0=&Close Console
CloseConsoleAction.1=Close Console

Back to the top