control: Add LTTng profile preference page
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / messages / messages.properties
index 7ac5155160868ddb2ec1a90d479947d6c18fc8f1..25b6d9db38aadcdec5e455e629db7fe645dfb377 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,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...
 
@@ -224,26 +228,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 +303,26 @@ TraceControl_ExecuteScriptDialogTitle=Select command script
 TraceControl_ExecuteScriptBrowseText=Browse...
 TraceControl_ExecuteScriptSelectLabel=Select Script
 TraceControl_UnknownNode=<unknown>
+
+TraceControl_LoadDialogTitle=Load 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?
+
This page took 0.024981 seconds and 5 git commands to generate.