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
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
10 LamiAnalysis_MainTaskName = Invoking external analysis script
11
12 ParameterDialog_BaseCommand = Base command
13 ParameterDialog_ExternalParameters = External Analysis Parameters
14 ParameterDialog_ExternalParametersDescription = Extra parameters to pass to the external analysis. Leave empty for none.
15 ParameterDialog_StringValidatorMessage = Allowed characters are letters, numbers, ',' and '-'
16 ParameterDialog_ReportNameSuffix = Report
17
18 ErrorDialog_Info = External script completed
19 ErrorDialog_InfoMessage = The script finished executing.
20 ErrorDialog_Error = Error running external script
21 ErrorDialog_ErrorMessage = The script terminated abnormally.
22
23 AddAnalysisDialog_Title = Add External Analysis
24 AddAnalysisDialog_Name = Name
25 AddAnalysisDialog_Command = Command
26 AddAnalysisDialog_NameEmptyErrorMessage = You must name the new external analysis
27 AddAnalysisDialog_CommandEmptyErrorMessage = The command line cannot be empty
28 AddAnalysisDialog_ErrorBoxTitle = Cannot add external analysis
29 AddAnalysisDialog_ErrorBoxMessage = Cannot add external analysis
This page took 0.031657 seconds and 5 git commands to generate.