analysis.lami: Replace OnDemandAnalysisException with CoreException
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.lami.ui / src / org / eclipse / tracecompass / internal / provisional / analysis / lami / ui / handler / messages.properties
CommitLineData
4208b510
AM
1###############################################################################
2# Copyright (c) 2015, 2016 EfficiOS Inc. and others
3#
4# All rights reserved. This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License v1.0
6# which accompanies this distribution, and is available at
7# http://www.eclipse.org/legal/epl-v10.html
8###############################################################################
9
10LamiAnalysis_MainTaskName = Invoking external analysis script
11
12ParameterDialog_BaseCommand = Base command
13ParameterDialog_ExternalParameters = External Analysis Parameters
14ParameterDialog_ExternalParametersDescription = Extra parameters to pass to the external analysis. Leave empty for none.
15ParameterDialog_StringValidatorMessage = Allowed characters are letters, numbers, ',' and '-'
16ParameterDialog_ReportNameSuffix = Report
46f0c09c
AM
17
18ErrorDialog_Info = External script completed
19ErrorDialog_InfoMessage = The script finished executing.
20ErrorDialog_Error = Error running external script
21ErrorDialog_ErrorMessage = The script terminated abnormally.
664dac59
PP
22
23AddAnalysisDialog_Title = Add External Analysis
24AddAnalysisDialog_Name = Name
25AddAnalysisDialog_Command = Command
26AddAnalysisDialog_NameEmptyErrorMessage = You must name the new external analysis
27AddAnalysisDialog_CommandEmptyErrorMessage = The command line cannot be empty
28AddAnalysisDialog_ErrorBoxTitle = Cannot add external analysis
29AddAnalysisDialog_ErrorBoxMessage = Cannot add external analysis
This page took 0.026255 seconds and 5 git commands to generate.