Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1a5a5a4a80fb0126b000347220c755c47678655e (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
##################################################################################
# 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 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.

Back to the top