Merge branch 'master' into lttng-luna
[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 # Open trace error messages
14 OpenTraceHandler_Title = Open Trace
15 OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type
16 OpenTraceHandler_InitError = Error initializing trace.
17 OpenTraceHandler_Error = Error opening trace.
18
19 # Open experiment error messages
20 OpenExperimentHandler_Title = Open Experiment
21 OpenExperimentHandler_NoTraceType = No trace type associated to an experiment trace\nPlease select a valid type
22 OpenExperimentHandler_InitError = Error initializing experiment.
23 OpenExperimentHandler_Error = Error opening experiment.
24
25 # Delete message
26 DeleteDialog_Title = Confirm Delete
27 DeleteTraceHandler_Message = Are you sure you want to delete this trace?
28 DeleteTraceHandler_Error = Error deleting trace
29 DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
30 DeleteExperimentHandler_Error = Error deleting experiment
31
32 # Set Trace Type
33 SelectTraceTypeHandler_ErrorSelectingTrace=Error selecting trace type for trace
34 SelectTraceTypeHandler_Title = Validation Error
35 SelectTraceTypeHandler_TraceFailedValidation=A trace has failed validation
36 SelectTraceTypeHandler_TracesFailedValidation=Several trace files failed validation
37 SelectTraceTypeHandler_InvalidTraceType = Type could not be set for one or more traces
38
39 # Drag and drop
40 DropAdapterAssistant_RenameTraceTitle=Confirm rename trace
41 DropAdapterAssistant_RenameTraceMessage=A trace with the name ''{0}'' already exists in the target project.\nRename the dropped trace?
42
43 # Trace synchronization
44 SynchronizeTracesHandler_CopyProblem=Couldn't copy the original trace %s
45 SynchronizeTracesHandler_WrongTraceNumber=Experiment must have more than one trace
46 SynchronizeTracesHandler_Title=Synchronize traces
47 SynchronizeTracesHandler_WrongType=Trace is not a kernel trace:\n
48 SynchronizeTracesHandler_Error=Error synchronizing experiment
49
50 SynchronizeTracesHandler_ErrorSynchingExperiment=Error synchronizing experiment %s
51 SynchronizeTracesHandler_ErrorSynchingForTrace=Error synchronizing experiment %s for trace %s
This page took 0.069702 seconds and 5 git commands to generate.