Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a6c0ba09e8378abc2d0b849be24bfa1ed863050b (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
##################################################################################
# Copyright (c) 2011 Wind River Systems, Inc. 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:
# Wind River Systems - initial API and implementation
##################################################################################

pluginName = Target Explorer View
providerName = Eclipse.org

# ***** Extension Points *****

ExtensionPoint.editorPages.name=Target Explorer Details Editor Pages Extension Point
ExtensionPoint.editorPageBindings.name=Target Explorer Details Editor Page Bindings Extension Point

# ***** Perspective *****

Perspective.name=Target Explorer

# ***** Views *****

ViewCategory.name=Target Explorer Views
TargetExplorer.name=Target Explorer

# ***** Editor *****

Editor.name=Target Explorer Details Editor

# ***** Common Navigator *****

filters.workingSet.name=Working sets [not visible in UI]
filters.workingSet.description=Hides unselected working sets [not visible in UI]

workingsets.extension.name=Working Sets

workingset.name=Target Explorer
workingset.description=Target Explorer working sets.

workingset.others.name=Other
workingset.others.description=Working set containing all elements not in any group.

# ***** Command and menu contributions *****
Command.open.name=Open

PropertiesAction.label=P&roperties
PropertiesAction.tooltip=Show Properties of Selection
menu.showIn.label = Show In
menu.properties.label = Properties
command.showInProperties.label = Show In Properties

Back to the top