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 7ac5155160868ddb2ec1a90d479947d6c18fc8f1..5f980989d53f518895ae5f494ac4cd4e19298957 100644 (file)
@@ -12,8 +12,8 @@
 ###############################################################################
 
 EnableChannelDialog_DefaultMessage=Default
-ImportHandler_LiveTraceElementError=Could not find trace element
-ImportHandler_LiveTraceInitError=Error initializing live trace.
+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: 
@@ -62,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...
 
@@ -83,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
 
@@ -185,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
@@ -224,26 +230,6 @@ 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
-TraceControl_ImportDialogProjectsGroupName=Available Projects
-TraceControl_ImportDialogProjectsTooltip=The available projects to select from
-TraceControl_ImportDialogOverwriteButtonText=Overwrite existing trace without warning
-TraceControl_ImportDialogCreationError=Dialog box cannot be created
-TraceControl_ImportDialogNoProjectSelectedError=No tracing project selected or available
-TraceControl_ImportDialogInvalidTracingProject=Invalid tracing project. Missing directory
-TraceControl_ImportDialogNoTraceSelectedError=No trace selected or available
-
-TraceControl_ImportDialogConfirmationTitle=Import Confirmation Dialog
-TraceControl_ImportDialogConfirmationOverwriteLabel=Overwrite
-TraceControl_ImportDialogConfirmationRenameLabel=Rename
-TraceControl_ImportDialogConfirmationNewNameLabel=New Trace Name
-TraceControl_InvalidTraceNameError=Invalid trace name
-TraceControl_ImportDialogTraceAlreadyExistError=Trace already exists in project
-TraceControl_ImportDialog_SelectAll=Select All
-TraceControl_ImportDialog_DeselectAll=Deselect All
-
 
 # Tree structure strings
 TraceControl_KernelDomainDisplayName=Kernel
@@ -319,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.027734 seconds and 5 git commands to generate.