analysis.lami: Add support for user-defined LAMI analyses
[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 ParameterDialog_Error = Error running external script
18 ParameterDialog_ErrorMessage = The script terminated abnormally
19
20 AddAnalysisDialog_Title = Add External Analysis
21 AddAnalysisDialog_Name = Name
22 AddAnalysisDialog_Command = Command
23 AddAnalysisDialog_NameEmptyErrorMessage = You must name the new external analysis
24 AddAnalysisDialog_CommandEmptyErrorMessage = The command line cannot be empty
25 AddAnalysisDialog_ErrorBoxTitle = Cannot add external analysis
26 AddAnalysisDialog_ErrorBoxMessage = Cannot add external analysis
This page took 0.030594 seconds and 5 git commands to generate.