Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 90644607d1e3e4ec48caadf4ef7f085a79edc7dc (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
###############################################################################
# Copyright (c) 2000, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#     IBM Corporation - initial API and implementation
#     vogella GmbH - Bug 287303 - [patch] Add Word Wrap action to Console View
###############################################################################

AbstractConsole_0=Exception occurred during console property change notification.

ConsoleDropDownAction_0=Select Console
ConsoleDropDownAction_1=Display Selected Console

ConsoleManager_0=An exception occurred during console notification
ConsoleManager_consoleContentChangeJob=Console content change

ConsoleView_0=No consoles to display at this time.

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

ScrollLockAction_0=&Scroll Lock
ScrollLockAction_1=Scroll Lock
WordWrapAction_0=&Word Wrap
WordWrapAction_1=Word Wrap
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

TextConsolePage_SelectAllDescrip=Select All
TextConsolePage_SelectAllText=Select &All
TextConsolePage_CutText=C&ut
TextConsolePage_CutDescrip=Cut
TextConsolePage_CopyText=&Copy
TextConsolePage_CopyDescrip=Copy
TextConsolePage_PasteText=&Paste
TextConsolePage_PasteDescrip=Paste
PatternMatchListenerExtension_3=Console Pattern Match Listener
PatternMatchListenerExtension_4=contributed by
PatternMatchListenerExtension_5=is missing required enablement expression and will be removed
UpdatingConsoleState=Updating console state

Back to the top