################################################################################## # Copyright (c) 2011 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 Views Plug-in providerName = Eclipse.org - TCF # ***** Views ***** ScriptPad.name=Script Pad # ***** Consoles ***** ScriptConsole.label=Script Pad Console # ***** Command Contributions ***** command.cut.label=Cut command.cut.tooltip=Cut command.copy.label=Copy command.copy.tooltip=Copy command.paste.label=Paste command.paste.tooltip=Paste command.delete.label=Delete command.delete.tooltip=Delete command.selectall.label=Select All command.selectall.tooltip=Select All command.save.label=Save command.save.tooltip=Save command.saveas.label=Save As... command.saveas.tooltip=Save As PeersSubMenuAction.label=Targets PeersSubMenuAction.tooltip=Select the target to play the script on. PlayAction.label=Play PlayAction.tooltip=Play the script on the selected target. OpenAction.label=Open OpenAction.tooltip=Opens a script. ClearAction.label=Clear ClearAction.tooltip=Clear the content and resets the opened file path.