ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / project / wizards / tracepkg / importexport / Messages.java
CommitLineData
6e651d8b
MAL
1/*******************************************************************************
2 * Copyright (c) 2013 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 * Marc-Andre Laperle - Initial API and implementation
11 *******************************************************************************/
12
13package org.eclipse.linuxtools.internal.tmf.ui.project.wizards.tracepkg.importexport;
14
15import org.eclipse.osgi.util.NLS;
16
17/**
18 * Messages for the trace package export wizard
19 *
20 * @author Marc-Andre Laperle
21 */
22public class Messages extends NLS {
23 private static final String BUNDLE_NAME = "org.eclipse.linuxtools.internal.tmf.ui.project.wizards.tracepkg.importexport.messages"; //$NON-NLS-1$
24
25 /**
26 * The message under the select trace wizard page title
27 */
28 public static String ExportTracePackageSelectTraceWizardPage_ChooseTrace;
29
30 /**
31 * The description of the project selection list
32 */
33 public static String ExportTracePackageSelectTraceWizardPage_ProjectSelection;
34
35 /**
36 * The description of the trace selection list
37 */
38 public static String ExportTracePackageSelectTraceWizardPage_TraceSelection;
39
40 /**
41 * Dialog text when target file already exists
42 */
43 public static String ExportTracePackageWizardPage_AlreadyExitst;
44
45 /**
46 * The approximate size label
47 */
48 public static String ExportTracePackageWizardPage_ApproximateSizeLbl;
49
50 /**
51 * The message under the wizard page title
52 */
53 public static String ExportTracePackageWizardPage_ChooseContent;
54
55 /**
56 * Text for the compress contents checkbox
57 */
58 public static String ExportTracePackageWizardPage_CompressContents;
59
60 /**
61 * Text for the first column (content)
62 */
63 public static String ExportTracePackageWizardPage_ContentColumnName;
64
65 /**
66 * Text for the options group
67 */
68 public static String ExportTracePackageWizardPage_Options;
69
70 /**
71 * Text for the tar format option
72 */
73 public static String ExportTracePackageWizardPage_SaveInTarFormat;
74
75 /**
76 * Text for the zip format option
77 */
78 public static String ExportTracePackageWizardPage_SaveInZipFormat;
79
80 /**
81 * Byte units
82 */
83 public static String ExportTracePackageWizardPage_SizeByte;
84
85 /**
86 * Text for the second column (size)
87 */
88 public static String ExportTracePackageWizardPage_SizeColumnName;
89
90 /**
91 * Gigabyte units
92 */
93 public static String ExportTracePackageWizardPage_SizeGigabyte;
94
95 /**
96 * Kilobyte units
97 */
98 public static String ExportTracePackageWizardPage_SizeKilobyte;
99
100 /**
101 * Megabyte units
102 */
103 public static String ExportTracePackageWizardPage_SizeMegabyte;
104
105 /**
106 * Terabyte units
107 */
108 public static String ExportTracePackageWizardPage_SizeTerabyte;
109
110 /**
111 * Title for the wizard page
112 */
113 public static String ExportTracePackageWizardPage_Title;
114
115 /**
116 * Label for the file path
117 */
118 public static String ExportTracePackageWizardPage_ToArchive;
119
120 /**
121 * Dialog text when a trace with the same name already exists
122 */
123 public static String ImportTracePackageWizardPage_AlreadyExists;
124
125 /**
126 * Title for the import page
127 */
128 public static String ImportTracePackageWizardPage_Title;
129
130 /**
131 * Text for the source archive label
132 */
133 public static String ImportTracePackageWizardPage_FromArchive;
134
135 /**
136 * Text for the reading package job
137 */
138 public static String ImportTracePackageWizardPage_ReadingPackage;
139
140 /**
141 * Message when file is not found
142 */
143 public static String ImportTracePackageWizardPage_ErrorFileNotFound;
144
145 /**
146 * Message when trace type could not be set
147 */
148 public static String ImportTracePackageWizardPage_ErrorSettingTraceType;
149
150 /**
151 * Message when the trace could not be found after importing the files
152 */
153 public static String ImportTracePackageWizardPage_ErrorFindingImportedTrace;
154
155 /**
156 * The message displayed under the title
157 */
158 public static String ImportTracePackageWizardPage_Message;
159
160 /**
161 * Generic error message for the import operation
162 */
163 public static String ImportTracePackageWizardPage_ErrorOperation;
164
165 /**
166 * Project text label
167 */
168 public static String ImportTracePackageWizardPage_Project;
169
170 /**
171 * The select project button text
172 */
173 public static String ImportTracePackageWizardPage_SelectProjectButton;
174
175 /**
176 * The select project dialog title
177 */
178 public static String ImportTracePackageWizardPage_SelectProjectDialogTitle;
179
180 /**
181 * Text for the generating package job
182 */
183 public static String TracePackageExportOperation_GeneratingPackage;
184
185 /**
186 * Text when error occurs creating a bookmark
187 */
188 public static String TracePackageImportOperation_ErrorCreatingBookmark;
189
f7885d6d
MAL
190 /**
191 * Text for the detecting trace type job
192 */
193 public static String TracePackageImportOperation_DetectingTraceType;
194
6e651d8b
MAL
195 /**
196 * Text when error occurs creating a bookmark file
197 */
198 public static String TracePackageImportOperation_ErrorCreatingBookmarkFile;
199
200 /**
201 * Text for the importing package job
202 */
203 public static String TracePackageImportOperation_ImportingPackage;
204
205 /**
206 * Text when error occurs when the manifest is not found in the archive
207 */
208 public static String TracePackageExtractManifestOperation_ErrorManifestNotFound;
209
210 /**
211 * Text when error occurs when the manifest is not valid
212 */
213 public static String TracePackageExtractManifestOperation_ErrorManifestNotValid;
214
215 /**
216 * Generic error message when reading the manifest
217 */
218 public static String TracePackageExtractManifestOperation_ErrorReadingManifest;
219
220 /**
221 * Error message when the file is an invalid format
222 */
223 public static String TracePackageExtractManifestOperation_InvalidFormat;
224
225 /**
226 * Error when the schema file cannot be found to validate the export
227 * manifest
228 */
229 public static String TracePackageExtractManifestOperation_SchemaFileNotFound;
230
231 static {
232 // initialize resource bundle
233 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
234 }
235
236 private Messages() {
237 }
238
239}
This page took 0.044673 seconds and 5 git commands to generate.