Add a "Clear Tracing Views" command
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / handlers / messages.properties
1 # Open trace error messages
2 OpenTraceHandler_Title = Open Trace
3 OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type
4 OpenTraceHandler_NoTrace = Trace not found. Moved or deleted?
5
6 # Open experiment error messages
7 OpenExperimentHandler_Title = Open Experiment
8 OpenExperimentHandler_NoTraceType = No trace type associated to an experiment trace\nPlease select a valid type
9
10 # Delete message
11 DeleteDialog_Title = Confirm Delete
12 DeleteTraceHandler_Message = Are you sure you want to delete this trace?
13 DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
14
15 # Set Trace Type
16 SelectTraceTypeHandler_Title = Validation Error
17 SelectTraceTypeHandler_InvalidTraceType = Type could not be set for one or more traces
18
19 # Clear tracing views
20 ClearViewsHandler_title=Clear Views
21 ClearViewsHandler_message=Clear the tracing views
This page took 0.032971 seconds and 6 git commands to generate.