Merge branch 'master' into luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / 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 # NewProjectWizard
14 NewProjectWizard_DialogHeader = Tracing Project
15 NewProjectWizard_DialogMessage = Create a Tracing Project
16
17 # SelectTracesWizard
18 SelectTracesWizard_WindowTitle=Select Traces
19 SelectTracesWizardPage_TraceColumnHeader=Trace
20 SelectTracesWizardPage_WindowTitle=Select Traces
21 SelectTracesWizardPage_Description=Select the traces to add to the experiment
22
23 # Common Experiment/Trace dialog errors
24 Dialog_EmptyNameError = No name specified
25 Dialog_ExistingNameError = Name already used
26
27 # NewExperiment dialog
28 NewExperimentDialog_DialogTitle = New Experiment
29 NewExperimentDialog_ExperimentName = Experiment name:
30
31 # RenameExperiment dialog
32 RenameExperimentDialog_DialogTitle = Rename Experiment
33 RenameExperimentDialog_ExperimentName = Old Experiment name:
34 RenameExperimentDialog_ExperimentNewName = New Experiment name:
35
36 # CopyExperiment dialog
37 CopyExperimentDialog_DialogTitle = Copy Experiment
38 CopyExperimentDialog_ExperimentName = Source Experiment name:
39 CopyExperimentDialog_ExperimentNewName = New Experiment name:
40
41 # RenameTrace dialog
42 RenameTraceDialog_DialogTitle = Rename Trace
43 RenameTraceDialog_TraceName = Old Trace name:
44 RenameTraceDialog_TraceNewName = New Trace name:
45
46 # CopyTrace dialog
47 CopyTraceDialog_DialogTitle = Copy Trace
48 CopyTraceDialog_TraceName = Source Trace name:
49 CopyTraceDialog_TraceNewName = New Trace name:
This page took 0.034068 seconds and 6 git commands to generate.