lttng: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.control.core / src / org / eclipse / linuxtools / lttng2 / control / core / session / messages.properties
1 ###############################################################################
2 # Copyright (c) 2014 École Polytechnique de Montréal
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 # Guilliano Molaire - Initial API and implementation
11 ###############################################################################
12
13 SessionConfigXML_BadRequirementType=The requirement type is not supported
14 SessionConfigXML_DomainTypeMissing=The domain requirement type is missing
15 SessionConfigXML_EventTypeMissing=The event requirement type is missing
16 SessionConfigXML_InvalidSessionInfoList=The list of session is empty or null
17 SessionConfigXML_InvalidTraceSessionPath=The trace session path is not valid
18 SessionConfigXML_UnknownEventType=The event type is not handled by the session configuration
19 SessionConfigXML_UnknownDomainBufferType=The domain buffer type is not handled by the session configuration
20 SessionConfigXML_SessionConfigGenerationError=An error occurred while generating the session configuration file
21 SessionConfigXML_XmlParseError=XML Parsing error at line {0}: {1}
22 SessionConfigXML_XmlValidateError=An error occurred while validating the XML file.
23 SessionConfigXML_XmlValidationError=Error validating XML file {0}
This page took 0.035904 seconds and 5 git commands to generate.