Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b5857d3adf187f47be409bf06b0b6ad6fa6b4dcd (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
###############################################################################
# Copyright (c) 2012-2013 Red Hat, Inc.
# 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:
#     Red Hat - initial API and implementation
###############################################################################

RunScriptHandler_InvalidScriptMessage=Script name must only contain characters 'a'-'z','A'-'Z', '0'-'9' and '_'
RunScriptHandler_AlreadyRunningDialogTitle=Script Already Running
RunScriptHandler_AlreadyRunningDialogMessage=An instance of {0} is already running, and multiple instances cannot be running at the same time. Would you like to terminate it and start a new run?
RunScriptChartHandler_couldNotSwitchToGraphicPerspective=Could not open the Graph Selector Editor.

DataSetFileExtension=*.set
ExportDataSetAction_DialogTitle=Save Data Set of "{0}"
ImportDataSetAction_DialogTitle=Import Data Set
ImportDataSetAction_FileInvalid=Error with chosen file: the file is invalid.
ImportDataSetAction_FileNotFound=Error with chosen file: the file cannot be found.

AddStapProbe_editorError=Invalid editor type for probe addition.
AddStapProbe_unableToInsertProbe=Unable to Insert Probe
CEditor_probeInsertFailed=Probe Insertion Failure
CEditor_canNotProbeLine=Stap cannot insert a probe on this line of code.

Back to the top