Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8826bbe02785e253342d2c412ff13d4c1371296d (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
##################################################################################
# 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 UI and Helper
providerName = Eclipse.org - Target Explorer

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

extension-point.newWizards.name = New Wizards
extension-point.wizardProviders.name=New Wizard Providers
extension-point.viewers.name = Tree Viewer Extension
extension-point.cellEditors.name = Common Viewer Cell Editors

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

ViewCategory.name=Target Explorer Views

# ***** Wizards *****

NewWizards.category.name=General

# ***** Context and binding contributions *****

context.view.name=In Target Explorer View
context.view.description=The Target Explorer view is active

context.editor.name=In Target Explorer Editor
context.editor.description=The Target Explorer properties editor is active

# ***** Command contributions *****
command.category.name=Target Explorer Commands

command.newWizards.name=New Target
command.newWizards.description=Open the New target wizard

command.refresh.name=Refresh Command
command.refresh.description=Refresh the selected node

# ***** Status Handler *****

DefaultStatusHandler.label=Default Status Handler

# ***** Executors / Executor Utility Delegates *****

SWTDisplayExecutorUtilDelegate.label=SWT Display Executor Utility Delegate

# ***** Preference Pages *****

preference.page.name=Target Explorer

Back to the top