tmf: Support custom parser category in utils, properties and commands
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / Messages.java
CommitLineData
a0a88f65 1/*******************************************************************************
60ae41e1 2 * Copyright (c) 2012, 2014 Ericsson
a0a88f65
AM
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 *******************************************************************************/
9
be222f56
PT
10package org.eclipse.linuxtools.internal.tmf.ui;
11
12import org.eclipse.osgi.util.NLS;
13
a0a88f65
AM
14/**
15 * TMF message bundle
16 */
17@SuppressWarnings("javadoc")
be222f56 18public class Messages extends NLS {
a0a88f65 19
be222f56
PT
20 private static final String BUNDLE_NAME = "org.eclipse.linuxtools.internal.tmf.ui.messages"; //$NON-NLS-1$
21
22 public static String ManageCustomParsersDialog_DeleteButtonLabel;
23 public static String ManageCustomParsersDialog_DeleteConfirmation;
24 public static String ManageCustomParsersDialog_DeleteParserDialogHeader;
25 public static String ManageCustomParsersDialog_DialogHeader;
26 public static String ManageCustomParsersDialog_EditButtonLabel;
27 public static String ManageCustomParsersDialog_ExportButtonLabel;
28 public static String ManageCustomParsersDialog_ExportParserSelection;
29 public static String ManageCustomParsersDialog_ImportButtonLabel;
30 public static String ManageCustomParsersDialog_ImportParserSelection;
31 public static String ManageCustomParsersDialog_NewButtonLabel;
32 public static String ManageCustomParsersDialog_ParseButtonLabel;
33 public static String ManageCustomParsersDialog_ParseError;
34 public static String ManageCustomParsersDialog_TextButtonLabel;
35 public static String ManageCustomParsersDialog_TraceSelection;
36
be222f56 37 public static String TmfEventsTable_AddBookmarkActionText;
3be2946f 38 public static String TmfEventsTable_AddBookmarkDialogMessage;
be222f56
PT
39 public static String TmfEventsTable_AddBookmarkDialogTitle;
40 public static String TmfEventsTable_ApplyPresetFilterMenuName;
41 public static String TmfEventsTable_ClearFiltersActionText;
42 public static String TmfEventsTable_ContentColumnHeader;
d3de0920 43 public static String TmfEventsTable_Export_to_text;
be222f56
PT
44 public static String TmfEventsTable_FilterHint;
45 public static String TmfEventsTable_HideRawActionText;
46 public static String TmfEventsTable_HideTableActionText;
2db176a0 47 public static String TmfEventsTable_MultipleBookmarksToolTip;
029df6e3
JCK
48 public static String TmfEventsTable_OpenSourceCodeActionText;
49 public static String TmfEventsTable_OpenSourceCodeNotFound;
50 public static String TmfEventsTable_OpenSourceCodeSelectFileDialogTitle;
60fb38b8
PT
51 public static String TmfEventsTable_OpenModelActionText;
52 public static String TmfEventsTable_OpenModelUnsupportedURI;
be222f56
PT
53 public static String TmfEventsTable_ReferenceColumnHeader;
54 public static String TmfEventsTable_RemoveBookmarkActionText;
55 public static String TmfEventsTable_SearchHint;
56 public static String TmfEventsTable_SearchingJobName;
57 public static String TmfEventsTable_ShowFilterBarActionText;
58 public static String TmfEventsTable_ShowRawActionText;
59 public static String TmfEventsTable_ShowSearchBarActionText;
60 public static String TmfEventsTable_ShowTableActionText;
61 public static String TmfEventsTable_SourceColumnHeader;
62 public static String TmfEventsTable_TimestampColumnHeader;
63 public static String TmfEventsTable_TypeColumnHeader;
64
65 public static String TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS;
66 public static String TmfTimeFilterDialog_TRACE_FILTER;
67 public static String TmfTimeFilterDialog_TRACE_FILTER_DESC;
68 public static String TmfTimeFilterDialog_TRACE_ID;
69 public static String TmfTimeFilterDialog_TRACE_NAME;
70 public static String TmfTimeLegend_LEGEND;
71 public static String TmfTimeLegend_TRACE_STATES;
72 public static String TmfTimeLegend_TRACE_STATES_TITLE;
73 public static String TmfTimeLegend_WINDOW_TITLE;
74 public static String TmfTimeLegend_StateTypeName;
8f91a789
AM
75 public static String TmfTimeFilterDialog_WINDOW_TITLE;
76 public static String TmfTimeFilterDialog_MESSAGE;
8906e53c
SM
77 public static String TmfTimeFilterDialog_CHECK_ALL;
78 public static String TmfTimeFilterDialog_UNCHECK_ALL;
79 public static String TmfTimeFilterDialog_CHECK_SELECTED;
80 public static String TmfTimeFilterDialog_UNCHECK_SELECTED;
03beb743
SM
81 public static String TmfTimeFilterDialog_CHECK_SUBTREE;
82 public static String TmfTimeFilterDialog_UNCHECK_SUBTREE;
be222f56
PT
83
84 public static String TmfTimeTipHandler_DURATION;
85 public static String TmfTimeTipHandler_TRACE_DATE;
86 public static String TmfTimeTipHandler_TRACE_EVENT_TIME;
87 public static String TmfTimeTipHandler_TRACE_START_TIME;
88 public static String TmfTimeTipHandler_TRACE_STATE;
89 public static String TmfTimeTipHandler_TRACE_STOP_TIME;
90
8f91a789
AM
91 public static String TmfTimeGraphCombo_FilterActionNameText;
92 public static String TmfTimeGraphCombo_FilterActionToolTipText;
93
be222f56
PT
94 public static String TmfTimeGraphViewer_ResetScaleActionNameText;
95 public static String TmfTimeGraphViewer_ResetScaleActionToolTipText;
96 public static String TmfTimeGraphViewer_LegendActionNameText;
97 public static String TmfTimeGraphViewer_LegendActionToolTipText;
98 public static String TmfTimeGraphViewer_NextEventActionNameText;
99 public static String TmfTimeGraphViewer_NextEventActionToolTipText;
100 public static String TmfTimeGraphViewer_PreviousEventActionNameText;
101 public static String TmfTimeGraphViewer_PreviousEventActionToolTipText;
102 public static String TmfTimeGraphViewer_NextItemActionNameText;
103 public static String TmfTimeGraphViewer_NextItemActionToolTipText;
104 public static String TmfTimeGraphViewer_PreviousItemActionNameText;
105 public static String TmfTimeGraphViewer_PreviousItemActionToolTipText;
106 public static String TmfTimeGraphViewer_ZoomInActionNameText;
107 public static String TmfTimeGraphViewer_ZoomInActionToolTipText;
108 public static String TmfTimeGraphViewer_ZoomOutActionNameText;
109 public static String TmfTimeGraphViewer_ZoomOutActionToolTipText;
79ec0b89
PT
110 public static String TmfTimeGraphViewer_HideArrowsActionNameText;
111 public static String TmfTimeGraphViewer_HideArrowsActionToolTipText;
086f21ae
PT
112 public static String TmfTimeGraphViewer_FollowArrowForwardActionNameText;
113 public static String TmfTimeGraphViewer_FollowArrowForwardActionToolTipText;
114 public static String TmfTimeGraphViewer_FollowArrowBackwardActionNameText;
115 public static String TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText;
be222f56
PT
116
117 public static String ColorsView_AddActionToolTipText;
118 public static String ColorsView_BackgroundButtonText;
119 public static String ColorsView_BackgroundDialogText;
120 public static String ColorsView_DeleteActionToolTipText;
121 public static String ColorsView_ExportActionToolTipText;
122 public static String ColorsView_FilterButtonText;
123 public static String ColorsView_ForegroundButtonText;
124 public static String ColorsView_ForegroundDialogText;
125 public static String ColorsView_ImportActionToolTipText;
126 public static String ColorsView_ImportOverwriteDialogMessage1;
127 public static String ColorsView_ImportOverwriteDialogMessage2;
128 public static String ColorsView_ImportOverwriteDialogTitle;
129 public static String ColorsView_MoveDownActionToolTipText;
130 public static String ColorsView_MoveUpActionToolTipText;
131 public static String ColorsView_TickButtonText;
132 public static String TickColorDialog_TickColorDialogTitle;
133
134 public static String CustomTxtParserInputWizardPage_addChildLine;
135 public static String CustomTxtParserInputWizardPage_addGroup;
136 public static String CustomTxtParserInputWizardPage_addNextLine;
137 public static String CustomTxtParserInputWizardPage_append;
138 public static String CustomTxtParserInputWizardPage_appendWith;
139 public static String CustomTxtParserInputWizardPage_capturedGroup;
140 public static String CustomTxtParserInputWizardPage_cardinality;
be222f56
PT
141 public static String CustomTxtParserInputWizardPage_desccriptionEdit;
142 public static String CustomTxtParserInputWizardPage_descriptionNew;
143 public static String CustomTxtParserInputWizardPage_format;
144 public static String CustomTxtParserInputWizardPage_group;
145 public static String CustomTxtParserInputWizardPage_highlightAll;
146 public static String CustomTxtParserInputWizardPage_logType;
147 public static String CustomTxtParserInputWizardPage_matchingLineRoot;
148 public static String CustomTxtParserInputWizardPage_matchingOtherLine;
149 public static String CustomTxtParserInputWizardPage_matchingRootLine;
150 public static String CustomTxtParserInputWizardPage_max;
151 public static String CustomTxtParserInputWizardPage_min;
152 public static String CustomTxtParserInputWizardPage_moveDown;
153 public static String CustomTxtParserInputWizardPage_moveUp;
154 public static String CustomTxtParserInputWizardPage_name;
155 public static String CustomTxtParserInputWizardPage_newGroup;
156 public static String CustomTxtParserInputWizardPage_noMatch;
157 public static String CustomTxtParserInputWizardPage_noMatchingGroup;
158 public static String CustomTxtParserInputWizardPage_noMatchingLine;
159 public static String CustomTxtParserInputWizardPage_noMatchingTimestamp;
160 public static String CustomTxtParserInputWizardPage_noMathcingLine;
161 public static String CustomTxtParserInputWizardPage_nonMatchingLine;
162 public static String CustomTxtParserInputWizardPage_noTimestampGroup;
163 public static String CustomTxtParserInputWizardPage_preview;
164 public static String CustomTxtParserInputWizardPage_previewInput;
165 public static String CustomTxtParserInputWizardPage_previewLegend;
166 public static String CustomTxtParserInputWizardPage_regularExpression;
167 public static String CustomTxtParserInputWizardPage_regularExpressionHelp;
168 public static String CustomTxtParserInputWizardPage_removeGroup;
169 public static String CustomTxtParserInputWizardPage_removeLine;
170 public static String CustomTxtParserInputWizardPage_set;
171 public static String CustomTxtParserInputWizardPage_timestampFormat;
313a5081 172 public static String CustomTxtParserInputWizardPage_timestampFormatHelp;
be222f56
PT
173 public static String CustomTxtParserInputWizardPage_uncapturedText;
174 public static String CustomTxtParserInputWizardPage_unidentifiedCaptureGroup;
175 public static String CustomTxtParserInputWizardPage_windowTitleEdit;
176 public static String CustomTxtParserInputWizardPage_windowTitleNew;
177 public static String CustomTxtParserOutputWizardPage_description;
178 public static String CustomTxtParserOutputWizardPage_moveAfter;
179 public static String CustomTxtParserOutputWizardPage_moveBefore;
180 public static String CustomTxtParserOutputWizardPage_visible;
181 public static String CustomXmlParserInputWizardPage_emptyLogTypeError;
182 public static String CustomXmlParserInputWizardPage_duplicatelogTypeError;
183 public static String CustomXmlParserInputWizardPage_noDocumentError;
184 public static String CustomXmlParserInputWizardPage_missingLogEntryError;
185 public static String CustomXmlParserInputWizardPage_missingTimestampFmtError;
186 public static String CustomXmlParserInputWizardPage_invalidTimestampFmtError;
187 public static String CustomXmlParserInputWizardPage_notimestamporAttributeError;
188 public static String CustomXmlParserInputWizardPage_missingDocumentElementError;
189 public static String CustomXmlParserInputWizardPage_timestampFormatPrompt;
190 public static String CustomXmlParserInputWizardPage_timestampElementPrompt;
191 public static String CustomXmlParserInputWizardPage_missingInputElementNameError;
192 public static String CustomXmlParserInputWizardPage_attributePrompt;
193 public static String CustomXmlParserInputWizardPage_missingAttribute;
194 public static String CustomXmlParserInputWizardPage_duplicateAttributeError;
195 public static String CustomXmlParserInputWizardPage_missingTimestampInFmtError;
196 public static String CustomXmlParserInputWizardPage_invalidTimestampInFmtError;
197 public static String CustomXmlParserInputWizardPage_missingDataGroupNameError;
198 public static String CustomXmlParserInputWizardPage_missingElementNameError;
199 public static String CustomXmlParserInputWizardPage_duplicateElementNameError;
200 public static String CustomXmlParserInputWizardPage_addAttribute;
201 public static String CustomXmlParserInputWizardPage_addChildElement;
202 public static String CustomXmlParserInputWizardPage_addDocumentEleemnt;
203 public static String CustomXmlParserInputWizardPage_addDocumentElement;
204 public static String CustomXmlParserInputWizardPage_addNextElement;
205 public static String CustomXmlParserInputWizardPage_append;
206 public static String CustomXmlParserInputWizardPage_appendWith;
207 public static String CustomXmlParserInputWizardPage_attibute;
be222f56
PT
208 public static String CustomXmlParserInputWizardPage_descriptionEdit;
209 public static String CustomXmlParserInputWizardPage_descriptionNew;
210 public static String CustomXmlParserInputWizardPage_elementName;
211 public static String CustomXmlParserInputWizardPage_feelingLucky;
212 public static String CustomXmlParserInputWizardPage_format;
213 public static String CustomXmlParserInputWizardPage_logEntry;
214 public static String CustomXmlParserInputWizardPage_logType;
215 public static String CustomXmlParserInputWizardPage_moveDown;
216 public static String CustomXmlParserInputWizardPage_moveUp;
217 public static String CustomXmlParserInputWizardPage_name;
218 public static String CustomXmlParserInputWizardPage_newAttibute;
219 public static String CustomXmlParserInputWizardPage_noMatchingAttribute;
220 public static String CustomXmlParserInputWizardPage_noMatch;
221 public static String CustomXmlParserInputWizardPage_noMatchingElement;
222 public static String CustomXmlParserInputWizardPage_preview;
223 public static String CustomXmlParserInputWizardPage_previewInput;
224 public static String CustomXmlParserInputWizardPage_removeAttribute;
225 public static String CustomXmlParserInputWizardPage_removeElement;
226 public static String CustomXmlParserInputWizardPage_set;
227 public static String CustomXmlParserInputWizardPage_tagName;
228 public static String CustomXmlParserInputWizardPage_timestampFormat;
313a5081 229 public static String CustomXmlParserInputWizardPage_timestampFormatHelp;
be222f56
PT
230 public static String CustomXmlParserInputWizardPage_titleEdit;
231 public static String CustomXmlParserInputWizardPage_titleNew;
232 public static String CustomXmlParserOutputWizardPage_description;
233 public static String CustomXmlParserOutputWizardPage_moveAfter;
234 public static String CustomXmlParserOutputWizardPage_moveBefore;
235 public static String CustomXmlParserOutputWizardPage_visible;
236
237 public static String FilterDialog_FilterDialogTitle;
238 public static String FilterView_AddActionToolTipText;
239 public static String FilterView_DeleteActionToolTipText;
240 public static String FilterView_ExportActionToolTipText;
241 public static String FilterView_FileDialogFilterName;
242 public static String FilterView_ImportActionToolTipText;
243 public static String FilterView_SaveActionToolTipText;
244 public static String FilterViewer_EmptyTreeHintText;
245 public static String FilterViewer_CommonCategory;
246 public static String FilterViewer_AlphaButtonText;
be222f56
PT
247 public static String FilterViewer_FieldLabel;
248 public static String FilterViewer_FilterNameHint;
249 public static String FilterViewer_IgnoreCaseButtonText;
250 public static String FilterViewer_NameLabel;
251 public static String FilterViewer_NewPrefix;
252 public static String FilterViewer_NotLabel;
253 public static String FilterViewer_NumButtonText;
254 public static String FilterViewer_RegexHint;
255 public static String FilterViewer_RegexLabel;
256 public static String FilterViewer_ResultLabel;
a1bc6c45 257 public static String FilterViewer_Subfilter_ToolTip;
be222f56
PT
258 public static String FilterViewer_TimestampButtonText;
259 public static String FilterViewer_TypeLabel;
260 public static String FilterViewer_ValueHint;
261 public static String FilterViewer_ValueLabel;
262
263 public static String TmfView_PinActionNameText;
264 public static String TmfView_PinActionToolTipText;
265
60b4d44c 266 public static String CallStackPresentationProvider_Thread;
e8251298
PT
267 public static String CallStackView_FunctionColumn;
268 public static String CallStackView_DepthColumn;
269 public static String CallStackView_EntryTimeColumn;
270 public static String CallStackView_ExitTimeColumn;
271 public static String CallStackView_DurationColumn;
272 public static String CallStackView_StackInfoNotAvailable;
46cc1ade
PT
273 public static String CallStackView_SortByThreadName;
274 public static String CallStackView_SortByThreadId;
275 public static String CallStackView_SortByThreadTime;
5da83da5
AM
276 public static String CallStackView_ImportMappingButtonText;
277 public static String CallStackView_ImportMappingButtonTooltip;
278 public static String CallStackView_ImportMappingDialogTitle;
279 public static String CallStackView_ImportMappingJobName;
280
41d9ce5b
MAL
281 public static String CallStackView_ImportBinaryFileButtonText;
282 public static String CallStackView_ImportBinaryFileButtonTooltip;
283 public static String CallStackView_ImportBinaryFileDialogTitle;
284
d3de0920
XR
285 public static String ExportToTextJob_Export_to;
286 public static String ExportToTextJob_Export_trace_to;
287 public static String ExportToTextJob_Unable_to_export_trace;
288
be222f56
PT
289 static {
290 // initialize resource bundle
291 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
292 }
293
294 private Messages() {
295 }
296}
This page took 0.054793 seconds and 5 git commands to generate.