[Tmf][Ctf] Add descriptive fail to import messages.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / handlers / messages.properties
index 2c3e838255e232c396fa232152d34e156c3764eb..1b7c8eed0e9a421bf4d05e5b7e0ec64cc3e9fa5a 100644 (file)
@@ -1,17 +1,29 @@
 # Open trace error messages
 OpenTraceHandler_Title = Open Trace
 OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type
-OpenTraceHandler_NoTrace = Trace not found. Moved or deleted?
+OpenTraceHandler_InitError = Error initializing trace.
+OpenTraceHandler_Error = Error opening trace.
 
 # Open experiment error messages
 OpenExperimentHandler_Title = Open Experiment
 OpenExperimentHandler_NoTraceType = No trace type associated to an experiment trace\nPlease select a valid type
+OpenExperimentHandler_InitError = Error initializing experiment.
+OpenExperimentHandler_Error = Error opening experiment.
 
 # Delete message
 DeleteDialog_Title = Confirm Delete
 DeleteTraceHandler_Message = Are you sure you want to delete this trace?
+DeleteTraceHandler_Error = Error deleting trace
 DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
+DeleteExperimentHandler_Error = Error deleting experiment
 
 # Set Trace Type
+SelectTraceTypeHandler_ErrorSelectingTrace=Error selecting trace type for trace
 SelectTraceTypeHandler_Title = Validation Error
+SelectTraceTypeHandler_TraceFailedValidation=A trace has failed validation
+SelectTraceTypeHandler_TracesFailedValidation=Several trace files failed validation
 SelectTraceTypeHandler_InvalidTraceType =  Type could not be set for one or more traces
+
+# Drag and drop
+DropAdapterAssistant_RenameTraceTitle=Confirm rename trace
+DropAdapterAssistant_RenameTraceMessage=A trace with the name ''{0}'' already exists in the target project.\nRename the dropped trace?
This page took 0.02403 seconds and 5 git commands to generate.