control: command support for enabling all tracepoints/syscalls
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / messages / messages.properties
index 55e9f873e3dfd038ff3b2e86168b0bb4b663e6dd..5f980989d53f518895ae5f494ac4cd4e19298957 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,13 @@ 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_SaveJob=Saving Session(s)...
+TraceControl_SaveFailure=Command to save session(s) failed
+
 TraceControl_ChangeSessionStateJob=Changing Session State...
 TraceControl_ChangeSessionStateFailure=Command to change session state failed...
 
@@ -90,9 +90,6 @@ TraceControl_GetContextFailure=Command to get available contexts failed
 TraceControl_AddContextJob=Adding Contexts...
 TraceControl_AddContextFailure=Command to add contexts failed
 
-TraceControl_AddCalibrateJob=Calibrating...
-TraceControl_AddCalibrateFailure=Command to calibrate failed
-
 TraceControl_RecordSnapshotJob=Record snapshot...
 TraceControl_RecordSnapshotFailure=Command to snapshot record 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
@@ -193,6 +189,8 @@ TraceControl_EnableEventsNoSessionError=No session from session list is selected
 TraceControl_EnableEventsNoChannelError=No channel from channel list is selected.
 
 TraceControl_EnableGroupSelectionName=Select
+TraceControl_EnableEventsAllEventsLabel=All Tracepoint Events and Syscalls
+TraceControl_EnableEventsAllEventsTooltip=Enable all tracepoint events and all Syscalls
 TraceControl_EnableEventsTracepointGroupName=Tracepoint Events
 TraceControl_EnableEventsTracepointTreeTooltip=List of available kernel tracepoint events
 TraceControl_EnableEventsTracepointTreeAllLabel=All
@@ -269,9 +267,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 +275,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 +285,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 +305,28 @@ TraceControl_ExecuteScriptDialogTitle=Select command script
 TraceControl_ExecuteScriptBrowseText=Browse...
 TraceControl_ExecuteScriptSelectLabel=Select Script
 TraceControl_UnknownNode=<unknown>
+
+TraceControl_LoadDialogTitle=Load Sessions
+TraceControl_SaveDialogTitle=Save Sessions
+
+TraceControl_ForceButtonText=force
+TraceControl_ManageButtonText=&Manage...
+
+TraceControl_SelectProfileText=Select LTTng profile to load
+TraceControl_LocalButtonText=Local
+TraceControl_RemoteButtonText=Remote
+
+TraceControl_ImportButtonText=Import...
+TraceControl_ExportButtonText=Export...
+TraceControl_DeleteButtonText=Delete...
+
+TraceControl_ImportProfileTitle=Import LTTng Profiles
+TraceControl_ExportProfileTitle=Export LTTng Profiles
+
+TraceControl_ProfileAlreadyExists=LTTng Profile already exists
+TraceControl_OverwriteQuery=Do you want to overwrite file {0}?
+
+TraceControl_DeleteProfileTitle=Delete LTTng Profiles
+TraceControl_DeleteQuery=Do you want to delete the following profiles?
+
+TraceControl_DefaultEventFilterString=with filter
\ No newline at end of file
This page took 0.039489 seconds and 5 git commands to generate.