tmf: Bug 494689: fix failing name conflict handling in trace import
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / project / wizards / importtrace / Messages.java
CommitLineData
d04ec5a7 1/*******************************************************************************
45fc1883 2 * Copyright (c) 2013, 2016 Ericsson
d04ec5a7
MK
3 *
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
8 *
9 * Contributors:
10 * Matthew Khouzam - Initial API and implementation
7d013366 11 * Bernd Hufmann - Add ImportTraceWizard messages
d04ec5a7
MK
12 *******************************************************************************/
13
2bdf0193 14package org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace;
d04ec5a7
MK
15
16import org.eclipse.osgi.util.NLS;
17
18/**
7d013366 19 * The messages for import trace wizards.
d04ec5a7 20 * @author Matthew Khouzam
d04ec5a7 21 */
d04ec5a7 22public class Messages extends NLS {
2bdf0193 23 private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.tmf.ui.project.wizards.importtrace.messages"; //$NON-NLS-1$
d04ec5a7 24
1de10308 25 // Import Trace Wizard
7d013366
BH
26 /**
27 * The dialog title of the import trace wizard
7d013366
BH
28 */
29 public static String ImportTraceWizard_DialogTitle;
30 /**
31 * The title of the file system within the import trace wizard
7d013366
BH
32 */
33 public static String ImportTraceWizard_FileSystemTitle;
34 /**
35 * The title of the the import trace wizard page.
7d013366
BH
36 */
37 public static String ImportTraceWizard_ImportTrace;
38 /**
39 * The label of the directory location (import trace wizard)
7d013366
BH
40 */
41 public static String ImportTraceWizard_DirectoryLocation;
c8cf44dc
MAL
42 /**
43 * The label of the archive location (import trace wizard)
44 */
45 public static String ImportTraceWizard_ArchiveLocation;
7d013366
BH
46 /**
47 * The title of the select trace directory dialog (import trace wizard)
7d013366
BH
48 */
49 public static String ImportTraceWizard_SelectTraceDirectoryTitle;
c8cf44dc
MAL
50 /**
51 * The title of the select trace archive dialog (import trace wizard)
52 */
53 public static String ImportTraceWizard_SelectTraceArchiveTitle;
7d013366
BH
54 /**
55 * The message of the select trace directory dialog (import trace wizard)
7d013366
BH
56 */
57 public static String ImportTraceWizard_SelectTraceDirectoryMessage;
58 /**
59 * The title of the trace type label (import trace wizard)
7d013366
BH
60 */
61 public static String ImportTraceWizard_TraceType;
62 /**
63 * The label of the overwrite checkbox (import trace wizard)
7d013366
BH
64 */
65 public static String ImportTraceWizard_OverwriteExistingTrace;
66 /**
67 * The label of the checkbox to create a link to the trace in workspace (import trace wizard)
7d013366
BH
68 */
69 public static String ImportTraceWizard_CreateLinksInWorkspace;
70 /**
71 * The label of the checkbox to preserve the folder structure of selected the traces in workspace (import trace wizard)
7d013366
BH
72 */
73 public static String ImportTraceWizard_PreserveFolderStructure;
45fc1883
BH
74 /**
75 * The label of the checkbox to create an experiment after importing traces (import trace wizard)
76 */
77 public static String ImportTraceWizard_CreateExperiment;
7d013366
BH
78 /**
79 * The error message for invalid trace directory (import trace wizard)
7d013366
BH
80 */
81 public static String ImportTraceWizard_InvalidTraceDirectory;
82 /**
83 * The error message when a trace validation failed (import trace wizard).
7d013366
BH
84 */
85 public static String ImportTraceWizard_TraceValidationFailed;
c47c8803
BH
86 /**
87 * The title of message dialog (import trace wizard).
88 */
89 public static String ImportTraceWizard_MessageTitle;
7d013366
BH
90 /**
91 * The error message when a trace already exists in project (import trace wizard).
7d013366
BH
92 */
93 public static String ImportTraceWizard_TraceAlreadyExists;
94 /**
95 * The title of rename button for import configuration dialog.
7d013366
BH
96 */
97 public static String ImportTraceWizard_ImportConfigurationRename;
98 /**
99 * The title of rename all button for import configuration dialog.
7d013366
BH
100 */
101 public static String ImportTraceWizard_ImportConfigurationRenameAll;
102 /**
103 * The title of overwrite button for import configuration dialog.
7d013366
BH
104 */
105 public static String ImportTraceWizard_ImportConfigurationOverwrite;
106 /**
107 * The title of overwrite all button for import configuration dialog.
7d013366
BH
108 */
109 public static String ImportTraceWizard_ImportConfigurationOverwriteAll;
110 /**
111 * The title of skip button for import configuration dialog.
7d013366
BH
112 */
113 public static String ImportTraceWizard_ImportConfigurationSkip;
114 /**
115 * The title of skip all button for import configuration dialog.
7d013366
BH
116 */
117 public static String ImportTraceWizard_ImportConfigurationSkipAll;
118 /**
119 * The error message when trace source is empty (import trace wizard).
7d013366
BH
120 */
121 public static String ImportTraceWizard_SelectTraceSourceEmpty;
c8cf44dc
MAL
122 /**
123 * The error message when the specified archive file is not valid.
124 */
125 public static String ImportTraceWizard_BadArchiveFormat;
7d013366
BH
126 /**
127 * The error message when no trace is selected (import trace wizard).
7d013366
BH
128 */
129 public static String ImportTraceWizard_SelectTraceNoneSelected;
130 /**
131 * The error message when an error occurred during import operation.
7d013366
BH
132 */
133 public static String ImportTraceWizard_ImportProblem;
45fc1883
BH
134 /**
135 * The error message when an experiment already exists
136 */
137 public static String ImportTraceWizard_ErrorExperimentAlreadyExists;
138 /**
139 * The error message when a resource in experiment folder already exists
140 */
141 public static String ImportTraceWizard_ErrorResourceAlreadyExists;
142 /**
143 * The error message when an experiment name is invalid
144 */
145 public static String ImportTraceWizard_ErrorExperimentNameInvalid;
146 /**
147 * The error message when no experiment name was entered
148 */
149 public static String ImportTraceWizard_ErrorEmptyExperimentName;
7d013366
BH
150 /**
151 * The error message if destination directory is a virtual folder.
7d013366
BH
152 */
153 public static String ImportTraceWizard_CannotImportFilesUnderAVirtualFolder;
154 /**
155 * The error message if destination directory is a virtual folder (for a link).
7d013366
BH
156 */
157 public static String ImportTraceWizard_HaveToCreateLinksUnderAVirtualFolder;
158 /**
159 * The label string of the browse button.
7d013366
BH
160 */
161 public static String ImportTraceWizard_BrowseButton;
162 /**
163 * The information label string.
7d013366
BH
164 */
165 public static String ImportTraceWizard_Information;
166 /**
167 * The label of the checkbox to import unrecognized trace files
7d013366
BH
168 */
169 public static String ImportTraceWizard_ImportUnrecognized;
170 /**
171 * The message when the import operation was cancelled.
7d013366
BH
172 */
173 public static String ImportTraceWizard_ImportOperationCancelled;
174 /**
175 * The message when the trace type is not found.
7d013366
BH
176 */
177 public static String ImportTraceWizard_TraceTypeNotFound;
178 /**
179 * The import operation task name.
7d013366
BH
180 */
181 public static String ImportTraceWizard_ImportOperationTaskName;
c8cf44dc
MAL
182 /**
183 * The extract import operation task name
184 */
185 public static String ImportTraceWizard_ExtractImportOperationTaskName;
7d013366
BH
186 /**
187 * The label to indicate that trace type auto detection shall be used.
7d013366
BH
188 */
189 public static String ImportTraceWizard_AutoDetection;
190
d04ec5a7
MK
191 static {
192 // initialize resource bundle
193 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
194 }
195
196 private Messages() {
197 }
198}
This page took 0.118123 seconds and 5 git commands to generate.