Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1f6b945cf9c5d77ee9a31bf144e1c6b273abf374 (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
##################################################################################
# Copyright (c) 2011, 2013 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, TCF UI Plug-in
providerName = Eclipse.org - Target Explorer

# ***** Navigator Content *****

navigatorContent.name = Dynamic Target Discovery

# ***** Filter *****

UnreachablePeersFilter.name=Unreachable targets
RedirectPeersFilter.name=Redirected Targets (Root Level)
PeersByCurrentUserFilter.name=Only show targets started by me

# ***** Import/Export Wizards *****

ImportWizards.Category.TCF=System Management
ImportWizards.Peer=Configurations
ImportWizards.PeerDescription=

ExportWizards.Category.TCF=System Management
ExportWizards.Peer=Configurations
ExportWizards.PeerDescription=

# ***** Decorators *****

peerhost.decorator.label = Target Node Decorator

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

NewWizards.category.name=Target Communication Framework

NewTargetWizard.name=Target
NewTargetWizard.description=Specify the attributes of the target to connect to.

# ***** Editor Pages *****

OverviewEditorPage.name=Overview

# ***** Property Tabs *****

propertyTab.general.label = General

# ***** Preference and Property Pages *****

preference.page.name = Logging

# ***** Command Contributions *****

command.delete.label=Delete
command.delete.tooltip=Delete the selected target
command.delete.mnemonic = D

command.rename.label=Rename
command.rename.tooltip=Rename the selected target
command.rename.mnemonic = R

command.refresh.label=Refresh
command.refresh.tooltip=Refresh the selected target

command.offline.label=Always Available Offline
command.offline.tooltip=Creates an offline copy of the target attributes.
command.offline.mnemonic = f

command.debug.label=Debug
command.debug.tooltip=Starts the debugger

Back to the top