tmf: lttngControl: mi: add machine interface related messages
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / messages / messages.properties
index a196b4c3330c993f38acc7cbacfffada7213de39..41617a882a2d415466eb81d4c1f47912493f06dc 100644 (file)
@@ -1,6 +1,6 @@
 ###############################################################################
-# Copyright (c) 2012, 2013 Ericsson.
-# 
+# Copyright (c) 2012, 2014 Ericsson.
+#
 # 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
@@ -8,9 +8,12 @@
 #
 # Contributors:
 # Bernd Hufmann - initial API and implementation
+# Jonathan Rajotte - updated for basic support of LTTng 2.6 machine interface
 ###############################################################################
 
 EnableChannelDialog_DefaultMessage=Default
+ImportHandler_LiveTraceElementError=Could not find trace element
+ImportHandler_LiveTraceInitError=Error initializing live trace.
 TraceControl_ConnectionFailure=Connecting to host failed 
 TraceControl_DisconnectionFailure=Disconnection from host failed
 TraceControl_ExecutionCancelled=Command Execution cancelled
@@ -18,15 +21,30 @@ TraceControl_ExecutionFailure=Command Execution failed
 TraceControl_ExecutionTimeout=Command Execution timed-out
 TraceControl_ShellNotConnected=Command shell not connected
 TraceControl_CommandShellError=Could not create HostShellProcessAdapter
-TraceControl_CommandError=Command failed! Command: 
+TraceControl_CommandError=Command failed! Command:
 TraceControl_UnexpectedCommandOutputFormat=Unexpected command output
 TraceControl_UnexpectedNameError=Unexpected session name returned
 TraceControl_UnexpectedPathError=Unexpected session path returned
 
 TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
-# Commands 
+
+# Xml parsing related failures
+TraceControl_InvalidSchemaError=Could not open/validate xsd Schema
+TraceControl_XmlDocumentBuilderError=Unable to create the xml document builder
+TraceControl_XmlParsingError=Unable to parse the xml document
+TraceControl_XmlValidationError=Could not validate the xml response
+TraceControl_XmlValidationWarning=Xml validation warning
+
+# Xml machine interface failures
+TraceControl_MiInvalidNumberOfElementError=Invalid number of element
+TraceControl_MiInvalidProviderError=Invalid provider data
+TraceControl_MiMissingRequiredError=Missing required data
+TraceControl_MiIllegalValueError=Invalid value
+
+# Commands
+TraceControl_MiInvalidElementError=Invalid xml data
+
 TraceControl_ErrorTitle=Error
 TraceControl_ListSessionFailure=List sessions failed
 TraceControl_RetrieveNodeConfigurationJob=Retrieving Target Node Configuration...
@@ -50,7 +68,7 @@ TraceControl_ChangeSessionStateFailure=Command to change session state failed...
 
 TraceControl_CreateChannelStateJob=Enabling (creating) channel... 
 TraceControl_CreateChannelStateFailure=Command to enable channel failed
-    
+
 TraceControl_ChangeChannelStateJob=Changing State of Channels...
 TraceControl_ChangeChannelStateFailure=Command to change state of channels failed
 TraceControl_ChangeEventStateJob=Changing State of Events...
@@ -127,8 +145,11 @@ TraceControl_CreateSessionNoConsumertText=No Consumer
 TraceControl_CreateSessionNoConsumertTooltip=Don't activate a consumer for this session.
 TraceControl_CreateSessionDisableConsumertText=Disable Consumer
 TraceControl_CreateSessionDisableConsumertTooltip=Disable consumer for this session.
+TraceControl_CreateSessionLiveConnectionLabel=Live Connection
 TraceControl_CreateSessionLiveDelayLabel=Live Delay
 TraceControl_CreateSessionLiveDelayTooltip=The delay in micro seconds before the data is flushed and streamed
+TraceControl_CreateSessionLiveConnectionUrlTooltip=The URL for the live connection (Relayd)
+TraceControl_CreateSessionLiveConnectionPortTooltip=The port for the live connection (Relayd)
 
 TraceControl_InvalidSessionNameError=The session name is invalid
 TraceControl_SessionAlreadyExistsError=The session name already exists
@@ -227,6 +248,7 @@ TraceControl_ImportDialog_DeselectAll=Deselect All
 
 # Tree structure strings
 TraceControl_KernelDomainDisplayName=Kernel
+TraceControl_JULDomainDisplayName=JUL
 TraceControl_UstGlobalDomainDisplayName=UST global
 TraceControl_UstDisplayName=UST
 TraceControl_AllSessionsDisplayName=Sessions
This page took 0.040255 seconds and 5 git commands to generate.