Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 264ebd8f1b8293e4912bb29309a5ee804fadd9b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
/*******************************************************************************
 * Copyright (c) 2012, 2014 Ericsson
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 *******************************************************************************/

package org.eclipse.linuxtools.internal.tmf.ui;

import org.eclipse.osgi.util.NLS;

/**
 * TMF message bundle
 */
@SuppressWarnings("javadoc")
public class Messages extends NLS {

    private static final String BUNDLE_NAME = "org.eclipse.linuxtools.internal.tmf.ui.messages"; //$NON-NLS-1$

    public static String ManageCustomParsersDialog_ConflictMessage;
    public static String ManageCustomParsersDialog_ConflictRenameButtonLabel;
    public static String ManageCustomParsersDialog_ConflictSkipButtonLabel;
    public static String ManageCustomParsersDialog_DeleteButtonLabel;
    public static String ManageCustomParsersDialog_DeleteConfirmation;
    public static String ManageCustomParsersDialog_DeleteParserDialogHeader;
    public static String ManageCustomParsersDialog_DialogHeader;
    public static String ManageCustomParsersDialog_EditButtonLabel;
    public static String ManageCustomParsersDialog_ExportButtonLabel;
    public static String ManageCustomParsersDialog_ExportParserSelection;
    public static String ManageCustomParsersDialog_ImportButtonLabel;
    public static String ManageCustomParsersDialog_ImportParserSelection;
    public static String ManageCustomParsersDialog_NewButtonLabel;
    public static String ManageCustomParsersDialog_TextButtonLabel;

    public static String TmfEventsTable_AddBookmarkActionText;
    public static String TmfEventsTable_AddBookmarkDialogMessage;
    public static String TmfEventsTable_AddBookmarkDialogTitle;
    public static String TmfEventsTable_ApplyPresetFilterMenuName;
    public static String TmfEventsTable_ClearFiltersActionText;
    public static String TmfEventsTable_CollapseFilterMenuName;
    public static String TmfEventsTable_ContentColumnHeader;
    public static String TmfEventsTable_Export_to_text;
    public static String TmfEventsTable_FilterHint;
    public static String TmfEventsTable_HideRawActionText;
    public static String TmfEventsTable_HideTableActionText;
    public static String TmfEventsTable_MultipleBookmarksToolTip;
    public static String TmfEventsTable_OpenSourceCodeActionText;
    public static String TmfEventsTable_OpenSourceCodeNotFound;
    public static String TmfEventsTable_OpenSourceCodeSelectFileDialogTitle;
    public static String TmfEventsTable_OpenModelActionText;
    public static String TmfEventsTable_OpenModelUnsupportedURI;
    public static String TmfEventsTable_ReferenceColumnHeader;
    public static String TmfEventsTable_RemoveBookmarkActionText;
    public static String TmfEventsTable_SearchHint;
    public static String TmfEventsTable_SearchingJobName;
    public static String TmfEventsTable_ShowFilterBarActionText;
    public static String TmfEventsTable_ShowRawActionText;
    public static String TmfEventsTable_ShowSearchBarActionText;
    public static String TmfEventsTable_ShowTableActionText;
    public static String TmfEventsTable_SourceColumnHeader;
    public static String TmfEventsTable_TimestampColumnHeader;
    public static String TmfEventsTable_TypeColumnHeader;

    public static String TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS;
    public static String TmfTimeFilterDialog_TRACE_FILTER;
    public static String TmfTimeFilterDialog_TRACE_FILTER_DESC;
    public static String TmfTimeFilterDialog_TRACE_ID;
    public static String TmfTimeFilterDialog_TRACE_NAME;
    public static String TmfTimeLegend_LEGEND;
    public static String TmfTimeLegend_TRACE_STATES;
    public static String TmfTimeLegend_TRACE_STATES_TITLE;
    public static String TmfTimeLegend_WINDOW_TITLE;
    public static String TmfTimeLegend_StateTypeName;
    public static String TmfTimeFilterDialog_WINDOW_TITLE;
    public static String TmfTimeFilterDialog_MESSAGE;
    public static String TmfTimeFilterDialog_CHECK_ALL;
    public static String TmfTimeFilterDialog_UNCHECK_ALL;
    public static String TmfTimeFilterDialog_CHECK_SELECTED;
    public static String TmfTimeFilterDialog_UNCHECK_SELECTED;
    public static String TmfTimeFilterDialog_CHECK_SUBTREE;
    public static String TmfTimeFilterDialog_UNCHECK_SUBTREE;

