control: Add enhanced support for loading of sessions
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / messages / messages.properties
index 55e9f873e3dfd038ff3b2e86168b0bb4b663e6dd..d47a45cd165bcbf34bc7db59d5a43e8464b5c48f 100644 (file)
 ###############################################################################
 
 EnableChannelDialog_DefaultMessage=Default
-ImportHandler_LiveTraceElementError=Could not find trace element
-ImportHandler_LiveTraceInitError=Error initializing live trace.
-NoSelectionDescription="No profile was checked"
-ProfileDialog_5=
-ProfileDialog_6=
-ProfileDialog_LTTNG_Suffix=
+TraceControl_LiveTraceElementError=Could not find trace element
+TraceControl_LiveTraceInitError=Error initializing live trace.
 TraceControl_ConnectionFailure=Connecting to host failed 
 TraceControl_DisconnectionFailure=Disconnection from host failed
 TraceControl_CommandError=Command failed! Command: 
@@ -30,7 +26,6 @@ TraceControl_UnexpectedValueError=Unexpected value. Returned {0} Expected: {1}
 
 TraceControl_UnsupportedVersionError=Unsupported LTTng Tracer Control version
 TraceControl_GettingVersionError=Could not get version of LTTng Tracer Control
-TraceControl_BasicMode=Basic mode
 
 # Xml parsing related failures
 TraceControl_InvalidSchemaError=Could not open/validate xsd Schema
@@ -57,8 +52,6 @@ TraceControl_NewNodeCreateButtonText=Create...
 TraceControl_NewNodeCreationFailure=Creation of new connection failed
 TraceControl_CreateSessionJob=Creating Session...
 TraceControl_CreateSessionFailure=Command to create session failed
-TraceControl_LoadSessionJob=Loading Session...
-TraceControl_LoadSessionFailure=Command to load session failed
 
 TraceControl_DestroySessionJob=Destroying Session...
 TraceControl_DestroySessionFailure=Command to destroy session failed
@@ -69,6 +62,10 @@ TraceControl_ImportJob=Importing Traces...
 TraceControl_DownloadTask=Downloading
 TraceControl_ImportFailure=Command to import traces failed
 
+TraceControl_LoadJob=Loading Session Profiles...
+TraceControl_LoadTask=Loading profile ''{0}''
+TraceControl_LoadFailure=Command to load session(s) failed
+
 TraceControl_ChangeSessionStateJob=Changing Session State...
 TraceControl_ChangeSessionStateFailure=Command to change session state failed...
 
@@ -158,7 +155,6 @@ TraceControl_CreateSessionLiveConnectionUrlTooltip=The URL for the live connecti
 TraceControl_CreateSessionLiveConnectionPortTooltip=The port for the live connection (Relayd)
 
 TraceControl_InvalidSessionNameError=The session name is invalid
-TraceControl_SelectBasicProfile=Select your basic tracing profile and connection type.
 TraceControl_SessionAlreadyExistsError=The session name already exists
 TraceControl_SessionPathAlreadyExistsError=Session path already exists
 TraceControl_InvalidSessionPathError=The session path is invalid
@@ -269,9 +265,7 @@ TraceControl_OpenConnectionTo=Opening connection to ''{0}''
 TraceControl_OverwriteModePropertyName=Overwrite Mode
 TraceControl_SubBufferSizePropertyName=Sub Buffer Size
 TraceControl_NbSubBuffersPropertyName=Number of Sub Buffers
-TraceControl_NoProfileSelected=No profile was selected. No description available.
 TraceControl_SwitchTimerPropertyName=Switch Timer Interval
-TraceControl_ReadingPathError=Error reading file in path %s\n
 TraceControl_ReadTimerPropertyName=Read Timer Interval
 TraceControl_OutputTypePropertyName=Output Type
 TraceControl_TraceFileCountPropertyName=Trace File Count
@@ -279,7 +273,6 @@ TraceControl_TraceFileSizePropertyName=Trace File Size
 TraceControl_HostNamePropertyName=Connection Name
 TraceControl_HostAddressPropertyName=Host Name
 TraceControl_SessionPathPropertyName=Session Path
-TraceControl_SingleSelectionDescription=A profile was selected, but no description was found within the profile.
 TraceControl_SnapshotPathPropertyName=Snapshot Path
 TraceControl_SnapshotNamePropertyName=Snapshot Name
 TraceControl_SnapshotIdPropertyName=Snapshot ID
@@ -290,14 +283,12 @@ TraceControl_ProbeOffsetPropertyName=Offset
 TraceControl_ProbeSymbolPropertyName=Symbol
 TraceControl_MaxSizeTraceFilesPropertyName=Maximum size of trace files
 TraceControl_MaxNumTraceFilesPropertyName=Maximum number of trace files
-TraceControl_MultipleSelectionDescription=This configuration will attempt to trace with multiple profil1es simultaneously.
 TraceControl_ConfigureMetadataChannelName=Configure metadata channel
 
 # Preferences
 TraceControl_TracingGroupPreference=&Tracing Group
 TraceControl_LoggingPreference=&Logging
 TraceControl_LogfilePath=Log file
-TraceControl_LttngSuffix=.lttng
 TraceControl_AppendLogfilePreference=&Append
 TraceControl_VerboseLevelsPreference=&Verbose Level
 TraceControl_VerboseLevelNonePreference=None
@@ -312,3 +303,11 @@ TraceControl_ExecuteScriptDialogTitle=Select command script
 TraceControl_ExecuteScriptBrowseText=Browse...
 TraceControl_ExecuteScriptSelectLabel=Select Script
 TraceControl_UnknownNode=<unknown>
+
+TraceControl_LoadDialogTitle=Load Sessions
+
+TraceControl_SelectProfileText=Select LTTng profile to load
+TraceControl_LocalButtonText=Local
+TraceControl_RemoteButtonText=Remote
+
+TraceControl_ForceButtonText=force
\ No newline at end of file
This page took 0.025028 seconds and 5 git commands to generate.