Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a4e431244439832423e1ff84d28ebeea80647b87 (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
###############################################################################
# Copyright (c) 2009 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
###############################################################################

ScriptRunAction_InvalidScriptTitle=Invalid Script Name
ScriptRunAction_InvalidScriptMessage=Script name must only contain characters 'a'-'z','A'-'Z', '0'-'9' and '_'
ScriptRunAction_errorDialogTitle=Unable to open editor

RunScriptAction_alreadyRunningDialogTitle=Script Already Running
RunScriptAction_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?
RunScriptChartAction_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 is invalid.

Back to the top