    public static String TmfTimeTipHandler_DURATION;
    public static String TmfTimeTipHandler_LINK_SOURCE;
    public static String TmfTimeTipHandler_LINK_SOURCE_TIME;
    public static String TmfTimeTipHandler_LINK_TARGET;
    public static String TmfTimeTipHandler_LINK_TARGET_TIME;
    public static String TmfTimeTipHandler_LINK_TIME;
    public static String TmfTimeTipHandler_TRACE_DATE;
    public static String TmfTimeTipHandler_TRACE_EVENT_TIME;
    public static String TmfTimeTipHandler_TRACE_START_TIME;
    public static String TmfTimeTipHandler_TRACE_STATE;
    public static String TmfTimeTipHandler_TRACE_STOP_TIME;

    public static String TmfTimeGraphCombo_FilterActionNameText;
    public static String TmfTimeGraphCombo_FilterActionToolTipText;

    public static String TmfTimeGraphViewer_ResetScaleActionNameText;
    public static String TmfTimeGraphViewer_ResetScaleActionToolTipText;
    public static String TmfTimeGraphViewer_LegendActionNameText;
    public static String TmfTimeGraphViewer_LegendActionToolTipText;
    public static String TmfTimeGraphViewer_NextEventActionNameText;
    public static String TmfTimeGraphViewer_NextEventActionToolTipText;
    public static String TmfTimeGraphViewer_PreviousEventActionNameText;
    public static String TmfTimeGraphViewer_PreviousEventActionToolTipText;
    public static String TmfTimeGraphViewer_NextItemActionNameText;
    public static String TmfTimeGraphViewer_NextItemActionToolTipText;
    public static String TmfTimeGraphViewer_PreviousItemActionNameText;
    public static String TmfTimeGraphViewer_PreviousItemActionToolTipText;
    public static String TmfTimeGraphViewer_ZoomInActionNameText;
    public static String TmfTimeGraphViewer_ZoomInActionToolTipText;
    public static String TmfTimeGraphViewer_ZoomOutActionNameText;
    public static String TmfTimeGraphViewer_ZoomOutActionToolTipText;
    public static String TmfTimeGraphViewer_HideArrowsActionNameText;
    public static String TmfTimeGraphViewer_HideArrowsActionToolTipText;
    public static String TmfTimeGraphViewer_FollowArrowForwardActionNameText;
    public static String TmfTimeGraphViewer_FollowArrowForwardActionToolTipText;
    public static String TmfTimeGraphViewer_FollowArrowBackwardActionNameText;
    public static String TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText;

    public static String Utils_ClockCyclesUnit;

    public static String ColorsView_AddActionToolTipText;
    public static String ColorsView_BackgroundButtonText;
    public static String ColorsView_BackgroundDialogText;
    public static String ColorsView_DeleteActionToolTipText;
    public static String ColorsView_ExportActionToolTipText;
    public static String ColorsView_FilterButtonText;
    public static String ColorsView_ForegroundButtonText;
    public static String ColorsView_ForegroundDialogText;
    public static String ColorsView_ImportActionToolTipText;
    public static String ColorsView_ImportOverwriteDialogMessage1;
    public static String ColorsView_ImportOverwriteDialogMessage2;
    public static String ColorsView_ImportOverwriteDialogTitle;
    public static String ColorsView_MoveDownActionToolTipText;
    public static String ColorsView_MoveUpActionToolTipText;
    public static String ColorsView_TickButtonText;
    public static String TickColorDialog_TickColorDialogTitle;

