[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
... / ...
CommitLineData
1# Open trace error messages
2OpenTraceHandler_Title = Open Trace
3OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type
4OpenTraceHandler_InitError = Error initializing trace.
5OpenTraceHandler_Error = Error opening trace.
6
7# Open experiment error messages
8OpenExperimentHandler_Title = Open Experiment
9OpenExperimentHandler_NoTraceType = No trace type associated to an experiment trace\nPlease select a valid type
10OpenExperimentHandler_InitError = Error initializing experiment.
11OpenExperimentHandler_Error = Error opening experiment.
12
13# Delete message
14DeleteDialog_Title = Confirm Delete
15DeleteTraceHandler_Message = Are you sure you want to delete this trace?
16DeleteTraceHandler_Error = Error deleting trace
17DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
18DeleteExperimentHandler_Error = Error deleting experiment
19
20# Set Trace Type
21SelectTraceTypeHandler_ErrorSelectingTrace=Error selecting trace type for trace
22SelectTraceTypeHandler_Title = Validation Error
23SelectTraceTypeHandler_TraceFailedValidation=A trace has failed validation
24SelectTraceTypeHandler_TracesFailedValidation=Several trace files failed validation
25SelectTraceTypeHandler_InvalidTraceType = Type could not be set for one or more traces
26
27# Drag and drop
28DropAdapterAssistant_RenameTraceTitle=Confirm rename trace
29DropAdapterAssistant_RenameTraceMessage=A trace with the name ''{0}'' already exists in the target project.\nRename the dropped trace?
This page took 0.023658 seconds and 5 git commands to generate.