lttng rcp: add tracing rcp "file->open" buttons
[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_LinkFailed=Link creation failed
25 TmfOpenTraceHelper_NoTraceTypeMatch=No trace types found to match location
26 TmfOpenTraceHelper_OpenTrace=Open Trace
27 TmfOpenTraceHelper_ReduceError=Something went wrong
28 TmfOpenTraceHelper_NoTraceType=No trace type associated to that trace\nPlease select a valid type
29 TmfOpenTraceHelper_Error=Error opening trace.
30 TmfOpenTraceHelper_InitError = Error initializing trace.
This page took 0.030842 seconds and 5 git commands to generate.