Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a551246533efe4622d1dd0aec11bdcd3032d24fa (plain) (tree)


















                                                                                    





                                                             

                                                                                    

                                            

                                                                                    








                                                       
                                  















                                                                               

                                      
                           
                                                        


                           
                                                        


                             
                                                          
 

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

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=Import configurations into the System Management view.

ExportWizards.Category.TCF=System Management
ExportWizards.Peer=Configurations
ExportWizards.PeerDescription=Export configurations from the System Management view.

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

peerhost.decorator.label = Target Node Decorator

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

NewWizards.category.name=Target Communication Framework

NewTargetWizard.name=Configuration
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 *****

ToolbarAction.label=Target Connections

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

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

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

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

Back to the top