    public static String CustomTxtParserInputWizardPage_addChildLine;
    public static String CustomTxtParserInputWizardPage_addGroup;
    public static String CustomTxtParserInputWizardPage_addNextLine;
    public static String CustomTxtParserInputWizardPage_append;
    public static String CustomTxtParserInputWizardPage_appendWith;
    public static String CustomTxtParserInputWizardPage_capturedGroup;
    public static String CustomTxtParserInputWizardPage_cardinality;
    public static String CustomTxtParserInputWizardPage_category;
    public static String CustomTxtParserInputWizardPage_desccriptionEdit;
    public static String CustomTxtParserInputWizardPage_descriptionNew;
    public static String CustomTxtParserInputWizardPage_format;
    public static String CustomTxtParserInputWizardPage_group;
    public static String CustomTxtParserInputWizardPage_highlightAll;
    public static String CustomTxtParserInputWizardPage_logType;
    public static String CustomTxtParserInputWizardPage_matchingOtherLine;
    public static String CustomTxtParserInputWizardPage_matchingRootLine;
    public static String CustomTxtParserInputWizardPage_max;
    public static String CustomTxtParserInputWizardPage_min;
    public static String CustomTxtParserInputWizardPage_moveDown;
    public static String CustomTxtParserInputWizardPage_moveUp;
    public static String CustomTxtParserInputWizardPage_name;
    public static String CustomTxtParserInputWizardPage_newGroup;
    public static String CustomTxtParserInputWizardPage_noMatch;
    public static String CustomTxtParserInputWizardPage_noMatchingGroup;
    public static String CustomTxtParserInputWizardPage_noMatchingLine;
    public static String CustomTxtParserInputWizardPage_noMatchingTimestamp;
    public static String CustomTxtParserInputWizardPage_noMathcingLine;
    public static String CustomTxtParserInputWizardPage_nonMatchingLine;
    public static String CustomTxtParserInputWizardPage_noTimestampGroup;
    public static String CustomTxtParserInputWizardPage_preview;
    public static String CustomTxtParserInputWizardPage_previewInput;
    public static String CustomTxtParserInputWizardPage_previewLegend;
    public static String CustomTxtParserInputWizardPage_regularExpression;
    public static String CustomTxtParserInputWizardPage_regularExpressionHelp;
    public static String CustomTxtParserInputWizardPage_removeGroup;
    public static String CustomTxtParserInputWizardPage_removeLine;
    public static String CustomTxtParserInputWizardPage_set;
    public static String CustomTxtParserInputWizardPage_timestampFormat;
    public static String CustomTxtParserInputWizardPage_timestampFormatHelp;
    public static String CustomTxtParserInputWizardPage_uncapturedText;
    public static String CustomTxtParserInputWizardPage_unidentifiedCaptureGroup;
    public static String CustomTxtParserInputWizardPage_windowTitleEdit;
    public static String CustomTxtParserInputWizardPage_windowTitleNew;
    public static String CustomTxtParserOutputWizardPage_description;
    public static String CustomTxtParserOutputWizardPage_moveAfter;
    public static String CustomTxtParserOutputWizardPage_moveBefore;
    public static String CustomTxtParserOutputWizardPage_visible;
    public static String CustomXmlParserInputWizardPage_emptyCategoryError;
    public static String CustomXmlParserInputWizardPage_emptyLogTypeError;
    public static String CustomXmlParserInputWizardPage_invalidCategoryError;
    public static String CustomXmlParserInputWizardPage_invalidLogTypeError;
    public static String CustomXmlParserInputWizardPage_duplicatelogTypeError;
    public static String CustomXmlParserInputWizardPage_noDocumentError;
    public static String CustomXmlParserInputWizardPage_missingLogEntryError;
    public static String CustomXmlParserInputWizardPage_missingTimestampFmtError;
    public static String CustomXmlParserInputWizardPage_missingDocumentElementError;
    public static String CustomXmlParserInputWizardPage_noTimestampElementOrAttribute;
    public static String CustomXmlParserInputWizardPage_elementMissingNameError;
    public static String CustomXmlParserInputWizardPage_elementMissingInputNameError;
    public static String CustomXmlParserInputWizardPage_elementMissingTimestampFmtError;
    public static String CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError;
    public static String CustomXmlParserInputWizardPage_elementDuplicateNameError;
    public static String CustomXmlParserInputWizardPage_attributeMissingNameError;
    public static String CustomXmlParserInputWizardPage_attributeMissingInputNameError;
    public static String CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError;
    public static String CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError;
    public static String CustomXmlParserInputWizardPage_attributeDuplicateNameError;
    public static String CustomXmlParserInputWizardPage_addAttribute;
    public static String CustomXmlParserInputWizardPage_addChildElement;
    public static String CustomXmlParserInputWizardPage_addDocumentEleemnt;
    public static String CustomXmlParserInputWizardPage_addDocumentElement;
    public static String CustomXmlParserInputWizardPage_addNextElement;
    public static String CustomXmlParserInputWizardPage_append;
    public static String CustomXmlParserInputWizardPage_appendWith;
    public static String CustomXmlParserInputWizardPage_attibute;
    public static String CustomXmlParserInputWizardPage_category;
    public static String CustomXmlParserInputWizardPage_descriptionEdit;
    public static String CustomXmlParserInputWizardPage_descriptionNew;
    public static String CustomXmlParserInputWizardPage_elementName;
    public static String CustomXmlParserInputWizardPage_feelingLucky;
    public static String CustomXmlParserInputWizardPage_format;
    public static String CustomXmlParserInputWizardPage_logEntry;
    public static String CustomXmlParserInputWizardPage_logType;
    public static String CustomXmlParserInputWizardPage_moveDown;
    public static String CustomXmlParserInputWizardPage_moveUp;
    public static String CustomXmlParserInputWizardPage_name;
    public static String CustomXmlParserInputWizardPage_newAttibute;
    public static String CustomXmlParserInputWizardPage_noMatchingAttribute;
    public static String CustomXmlParserInputWizardPage_noMatch;
    public static String CustomXmlParserInputWizardPage_noMatchingElement;
    public static String CustomXmlParserInputWizardPage_preview;
    public static String CustomXmlParserInputWizardPage_previewInput;
    public static String CustomXmlParserInputWizardPage_removeAttribute;
    public static String CustomXmlParserInputWizardPage_removeElement;
    public static String CustomXmlParserInputWizardPage_set;
    public static String CustomXmlParserInputWizardPage_tagName;
    public static String CustomXmlParserInputWizardPage_timestampFormat;
    public static String CustomXmlParserInputWizardPage_timestampFormatHelp;
    public static String CustomXmlParserInputWizardPage_titleEdit;
    public static String CustomXmlParserInputWizardPage_titleNew;
    public static String CustomXmlParserOutputWizardPage_description;
    public static String CustomXmlParserOutputWizardPage_moveAfter;
    public static String CustomXmlParserOutputWizardPage_moveBefore;
    public static String CustomXmlParserOutputWizardPage_visible;

