############################################################################### # Copyright (c) 2015, 2016 EfficiOS Inc. and others # # 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 ############################################################################### LamiAnalysis_MainTaskName = Invoking external analysis script ParameterDialog_BaseCommand = Base command ParameterDialog_ExternalParameters = External Analysis Parameters ParameterDialog_ExternalParametersDescription = Extra parameters to pass to the external analysis. Leave empty for none. ParameterDialog_StringValidatorMessage = Allowed characters are letters, numbers, ',' and '-' ParameterDialog_ReportNameSuffix = Report ParameterDialog_Error = Error running external script ParameterDialog_ErrorMessage = The script terminated abnormally AddAnalysisDialog_Title = Add External Analysis AddAnalysisDialog_Name = Name AddAnalysisDialog_Command = Command AddAnalysisDialog_NameEmptyErrorMessage = You must name the new external analysis AddAnalysisDialog_CommandEmptyErrorMessage = The command line cannot be empty AddAnalysisDialog_ErrorBoxTitle = Cannot add external analysis AddAnalysisDialog_ErrorBoxMessage = Cannot add external analysis