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