    public static String FilterDialog_FilterDialogTitle;
    public static String FilterView_AddActionToolTipText;
    public static String FilterView_DeleteActionToolTipText;
    public static String FilterView_ExportActionToolTipText;
    public static String FilterView_FileDialogFilterName;
    public static String FilterView_ImportActionToolTipText;
    public static String FilterView_SaveActionToolTipText;
    public static String FilterViewer_AlphaButtonText;
    public static String FilterViewer_CommonCategory;
    public static String FilterViewer_DeleteActionText;
    public static String FilterViewer_EmptyTreeHintText;
    public static String FilterViewer_FieldLabel;
    public static String FilterViewer_FilterNameHint;
    public static String FilterViewer_IgnoreCaseButtonText;
    public static String FilterViewer_NameLabel;
    public static String FilterViewer_NewPrefix;
    public static String FilterViewer_NotLabel;
    public static String FilterViewer_NumButtonText;
    public static String FilterViewer_RegexHint;
    public static String FilterViewer_RegexLabel;
    public static String FilterViewer_ResultLabel;
    public static String FilterViewer_Subfilter_ToolTip;
    public static String FilterViewer_TimestampButtonText;
    public static String FilterViewer_TypeLabel;
    public static String FilterViewer_ValueHint;
    public static String FilterViewer_ValueLabel;

    public static String TmfView_PinActionNameText;
    public static String TmfView_PinActionToolTipText;

    public static String CallStackPresentationProvider_Thread;
    public static String CallStackView_FunctionColumn;
    public static String CallStackView_DepthColumn;
    public static String CallStackView_EntryTimeColumn;
    public static String CallStackView_ExitTimeColumn;
    public static String CallStackView_DurationColumn;
    public static String CallStackView_StackInfoNotAvailable;
    public static String CallStackView_SortByThreadName;
    public static String CallStackView_SortByThreadId;
    public static String CallStackView_SortByThreadTime;
    public static String CallStackView_ImportMappingButtonText;
    public static String CallStackView_ImportMappingButtonTooltip;
    public static String CallStackView_ImportMappingDialogTitle;
    public static String CallStackView_ImportMappingJobName;

    public static String CallStackView_ImportBinaryFileButtonText;
    public static String CallStackView_ImportBinaryFileButtonTooltip;
    public static String CallStackView_ImportBinaryFileDialogTitle;

    public static String ExportToTextJob_Export_to;
    public static String ExportToTextJob_Export_trace_to;
    public static String ExportToTextJob_Unable_to_export_trace;

    static {
        // initialize resource bundle
        NLS.initializeMessages(BUNDLE_NAME, Messages.class);
    }

    private Messages() {
    }
}

Back to the top