X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.tmf.ui%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Finternal%2Ftmf%2Fui%2Fproject%2Fhandlers%2Fmessages.properties;h=1b7c8eed0e9a421bf4d05e5b7e0ec64cc3e9fa5a;hb=a94410d92f16c8ce3870bb2e1538b93e038e4f78;hp=e00c819d163967111a16e4be8ca37eaed377e33a;hpb=15e89960c44f8b01fe8c8c7a68cdc5a91f62379c;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties index e00c819d16..1b7c8eed0e 100644 --- a/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties +++ b/org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/internal/tmf/ui/project/handlers/messages.properties @@ -1,21 +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 -# Clear tracing views -ClearViewsHandler_title=Clear Views -ClearViewsHandler_message=Clear the tracing views +# 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?