Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0a74001a6752caa4c039de5ad38d3aef27be3fdd (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
##################################################################################
# Copyright (c) 2011, 2014 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
CreateNewConnectionFilter.name = Hide "Create New Connection" Entries

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

category.favorites.name=Favorites
category.mytargets.name=Connections
category.neighborhood.name=Neighborhood

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

command.open.label=Open
command.open.mnemonic=O
command.open.tooltip=Opens the selected node

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

command.showInProperties.name = 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

menu.filter.label = Filter...
menu.filter.mnemonic = t

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

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

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

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

command.showInSM.name=Show In System Management
command.showInSM.description=Show In System Management View

command.apply.name=Apply
command.apply.description=Apply changes

# ***** Activity contributions *****

activities.category.systemmanagement.name=Target Explorer
activities.category.systemmanagement.description=Use the Target Explorer to manage and browse remote systems.

activities.activity.systemmanagement.perspective.name=Target Explorer Perspective
activities.activity.systemmanagement.perspective.description=Target Explorer perspective. 

activities.activity.systemmanagement.views.name=Target Explorer Views
activities.activity.systemmanagement.views.description=Target Explorer related views. 

Back to the top