Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 258e5bded37a87e85855c15be8d5bbb8e10c9996 (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, Common Views
providerName = Eclipse.org - Target Explorer

# ***** Extension Points *****

ExtensionPoint.editorPages.name=Properties Editor Pages Extension Point
ExtensionPoint.editorPageBindings.name=Properties Editor Page Bindings Extension Point
ExtensionPoint.categories.name=Categories Extension Point
ExtensionPoint.labelProviderDelegates.name=Label Provider Delegates Extension Point
# ***** Perspective *****

Perspective.name=Target Explorer

# ***** Views *****

View.name=System Management

# ***** Editor *****

Editor.name=Properties Editor

# ***** Common Navigator *****

navigatorContent.name = Categories

# ***** Categories *****

category.favorites.name=Favorites
category.mytargets.name=My Targets
category.neighborhood.name=Neighborhood

# ***** Command and menu contributions *****
command.open.name=Open

command.open.label=Open
command.open.mnemonic=O
command.open.tooltip=Open the selection

menu.showIn.label = Show In
menu.showIn.properties.label = Properties

command.showInProperties.name = Show In Properties

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

command.filters.label = Filters...
command.content.label = Content...
command.filters.name = Filters
command.content.name = Content

menu.categories.addto.label=Add To
menu.categories.removefrom.label=Remove From

command.showin.name = Show In Group

menu.find.label = Find...
menu.find.mnemonic = f

menu.filter.label = Filter...
menu.filter.mnemonic = t

menu.reset.label = Reset Filter
menu.reset.mnemonic = r

command.find.name = Find...
command.find.description = Find elements in a tree viewer

command.filter.name = Quick Filter
command.filter.description = Filter elements in a tree viewer

command.reset.name = Reset Quick Filter
command.reset.description = Reset quick filter in a tree viewer

command.showInSM.name=Show In System Management
command.showInSM.description=Show In System Management View

command.apply.name=Apply
command.apply.description=Apply changes

Back to the top