ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / analysis / messages.properties
1 ###############################################################################
2 # Copyright (c) 2014 Ericsson
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 # Contributors:
10 # Ericsson - Initial API and implementation
11 ###############################################################################
12 TmfAbstractAnalysisModule_TraceSetMoreThanOnce=Trace was set more than once for analysis "{0}"
13 TmfAbstractAnalysisModule_AnalysisCannotExecute=Cannot perform analysis "{0}" on this trace because the trace does not have the required characteristics
14 TmfAnalysisModuleHelper_AnalysisDoesNotApply=Cannot perform analysis "{0}" on this trace because the trace is of the wrong type.
15 TmfAbstractAnalysisModule_AnalysisForTrace=Analysis module: {0} for trace {1}
16 TmfAbstractAnalysisModule_AnalysisModule=Analysis module: {0}
17 TmfAbstractAnalysisModule_InvalidParameter=Parameter {0} is not valid for analysis module {1}
18 TmfAbstractAnalysisModule_NullTrace=Setting a null trace to analysis module
19 TmfAnalysis_RequirementInformation=Additional information: {0}
20 TmfAnalysis_RequirementMandatoryValues=Mandatory values: {0}
21 TmfAnalysis_RequirementNotFulfilled=Requirement not fulfilled: {0}
22 TmfAbstractAnalysisModule_RunningAnalysis=Running analysis {0}
23 TmfAnalysisManager_ErrorParameterProvider=Error instantiating parameter provider
24 TmfAnalysisModuleHelper_ImpossibleToCreateModule=Could not instantiate module "{0}"
This page took 0.068141 seconds and 5 git commands to generate.