Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: fad012847c1a225cbc7c383970d9e02b40ca4de8 (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
###############################################################################
# Copyright (c) 2000, 2013 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
#     Pawel Piech - Wind River - adapted to use in Debug view
###############################################################################

Breadcrumb_NoActiveContext=No Active Context
LaunchView_ViewModeMenu_label=&Layout
DebugViewModeAction_Auto_label=&Automatic
DebugViewModeAction_Auto_tooltip=Automatic
DebugViewModeAction_Auto_description=Switch layout automatically when the view is resized
DebugViewModeAction_Full_label=&Tree
DebugViewModeAction_Full_tooltip=Tree
DebugViewModeAction_Full_description=Always show the tree viewer
DebugViewModeAction_Compact_label=&Breadcrumb
DebugViewModeAction_Compact_tooltip=Breadcrumb
DebugViewModeAction_Compact_description=Always show the breadcrumb viewer

BreadcrumbDropDownAutoExpandAction_label=Auto-&Expand Breadcrumb
BreadcrumbDropDownAutoExpandAction_tooltip=Auto-Expand Breadcrumb
BreadcrumbDropDownAutoExpandAction_description=In the breadcrumb drop-down, automatically expand elements to reveal full selection in view.

DebugToolBarAction_View_label=Show Debug &Toolbar
DebugToolBarAction_View_tooltip=Show Debug Toolbar
DebugToolBarAction_View_description=Show run control actions in Debug view toolbar

Back to the top