| ############################################################################### |
| # Copyright (c) 2000, 2013 IBM Corporation and others. |
| # |
| # This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # 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 |
| |