Tmf: Trace synchronization using network events
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / handlers / messages.properties
CommitLineData
bceffc25
AM
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
12c155f5
FC
13# Open trace error messages
14OpenTraceHandler_Title = Open Trace
15OpenTraceHandler_NoTraceType = No trace type associated to that trace\nPlease select a valid type
9c8e0546
BH
16OpenTraceHandler_InitError = Error initializing trace.
17OpenTraceHandler_Error = Error opening trace.
12c155f5
FC
18
19# Open experiment error messages
20OpenExperimentHandler_Title = Open Experiment
828e5592 21OpenExperimentHandler_NoTraceType = No trace type associated to an experiment trace\nPlease select a valid type
9c8e0546
BH
22OpenExperimentHandler_InitError = Error initializing experiment.
23OpenExperimentHandler_Error = Error opening experiment.
12c155f5
FC
24
25# Delete message
26DeleteDialog_Title = Confirm Delete
27DeleteTraceHandler_Message = Are you sure you want to delete this trace?
c4c81d91 28DeleteTraceHandler_Error = Error deleting trace
12c155f5 29DeleteExperimentHandler_Message = Are you sure you want to delete this experiment?
c4c81d91 30DeleteExperimentHandler_Error = Error deleting experiment
12c155f5
FC
31
32# Set Trace Type
a94410d9 33SelectTraceTypeHandler_ErrorSelectingTrace=Error selecting trace type for trace
12c155f5 34SelectTraceTypeHandler_Title = Validation Error
a94410d9
MK
35SelectTraceTypeHandler_TraceFailedValidation=A trace has failed validation
36SelectTraceTypeHandler_TracesFailedValidation=Several trace files failed validation
12c155f5 37SelectTraceTypeHandler_InvalidTraceType = Type could not be set for one or more traces
ea279a69 38
ab37ff41
PT
39# Drag and drop
40DropAdapterAssistant_RenameTraceTitle=Confirm rename trace
41DropAdapterAssistant_RenameTraceMessage=A trace with the name ''{0}'' already exists in the target project.\nRename the dropped trace?
e73a4ba5
GB
42
43# Trace synchronization
44SynchronizeTracesHandler_CopyProblem=Couldn't copy the original trace %s
45SynchronizeTracesHandler_WrongTraceNumber=Experiment must have more than one trace
46SynchronizeTracesHandler_Title=Synchronize traces
47SynchronizeTracesHandler_WrongType=Trace is not a kernel trace:\n
48SynchronizeTracesHandler_Error=Error synchronizing experiment
49
50SynchronizeTracesHandler_ErrorSynchingExperiment=Error synchronizing experiment %s
51SynchronizeTracesHandler_ErrorSynchingForTrace=Error synchronizing experiment %s for trace %s
This page took 0.042364 seconds and 5 git commands to generate.