tmf: Bug 415707: Trace already opened should not be re-opened
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / 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 # Environment properties dialog
14 TmfTraceElement_ResourceProperties = Resource properties
15 TmfTraceElement_TraceProperties = Trace properties
16 TmfTraceElement_Name = name
17 TmfTraceElement_Path = path
18 TmfTraceElement_Location = location
19 TmfTraceElement_EventType = type
20 TmfTraceElement_IsLinked = linked
21
22 # Open trace error messages
23 TmfOpenTraceHelper_ErrorOpeningTrace=Error opening trace
24 TmfOpenTraceHelper_ErrorOpeningExperiment=Error opening experiment
25 TmfOpenTraceHelper_LinkFailed=Link creation failed
26 TmfOpenTraceHelper_NoTraceTypeMatch=No trace types found to match location
27 TmfOpenTraceHelper_OpenTrace=Open Trace
28 TmfOpenTraceHelper_OpenExperiment=Open Experiment
29 TmfOpenTraceHelper_ReduceError=Something went wrong
30 TmfOpenTraceHelper_NoTraceType=No trace type associated to that trace\nPlease select a valid type
31 TmfOpenTraceHelper_ErrorTrace=Error opening trace.
32 TmfOpenTraceHelper_ErrorExperiment=Error opening experiment.
33 TmfOpenTraceHelper_InitError = Error initializing trace.
This page took 0.031771 seconds and 5 git commands to generate.