tmf: lttngControl: mi: support session creation
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / messages / messages.properties
index cd7c2fddd985ec908d1784862c5bbc43795be02e..b5539f11d73f2a6e7a77755c7a901c51266eaf39 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,31 @@ 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_UnexpectedNumberOfElementError=Unexpected number of elements {0} 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 +69,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...
@@ -91,8 +110,12 @@ TraceControl_CreateSessionNameLabel=Session Name
 TraceControl_CreateSessionNameTooltip=The name of the session to be created.
 TraceControl_CreateSessionPathLabel=Session Path
 TraceControl_CreateSessionPathTooltip=The session path (keep empty for default location)
+TraceControl_CreateSessionNormalLabel=Normal Mode
+TraceControl_CreateSessionNormalTooltip=Configure session in normal mode
 TraceControl_CreateSessionSnapshotLabel=Snapshot Mode
 TraceControl_CreateSessionSnapshotTooltip=Configure session in snapshot mode
+TraceControl_CreateSessionLiveLabel=Live Mode
+TraceControl_CreateSessionLiveTooltip=Configure session in live mode
 
 
 TraceControl_CreateSessionConfigureStreamingButtonText=Advanced
@@ -123,11 +146,17 @@ 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
 TraceControl_SessionPathAlreadyExistsError=Session path already exists
 TraceControl_InvalidSessionPathError=The session path is invalid
+TraceControl_InvalidLiveDelayError=Live Delay must be a valid positive number
 TraceControl_FileSubSystemError=File subsystem error in session creation dialog.
 
 TraceControl_EnableChannelDialogTitle=Enable Channel
@@ -195,6 +224,8 @@ TraceControl_AddContextAvailableContextsLabel=Contexts
 TraceControl_AddContextAvailableContextsTooltip=Available Contexts
 TraceControl_AddContextAllLabel=All Contexts
 
+TraceControl_ImportDialogStreamedTraceNotification=You are importing a trace generated by a streamed session. By default the traces will be outputed to ~/lttng-traces/hostname/sessionname but the location can vary.
+TraceControl_ImportDialogStreamedTraceNotificationToggle=Do not warn me again
 TraceControl_ImportDialogTitle=Import Traces
 TraceControl_ImportDialogTracesGroupName=Available Traces
 TraceControl_ImportDialogTracesTooltip=The available traces of current session to import
@@ -218,8 +249,10 @@ TraceControl_ImportDialog_DeselectAll=Deselect All
 
 # Tree structure strings
 TraceControl_KernelDomainDisplayName=Kernel
+TraceControl_JULDomainDisplayName=JUL
 TraceControl_UstGlobalDomainDisplayName=UST global
 TraceControl_UstDisplayName=UST
+TraceControl_UnknownDomainDisplayName=Unknown domain
 TraceControl_AllSessionsDisplayName=Sessions
 TraceControl_SessionDisplayName=Session
 TraceControl_DomainDisplayName=Domain
@@ -278,3 +311,10 @@ TraceControl_VerboseLevelNonePreference=None
 TraceControl_VerboseLevelVerbosePreference=Level 1
 TraceControl_VerboseLevelVeryVerbosePreference=Level 2
 TraceControl_VerboseLevelVeryVeryVerbosePreference=Level 3
+
+TraceControl_ExecuteScriptJob=Executing command script
+TraceControl_ExecuteScriptError=Error executing command script
+
+TraceControl_ExecuteScriptDialogTitle=Select command script
+TraceControl_ExecuteScriptBrowseText=Browse...
+TraceControl_ExecuteScriptSelectLabel=Select Script
This page took 0.028917 seconds and 5 git commands to generate.