Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 6197f546a3711fc497ad3f0e1cbc74137914da9d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                                  
                                                                                    




                                                                                
                                                     

                                                                                  
                                                  
                                
 




                                                         
                                                             
 

                     

                                

                                               
                                         
                                                           
 

                                                                          
 
                                   
                                              
 

                                                         
 


                                                     



                                                 

                                                    
                                                                          
 

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

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

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