Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
index 7e91df362..32c62740c 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
@@ -32,8 +32,20 @@ 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=Peers
PeersSubMenuAction.tooltip=Select the peer to play the script on.
PlayAction.label=Play
PlayAction.tooltip=Play the script on the selected peer.
+
+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