Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b1c9c92842dacb08fd4b3f84b2b9bc8d5c929655 (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
##################################################################################
# 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, TCF UI Plug-in
providerName = Eclipse.org - Target Explorer

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

navigatorContent.name = Dynamic Target Discovery

# ***** New Wizards *****

NewWizards.category.configurations.name=Connections

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

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

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

ImportWizards.Category.TCF=System Management
ImportWizards.Peer=Connections
ImportWizards.PeerDescription=Import connection into the System Management view.

ExportWizards.Category.TCF=System Management
ExportWizards.Peer=Connections
ExportWizards.PeerDescription=Export connection from the System Management view.

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

peerhost.decorator.label = Target Node Decorator

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

NewWizards.category.name=Target Communication Framework

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

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

OverviewEditorPage.name=Details

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

propertyTab.general.label = General

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

preference.page.name = Logging

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

menu.system.label=Target
menu.system.mnemonic=g

command.select.label=Select Default Connection...
command.select.toolbar.tooltip=Select a default connection

command.new.label=New Connection...
command.new.toolbar.tooltip=Create a new connection

command.open.label=Open Connection Details
command.open.toolbar.tooltip=Opens the connection details of the selected connection

command.delete.label=Delete
command.delete.tooltip=Delete the selected connection
command.delete.toolbar.tooltip=Deletes the selected connection
command.delete.mnemonic=D

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

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

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

command.launch.label=Launch Terminal...
command.launch.mnemonic=L
command.launch.tooltip=Opens a terminal on the selected target.

command.history.label=Recent Actions...
command.historyLast.label=Execute Last Action

toolbar.label=System Management

Back to the top