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