Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c0d252d19894e1b48da66bc8bd0b66c3cf1278f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# Copyright (c) 2014 École Polytechnique de Montréal
#
# 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
#
# Contributors:
#     Guilliano Molaire - Initial API and implementation
###############################################################################

SessionConfigXML_BadRequirementType=The requirement type is not supported
SessionConfigXML_DomainTypeMissing=The domain requirement type is missing
SessionConfigXML_EventTypeMissing=The event requirement type is missing
SessionConfigXML_InvalidSessionInfoList=The list of session is empty or null
SessionConfigXML_InvalidTraceSessionPath=The trace session path is not valid
SessionConfigXML_UnknownEventType=The event type is not handled by the session configuration
SessionConfigXML_UnknownDomainBufferType=The domain buffer type is not handled by the session configuration
SessionConfigXML_SessionConfigGenerationError=An error occurred while generating the session configuration file
SessionConfigXML_XmlParseError=XML Parsing error at line {0}: {1}
SessionConfigXML_XmlValidateError=An error occurred while validating the XML file.
SessionConfigXML_XmlValidationError=Error validating XML file {0}

Back to the top