tmf: Bug 415707: Trace already opened should not be re-opened
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / handlers / messages.properties
1 ###############################################################################
2 # Copyright (c) 2013 Ericsson
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # Ericsson - Initial API and implementation
11 ###############################################################################
12
13 # Delete message
14 DeleteDialog_Title = Confirm Delete
15 DeleteTraceHandler_Message = Are you sure you want to delete this trace?
16 DeleteTraceHandler_Error = Error deleting trace
17 DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
18 DeleteExperimentHandler_Error = Error deleting experiment
19
20 # Set Trace Type
21 SelectTraceTypeHandler_ErrorSelectingTrace=Error selecting trace type for trace
22 SelectTraceTypeHandler_Title = Validation Error
23 SelectTraceTypeHandler_TraceFailedValidation=A trace has failed validation
24 SelectTraceTypeHandler_TracesFailedValidation=Several trace files failed validation
25 SelectTraceTypeHandler_InvalidTraceType = Type could not be set for one or more traces
26
27 # Drag and drop
28 DropAdapterAssistant_RenameTraceTitle=Confirm rename trace
29 DropAdapterAssistant_RenameTraceMessage=A trace with the name ''{0}'' already exists in the target project.\nRename the dropped trace?
This page took 0.033736 seconds and 5 git commands to generate.