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

# ***** 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

# ***** 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

propertyTab.general.label = General

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

preference.page.name = Logging

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

command.delete.label=Delete
command.delete.description=Delete the selected target

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

command.redirect.name=Redirect Command
command.redirect.label=Redirect...
command.redirect.tooltip=Redirect communication to this node through a proxy

command.resetredirect.name=Reset Redirect Command
command.resetredirect.label=Reset Redirect
command.resetredirect.tooltip=Reset communication redirection of this node

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

command.rename.label=Rename
command.rename.tooltip=Rename the selected target
command.rename.description=Rename the selected target

command.redirect.mnemonic = e
command.resetredirect.mnemonic = s
command.delete.mnemonic = D
command.offline.mnemonic = f
command.rename.mnemonic = R

Back to the top