Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties')
-rw-r--r--core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties105
1 files changed, 0 insertions, 105 deletions
diff --git a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties b/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties
deleted file mode 100644
index fd87439f7a6..00000000000
--- a/core/org.eclipse.cdt.ui/browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties
+++ /dev/null
@@ -1,105 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2005 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
-# QNX Software Systems - adapted for use in CDT
-###############################################################################
-
-EnableMemberFilterAction.label=Members in Hierarchy
-EnableMemberFilterAction.tooltip=Lock View and Show Members in Hierarchy
-EnableMemberFilterAction.description=Lock view and show members in hierarchy
-
-ToggleOrientationAction.horizontal.label=Horizontal View Orientation
-ToggleOrientationAction.horizontal.tooltip=Horizontal View Orientation
-ToggleOrientationAction.horizontal.description=Horizontal View Orientation
-
-ToggleOrientationAction.vertical.label=Vertical View Orientation
-ToggleOrientationAction.vertical.tooltip=Vertical View Orientation
-ToggleOrientationAction.vertical.description=Vertical View Orientation
-
-ToggleOrientationAction.automatic.label=Automatic View Orientation
-ToggleOrientationAction.automatic.tooltip=Automatic View Orientation
-ToggleOrientationAction.automatic.description=Automatic View Orientation
-
-ToggleOrientationAction.single.label=Hierarchy View Only
-ToggleOrientationAction.single.tooltip=Hierarchy View Only
-ToggleOrientationAction.single.description=Hierarchy View Only
-
-FocusOnSelectionAction.label=Fo&cus On ''{0}''
-FocusOnSelectionAction.tooltip=Focus the Type Hierarchy on the Selected Element
-FocusOnSelectionAction.description=Focus the Type Hierarchy on the selected element
-
-FocusOnTypeAction.label=&Focus On...
-FocusOnTypeAction.tooltip=Focus the Type Hierarchy on a New Type
-FocusOnTypeAction.description=Focus the Type Hierarchy on a new type
-FocusOnTypeAction.dialog.title=Focus On Type
-FocusOnTypeAction.dialog.message=&Select the type to be shown in the Type Hierarchy view:
-
-HistoryDropDownAction.tooltip=Previous Type Hierarchies
-
-HistoryAction.description=Open ''{0}'' in Hierarchy
-HistoryAction.tooltip=Open ''{0}'' in Hierarchy
-
-HistoryListDialog.title=Type Hierarchy History
-HistoryListDialog.label=&Select the element to open in the type hierarchy:
-HistoryListDialog.remove.button=&Remove
-
-HistoryListAction.label=More...
-
-ShowInheritedMembersAction.label=All Inherited Members
-ShowInheritedMembersAction.tooltip=Show All Inherited Members
-ShowInheritedMembersAction.description=Show all inherited members
-
-ShowQualifiedTypeNamesAction.label=Show Qualified Type Names
-ShowQualifiedTypeNamesAction.tooltip=Show Qualified Type Names
-ShowQualifiedTypeNamesAction.description=Show qualified type names
-
-SortByDefiningTypeAction.label=Sort by the Defining Type
-SortByDefiningTypeAction.tooltip=Sort Methods by the Defining Type
-SortByDefiningTypeAction.description=Sort methods by the defining type
-
-SubTypeHierarchyViewer.title=Hierarchy
-SubTypeHierarchyViewer.filtered.title=Hierarchy
-
-SuperTypeHierarchyViewer.title=Hierarchy
-SuperTypeHierarchyViewer.filtered.title=Hierarchy
-
-TraditionalHierarchyViewer.title=Hierarchy
-TraditionalHierarchyViewer.filtered.title=Hierarchy
-
-TypeHierarchyViewPart.error.title=Open Type Hierarchy
-TypeHierarchyViewPart.error.message=The selected element only exists in the editor. To perform this operation you have to save the editor first.
-TypeHierarchyViewPart.empty=To display the type hierarchy, select a structure or class (for example in the outline view or in the editor), and select the \'Open Type Hierarchy\' menu option.
-TypeHierarchyViewPart.nodecl=No declarations of selected members\nin the chosen hierarchy of ''{0}''
-TypeHierarchyViewPart.exception.title=Type Hierarchy
-TypeHierarchyViewPart.exception.message=Creating hierarchy failed. Check log for details.
-
-TypeHierarchyViewPart.title={0} : {1}
-TypeHierarchyViewPart.tooltip={0} of ''{1}''
-
-TypeHierarchyViewPart.layout.submenu=&Layout
-
-OpenTypeInHierarchyDialog.title=Open Type In Hierarchy
-OpenTypeInHierarchyDialog.message=&Choose a type (? = any character, * = any string):
-
-ToggleViewAction.subtypes.label=Subtype Hierarchy
-ToggleViewAction.subtypes.tooltip=Show the Subtype Hierarchy
-ToggleViewAction.subtypes.description=Show the subtype hierarchy
-
-ToggleViewAction.supertypes.label=Supertype Hierarchy
-ToggleViewAction.supertypes.tooltip=Show the Supertype Hierarchy
-ToggleViewAction.supertypes.description=Show the supertype hierarchy
-
-ToggleViewAction.vajhierarchy.label=Type Hierarchy
-ToggleViewAction.vajhierarchy.tooltip=Show the Type Hierarchy
-ToggleViewAction.vajhierarchy.description=Show the type hierarchy
-
-HierarchyInformationControl.methodhierarchy.label=Types implementing or defining ''{0}.{1}''
-HierarchyInformationControl.hierarchy.label=Type hierarchy of ''{0}'':
-HierarchyInformationControl.toggle.traditionalhierarchy.label=Press ''{0}'' to see the Subtype hierarchy
-HierarchyInformationControl.toggle.superhierarchy.label=Press ''{0}'' to see the Supertype hierarchy

Back to the top