Remove all existing @since annotations
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / project / wizards / Messages.java
CommitLineData
12c155f5 1/*******************************************************************************
252c602c 2 * Copyright (c) 2011, 2014 Ericsson
a94410d9 3 *
12c155f5
FC
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
a94410d9 8 *
12c155f5
FC
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
339d539c 11 * Patrick Tasse - Add support for folder elements
0e1d517e 12 * Marc-Andre Laperle - Preserve folder structure on import
7d013366 13 * Bernd Hufmann - Extract ImportTraceWizard messages
12c155f5
FC
14 *******************************************************************************/
15
2bdf0193 16package org.eclipse.tracecompass.tmf.ui.project.wizards;
12c155f5
FC
17
18import org.eclipse.osgi.util.NLS;
19
b544077e 20/**
d26274e7 21 * Message strings for TMF model handling.
a94410d9 22 *
b544077e
BH
23 * @version 1.0
24 * @author Francois Chouinard
b544077e 25 */
12c155f5
FC
26public class Messages extends NLS {
27
2bdf0193 28 private static final String BUNDLE_NAME = "org.eclipse.tracecompass.tmf.ui.project.wizards.messages"; //$NON-NLS-1$
12c155f5 29
d26274e7
BH
30 /**
31 * The dialog header of the new project wizard
32 */
12c155f5 33 public static String NewProjectWizard_DialogHeader;
d26274e7
BH
34 /**
35 * The dialog message of the new project wizard
36 */
12c155f5 37 public static String NewProjectWizard_DialogMessage;
d26274e7 38 /**
ac645886 39 * The title of the select traces wizard.
d26274e7 40 */
ac645886 41 public static String SelectTracesWizard_WindowTitle;
d26274e7 42 /**
ac645886 43 * The column header for the traces (select traces wizard page).
d26274e7 44 */
ac645886 45 public static String SelectTracesWizardPage_TraceColumnHeader;
d26274e7 46 /**
ac645886 47 * The title of select traces wizard page.
d26274e7 48 */
ac645886 49 public static String SelectTracesWizardPage_WindowTitle;
d26274e7 50 /**
ac645886 51 * The description of the select traces wizard page.
d26274e7 52 */
ac645886 53 public static String SelectTracesWizardPage_Description;
f0837186
BH
54 /**
55 * The error message when selecting of traces for an experiment fails.
f0837186
BH
56 */
57 public static String SelectTracesWizardPage_SelectionError;
58 /**
59 * The task name for selecting of a trace for an experiment.
f0837186
BH
60 */
61 public static String SelectTracesWizardPage_TraceSelectionTask;
62 /**
63 * The task name for removing of a trace for an experiment.
f0837186
BH
64 */
65 public static String SelectTracesWizardPage_TraceRemovalTask;
66 /**
67 * The cancel message for the trace selection operation.
f0837186
BH
68 */
69 public static String SelectTracesWizardPage_SelectionOperationCancelled;
70 /**
71 * The error message title.
f0837186
BH
72 */
73 public static String SelectTracesWizardPage_InternalErrorTitle;
d26274e7 74 /**
002f9f07 75 * The error message when no name was entered in a dialog box (new trace or experiment dialog)
d26274e7 76 */
e12ecd30 77 public static String Dialog_EmptyNameError;
d26274e7
BH
78 /**
79 * The error message when name of trace or experiment already exists
80 */
12c155f5 81 public static String Dialog_ExistingNameError;
d26274e7
BH
82 /**
83 * The title of the new experiment dialog.
84 */
12c155f5 85 public static String NewExperimentDialog_DialogTitle;
d26274e7
BH
86 /**
87 * The label of the new experiment name field.
88 */
12c155f5 89 public static String NewExperimentDialog_ExperimentName;
d26274e7
BH
90 /**
91 * The title of the rename experiment dialog.
92 */
12c155f5 93 public static String RenameExperimentDialog_DialogTitle;
d26274e7
BH
94 /**
95 * The label of the field of the current experiment name.
96 */
12c155f5 97 public static String RenameExperimentDialog_ExperimentName;
d26274e7
BH
98 /**
99 * The label of the field for entering the new experiment name.
100 */
12c155f5 101 public static String RenameExperimentDialog_ExperimentNewName;
d26274e7
BH
102 /**
103 * The title of the copy experiment dialog.
104 */
12c155f5 105 public static String CopyExperimentDialog_DialogTitle;
d26274e7
BH
106 /**
107 * The label of the field of the current experiment name.
108 */
12c155f5 109 public static String CopyExperimentDialog_ExperimentName;
d26274e7
BH
110 /**
111 * The label of the field for entering the new experiment name.
112 */
12c155f5 113 public static String CopyExperimentDialog_ExperimentNewName;
d26274e7
BH
114 /**
115 * The title of the rename trace dialog.
116 */
12c155f5 117 public static String RenameTraceDialog_DialogTitle;
d26274e7
BH
118 /**
119 * The label of the field of the current trace name.
120 */
12c155f5 121 public static String RenameTraceDialog_TraceName;
d26274e7
BH
122 /**
123 * The label of the field for entering the new trace name.
124 */
12c155f5 125 public static String RenameTraceDialog_TraceNewName;
d26274e7
BH
126 /**
127 * The title of the copy trace dialog.
128 */
12c155f5 129 public static String CopyTraceDialog_DialogTitle;
d26274e7
BH
130 /**
131 * The label of the field of the current trace name.
132 */
12c155f5 133 public static String CopyTraceDialog_TraceName;
d26274e7
BH
134 /**
135 * The label of the field for entering the new trace name.
136 */
12c155f5 137 public static String CopyTraceDialog_TraceNewName;
339d539c
PT
138 /**
139 * The title of the new folder dialog.
339d539c
PT
140 */
141 public static String NewFolderDialog_DialogTitle;
142 /**
143 * The label of the new folder name field.
339d539c
PT
144 */
145 public static String NewFolderDialog_FolderName;
146 /**
147 * The title of the rename folder dialog.
339d539c
PT
148 */
149 public static String RenameFolderDialog_DialogTitle;
150 /**
151 * The label of the field of the current folder name.
339d539c
PT
152 */
153 public static String RenameFolderDialog_FolderName;
154 /**
155 * The label of the field for entering the new folder name.
339d539c
PT
156 */
157 public static String RenameFolderDialog_FolderNewName;
12c155f5
FC
158
159 static {
e12ecd30
BH
160 // initialize resource bundle
161 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
162 }
12c155f5 163
e12ecd30
BH
164 private Messages() {
165 }
12c155f5 166}
This page took 0.099508 seconds and 5 git commands to generate.