Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 34dc6b530c2670d34324396b62984a45b9e1749a (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
##################################################################################
# Copyright (c) 2011, 2012 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, Common Views
providerName = Eclipse.org - Target Explorer

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

ExtensionPoint.editorPages.name=Properties Editor Pages Extension Point
ExtensionPoint.editorPageBindings.name=Properties Editor Page Bindings Extension Point
ExtensionPoint.categories.name=Categories Extension Point
ExtensionPoint.labelProviderDelegates.name=Label Provider Delegates Extension Point
# ***** Perspective *****

Perspective.name=Target Explorer

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

View.name=System Management

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

Editor.name=Properties Editor

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

navigatorContent.name = Categories

# ***** Categories *****

category.favorites.name=Favorites
category.mytargets.name=My Targets
category.neighborhood.name=Neighborhood

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

command.properties.label=Properties
command.properties.mnemonic=r
command.properties.tooltip=Show Properties of Selection

menu.showIn.label = Show In
menu.properties.label = Properties

command.showInProperties.label = Show In Properties

command.refresh.label=Refresh
command.refresh.description=Refresh the selected node

command.filters.label = Filters...
command.content.label = Content...
command.filters.name = Filters
command.content.name = Content

menu.categories.addto.label=Add To
menu.categories.removefrom.label=Remove From

command.showin.name = Show In Group

menu.find.label = Find...
menu.find.mnemonic = f

command.find.name = Find...

menu.filter.label = Filter...
menu.filter.mnemonic = t
menu.reset.label = Reset
menu.reset.mnemonic = r

command.find.description = Find elements in a tree viewer
command.filter.description = Filter elements in a tree viewer
command.filter.name = Quick Filter

command.reset.description = Reset quick filter in a tree viewer
command.reset.name = Reset Quick Filter

command.showInSM.name=Show In System Management View Command
command.showInSM.description=Shows the active editor context in the System Management view.

Back to the top