Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4a8a2c3192b447105b27a338297c8ac89d17be90 (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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
###############################################################################
# Copyright (c) 2013, 2018 Ericsson and others
#
# 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
#
# Contributors:
#     Ericsson - Initial API and implementation
###############################################################################

# org.eclipse.tracecompass.tmf.ui.dialogs
AddBookmarkDialog_Alpha=alpha:
AddBookmarkDialog_Color=Color:
AddBookmarkDialog_Message=Bookmark Description:
AddBookmarkDialog_Title=Add Bookmark
ManageCustomParsersDialog_ConflictMessage=Trace type ''{0} : {1}'' already exists.\nDo you want to rename to ''{2}'' or skip?
ManageCustomParsersDialog_ConflictRenameButtonLabel=Rename
ManageCustomParsersDialog_ConflictSkipButtonLabel=Skip
ManageCustomParsersDialog_DeleteButtonLabel=Delete
ManageCustomParsersDialog_DeleteConfirmation=Are you sure you want to delete {0}?
ManageCustomParsersDialog_DeleteParserDialogHeader=Delete Custom Parser
ManageCustomParsersDialog_DialogHeader=Manage Custom Parsers
ManageCustomParsersDialog_EditButtonLabel=Edit...
ManageCustomParsersDialog_ExportButtonLabel=Export...
ManageCustomParsersDialog_ExportParserSelection=Select file to export {0}
ManageCustomParsersDialog_ImportButtonLabel=Import...
ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
ManageCustomParsersDialog_ImportFailureTitle=Import failure
ManageCustomParsersDialog_ImportFailureMessage=Selected file did not contain any valid custom parser.
ManageCustomParsersDialog_NewButtonLabel=New...
ManageCustomParsersDialog_TextButtonLabel=Text

# org.eclipse.tracecompass.tmf.ui.viewers.events
TmfCommonXLineChartTooltipProvider_time=Time
TmfEventsTable_AddAsFilterText=Add as Filter (Ctrl+Enter)
TmfEventsTable_AddBookmarkActionText=Add Bookmark...
TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
TmfEventsTable_AutoFit=AutoFit
TmfEventsTable_ClearFiltersActionText=Clear Filters
TmfEventsTable_CollapseFilterMenuName=Collapse Events
TmfEventsTable_ContentColumnHeader=Content
TmfEventsTable_CopyToClipboardActionText=Copy to Clipboard
TmfEventsTable_Export_to_text=Export To Text...
TmfEventsTable_HideRawActionText=Hide Raw
TmfEventsTable_HideTableActionText=Hide Table
TmfEventsTable_MultipleBookmarksToolTip=Multiple bookmarks at this location
TmfEventsTable_OpenSourceCodeActionText=Open Source Code
TmfEventsTable_OpenSourceCodeNotFound=can not be found in the workspace or on disk.
TmfEventsTable_OpenSourceCodeSelectFileDialogTitle=Select source file for the call site
TmfEventsTable_OpenModelActionText=Open Model Element
TmfEventsTable_OpenModelUnsupportedURI=is not a supported model URI format.
TmfEventsTable_ReferenceColumnHeader=File
TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
TmfEventsTable_ResetAll=Reset All
TmfEventsTable_SearchHint=<srch>
TmfEventsTable_SearchingJobName=Searching...
TmfEventsTable_ShowAll=Show All
TmfEventsTable_ShowRawActionText=Show Raw
TmfEventsTable_ShowTableActionText=Show Table
TmfEventsTable_SourceColumnHeader=Source
TmfEventsTable_SynchronizeActionText=Follow time updates from other traces
TmfEventsTable_TimestampColumnHeader=Timestamp
TmfEventsTable_TypeColumnHeader=Type

TmfMarker_LocationRank=rank {0}
TmfMarker_LocationTime=timestamp [{0}]
TmfMarker_LocationTimeRange=timestamp [{0}, {1}]

# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs
TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
TmfTimeFilterDialog_TRACE_ID=Trace Id
TmfTimeFilterDialog_TRACE_NAME=Trace Name
TmfTimeLegend_LEGEND=Legend
TmfTimeLegend_TRACE_STATES=Trace
TmfTimeLegend_TRACE_STATES_TITLE=States Transition Visualizer
TmfTimeLegend_WINDOW_TITLE=Trace Visualizer's Legend
TmfTimeLegend_StateTypeName=States
TmfTimeFilterDialog_WINDOW_TITLE=Filter
TmfTimeFilterDialog_MESSAGE=Check the entries to show
TmfTimeFilterDialog_CHECK_ALL=Check all
TmfTimeFilterDialog_UNCHECK_ALL=Uncheck all
TmfTimeFilterDialog_CHECK_SELECTED=Check selected
TmfTimeFilterDialog_UNCHECK_SELECTED=Uncheck selected
TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree

# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model
MarkerEvent_Bookmarks=Bookmarks
MarkerEvent_LostEvents=Lost Events

# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets
TmfTimeTipHandler_DURATION=Duration
TmfTimeTipHandler_LINK_SOURCE=Source
TmfTimeTipHandler_LINK_SOURCE_TIME=Source Time
TmfTimeTipHandler_LINK_TARGET=Target
TmfTimeTipHandler_LINK_TARGET_TIME=Target Time
TmfTimeTipHandler_LINK_TIME=Time
TmfTimeTipHandler_PERCENT_OF_SELECTION=% of selection
TmfTimeTipHandler_TRACE_DATE=Date
TmfTimeTipHandler_TRACE_EVENT_TIME=Event Time
TmfTimeTipHandler_TRACE_START_TIME=Start Time
TmfTimeTipHandler_TRACE_STATE=State
TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time

ShowFilterDialogAction_FilterActionNameText=Filter
ShowFilterDialogAction_FilterActionToolTipText=Show View Filters

# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.ShowFindDialogAction
ShowFindDialogAction_Search=search
ShowFindDialogAction_ShowSearchDialog=Show search dialog

TmfView_ResetScaleActionNameText=Reset
TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
TmfTimeGraphViewer_LegendActionNameText=Legend
TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
TmfTimeGraphViewer_NextStateChangeActionNameText=Next State Change
TmfTimeGraphViewer_NextStateChangeActionToolTipText=Select Next State Change
TmfTimeGraphViewer_PreviousStateChangeActionNameText=Previous State Change
TmfTimeGraphViewer_PreviousStateChangeActionToolTipText=Select Previous State Change
TmfTimeGraphViewer_NextItemActionNameText=Next Item
TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
TmfTimeGraphViewer_PreviousItemActionToolTipText=Select Previous Item
TmfTimeGraphViewer_ZoomInActionNameText=Zoom In
TmfTimeGraphViewer_ZoomInActionToolTipText=Zoom In
TmfTimeGraphViewer_ZoomOutActionNameText=Zoom Out
TmfTimeGraphViewer_ZoomOutActionToolTipText=Zoom Out
TmfTimeGraphViewer_HideArrowsActionNameText=Hide Arrows
TmfTimeGraphViewer_HideArrowsActionToolTipText=Hide Arrows
TmfTimeGraphViewer_FollowArrowForwardActionNameText=Follow Arrow Forward
TmfTimeGraphViewer_FollowArrowForwardActionToolTipText=Follow Arrow Forward
TmfTimeGraphViewer_FollowArrowBackwardActionNameText=Follow Arrow Backward
TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText=Follow Arrow Backward
TmfTimeGraphViewer_BookmarkActionAddText=Add Bookmark...
TmfTimeGraphViewer_BookmarkActionRemoveText=Remove Bookmark
TmfTimeGraphViewer_NextMarkerActionText=Next Marker
TmfTimeGraphViewer_PreviousMarkerActionText=Previous Marker
TmfTimeGraphViewer_ShowGridlinesMenuText=Show Gridlines
TmfTimeGraphViewer_ShowGridlinesHorizontalActionText=Horizontal
TmfTimeGraphViewer_ShowGridlinesVerticalActionText=Vertical
TmfTimeGraphViewer_ShowMarkersMenuText=Show Markers

Utils_ClockCyclesUnit=\u0020cc

# org.eclipse.tracecompass.tmf.ui.views.colors
ColorsView_AddActionToolTipText=Insert new color setting
ColorsView_BackgroundButtonText=BG
ColorsView_BackgroundDialogText=Set background color
ColorsView_DeleteActionToolTipText=Delete color setting
ColorsView_ExportActionToolTipText=Export color settings
ColorsView_FilterButtonText=Filter...
ColorsView_ForegroundButtonText=FG
ColorsView_ForegroundDialogText=Set foreground color
ColorsView_ImportActionToolTipText=Import color settings
ColorsView_ImportOverwriteDialogMessage1=Do you want to overwrite the current color settings?\n
ColorsView_ImportOverwriteDialogMessage2=Answering No will insert the imported settings above the current selection.
ColorsView_ImportOverwriteDialogTitle=Overwrite current settings
ColorsView_MoveDownActionToolTipText=Decrease priority
ColorsView_MoveUpActionToolTipText=Increase priority
ColorsView_TickButtonText=Tick
TickColorDialog_TickColorDialogTitle=Choose tick color

# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.TimeGraphFindDialog
TimeGraphFindDialog_BackwardRadioButtonLabel=&Backward
TimeGraphFindDialog_CaseCheckBoxLabel=&Case sensitive
TimeGraphFindDialog_CloseButtonLabel=Close
TimeGraphFindDialog_Direction=Direction
TimeGraphFindDialog_FindLabel=&Find:
TimeGraphFindDialog_FindTitle=Find
TimeGraphFindDialog_FindNextButtonLabel=Fi&nd
TimeGraphFindDialog_ForwardRadioButtonLabel=F&orward
TimeGraphFindDialog_Options=Options
TimeGraphFindDialog_REgExCheckBoxLabel=Regular e&xpression
TimeGraphFindDialog_StatusNoMatchLabel=Entry not found
TimeGraphFindDialog_StatusWrappedLabel=Wrapped search
TimeGraphFindDialog_WholeWordCheckBoxLabel=&Whole word
TimeGraphFindDialog_WrapCheckBoxLabel=Wra&p search

# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.TimeGraphLegend
TimeGraphLegend_Arrows=Arrows
TimeGraphLegend_resetTooltip=Reset to default values
TimeGraphLegend_swatchClick=Click to change color.
TimeGraphLegend_widthTooltip=The width of an state with this value.
TimeGraphTooltipHandler_DefaultMarkerName=Marker
TimeGraphTooltipHandler_EndTime=End Time
TimeGraphTooltipHandler_StartTime=Start Time
TimeGraphTooltipHandler_Timestamp=Timestamp

# org.eclipse.tracecompass.tmf.ui.parsers.wizards
CustomTxtParserInputWizardPage_addChildLine=Add child line
CustomTxtParserInputWizardPage_addGroup=Add group
CustomTxtParserInputWizardPage_addNextLine=Add next line
CustomTxtParserInputWizardPage_append=Append
CustomTxtParserInputWizardPage_appendWith=Append with |
CustomTxtParserInputWizardPage_capturedGroup=Captured group
CustomTxtParserInputWizardPage_cardinality=Cardinality:
CustomTxtParserInputWizardPage_category=Category:
CustomTxtParserInputWizardPage_default=default
CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text trace files
CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text trace files
CustomTxtParserInputWizardPage_eventType=Event type:
CustomTxtParserInputWizardPage_format=format:
CustomTxtParserInputWizardPage_group=Group {0}:
CustomTxtParserInputWizardPage_highlightAll=Highlight All
CustomTxtParserInputWizardPage_logType=Trace type:
CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line:
CustomTxtParserInputWizardPage_matchingRootLine=Matching root line :
CustomTxtParserInputWizardPage_max=max:
CustomTxtParserInputWizardPage_min=min:
CustomTxtParserInputWizardPage_moveDown=Move down
CustomTxtParserInputWizardPage_moveUp=Move up
CustomTxtParserInputWizardPage_name=name:
CustomTxtParserInputWizardPage_newGroup=New group
CustomTxtParserInputWizardPage_noMatch=*no match*
CustomTxtParserInputWizardPage_noMatchingGroup=*no matching group*
CustomTxtParserInputWizardPage_noMatchingLine=*no matching line*
CustomTxtParserInputWizardPage_noMatchingTimestamp=*no matching timestamp*
CustomTxtParserInputWizardPage_noMathcingLine=*no matching line*
CustomTxtParserInputWizardPage_nonMatchingLine=Non-matching line\n
CustomTxtParserInputWizardPage_noTimestampGroup=*no timestamp group*
CustomTxtParserInputWizardPage_preview=Preview:
CustomTxtParserInputWizardPage_previewInput=Preview input
CustomTxtParserInputWizardPage_previewLegend=Preview Legend
CustomTxtParserInputWizardPage_regularExpression=Regular expression:
CustomTxtParserInputWizardPage_regularExpressionHelp=Regular Expression Help
CustomTxtParserInputWizardPage_removeGroup=Remove group
CustomTxtParserInputWizardPage_removeLine=Remove line
CustomTxtParserInputWizardPage_set=Set
CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
CustomTxtParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
CustomTxtParserInputWizardPage_titleEdit=Edit Custom Text Parser
CustomTxtParserInputWizardPage_titleNew=New Custom Text Parser
CustomTxtParserInputWizardPage_windowTitle=Custom Text Parser
CustomTxtParserOutputWizardPage_description=Customize the output of the parser
CustomTxtParserOutputWizardPage_moveAfter=Move After
CustomTxtParserOutputWizardPage_moveBefore=Move Before
CustomTxtParserOutputWizardPage_visible=Visible
CustomXmlParserInputWizardPage_default=default
CustomXmlParserInputWizardPage_emptyCategoryError=Enter a category for the new trace type.
CustomXmlParserInputWizardPage_emptyEventTypeError=Enter the event type for the element (Element {0}).
CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new trace type.
CustomXmlParserInputWizardPage_invalidCategoryError=Invalid character ':' in category.
CustomXmlParserInputWizardPage_invalidLogTypeError=Invalid character ':' in trace type.
CustomXmlParserInputWizardPage_duplicatelogTypeError=The trace type name already exists.
CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
CustomXmlParserInputWizardPage_noTimestampElementOrAttribute=*no time stamp element or attribute*
CustomXmlParserInputWizardPage_elementMissingNameError=Enter a name for the element (Element {0}).
CustomXmlParserInputWizardPage_elementMissingInputNameError=Enter a name for the input (Element {0}).
CustomXmlParserInputWizardPage_elementMissingTimestampFmtError=Enter the input format for the Time Stamp (Element {0}).
CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError=Enter a valid output format for the Time Stamp field (Element {0}).
CustomXmlParserInputWizardPage_elementDuplicateNameError=Duplicate element names (Element {0}).
CustomXmlParserInputWizardPage_elementReservedInputNameError=Cannot use reserved name for the input (Element {0}).
CustomXmlParserInputWizardPage_attributeMissingNameError=Enter a name for the attribute (Attribute {0}: ?).
CustomXmlParserInputWizardPage_attributeMissingInputNameError=Enter a name for the input (Attribute {0}).
CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError=Enter the input format for the Time Stamp (Attribute {0}).
CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError=Enter a valid input format for the Time Stamp (Attribute {0}).
CustomXmlParserInputWizardPage_attributeDuplicateNameError=Duplicate attribute names (Attribute {0}).
CustomXmlParserInputWizardPage_attributeReservedInputNameError=Cannot use reserved name for the input (Attribute {0}).
CustomXmlParserInputWizardPage_addAttribute=Add attribute
CustomXmlParserInputWizardPage_addChildElement=Add child element
CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
CustomXmlParserInputWizardPage_addDocumentElement=Add document element
CustomXmlParserInputWizardPage_addNextElement=Add next element
CustomXmlParserInputWizardPage_append=Append
CustomXmlParserInputWizardPage_appendWith=Append with |
CustomXmlParserInputWizardPage_attibute=Attribute
CustomXmlParserInputWizardPage_category=Category:
CustomXmlParserInputWizardPage_descriptionEdit=Edit an existing custom parser for XML trace files
CustomXmlParserInputWizardPage_descriptionNew=Create a new custom parser for XML trace files
CustomXmlParserInputWizardPage_elementName=Element name:
CustomXmlParserInputWizardPage_feelingLucky=Feeling lucky
CustomXmlParserInputWizardPage_format=format:
CustomXmlParserInputWizardPage_logEntry=Log Entry
CustomXmlParserInputWizardPage_logType=Trace type:
CustomXmlParserInputWizardPage_moveDown=Move down
CustomXmlParserInputWizardPage_moveUp=Move up
CustomXmlParserInputWizardPage_name=name:
CustomXmlParserInputWizardPage_newAttibute=New attribute
CustomXmlParserInputWizardPage_noMatch=*no match*
CustomXmlParserInputWizardPage_noMatchingAttribute=*no matching attribute*
CustomXmlParserInputWizardPage_noMatchingElement=*no matching element*
CustomXmlParserInputWizardPage_preview=Preview:
CustomXmlParserInputWizardPage_previewInput=Preview input
CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
CustomXmlParserInputWizardPage_removeElement=Remove element
CustomXmlParserInputWizardPage_set=Set
CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
CustomXmlParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
CustomXmlParserInputWizardPage_windowTitle=Custom XML Parser
CustomXmlParserOutputWizardPage_description=Customize the output of the parser
CustomXmlParserOutputWizardPage_moveAfter=Move After
CustomXmlParserOutputWizardPage_moveBefore=Move Before
CustomXmlParserOutputWizardPage_visible=Visible

# org.eclipse.tracecompass.tmf.ui.views.filter
FilterDialog_FilterDialogTitle=Edit filter
FilterTreeLabelProvider_AspectHint=<select aspect>
FilterTreeLabelProvider_FilterNameHint=<name>
FilterTreeLabelProvider_TraceTypeHint=<select type>
FilterTreeLabelProvider_ValueHint=<value>
FilterView_AddActionToolTipText=Add new filter
FilterView_DeleteActionToolTipText=Delete filter node
FilterView_ExportActionToolTipText=Export filters
FilterView_FileDialogFilterName=TMF Filter files
FilterView_ImportActionToolTipText=Import filters
FilterView_SaveActionToolTipText=Save filters
FilterViewer_AlphaButtonText=Alpha
FilterViewer_AspectLabel=aspect:
FilterViewer_CommonCategory=[common]
FilterViewer_DeleteActionText=Delete
FilterViewer_EmptyTreeHintText=<Right-click to add filter node>
FilterViewer_FieldHint=type field name
FilterViewer_FieldLabel=field:
FilterViewer_FilterNameHint=type filter name
FilterViewer_IgnoreCaseButtonText=ignore case
FilterViewer_NameLabel=name:
FilterViewer_NewPrefix=New
FilterViewer_NotLabel=not:
FilterViewer_NumButtonText=Num
FilterViewer_RegexHint=type regular expression
FilterViewer_RegexLabel=regex:
FilterViewer_ResultLabel=result:
FilterViewer_Subfield_ToolTip=Prefix with '/' to enter a path where subfields are separated by '/'. For an uninterpreted slash use '\\/'.
FilterViewer_TimestampButtonText=Timestamp
FilterViewer_TypeLabel=type:
FilterViewer_ValueHint=type value
FilterViewer_ValueLabel=value:

TmfView_AlignViewsActionNameText=Align Views
TmfView_AlignViewsActionToolTipText=Align Views
TmfView_NewViewActionPinnedNewInstanceText=pinned to {0} | new instance
TmfView_NewViewActionPinnedText=pinned to {0}
TmfView_NewViewActionText=&New {0} view
TmfView_NewViewActionUnpinnedText=unpinned
TmfView_PinActionNameText=Pin View
TmfView_PinActionToolTipText=Pin View
TmfView_PinToActionText=Pin to {0}
TmfView_UnpinActionText=Unpin View

CopyToClipboardOperation_TaskName=Copying to Clipboard
CopyToClipboardOperation_OutOfMemoryErrorTitle=Out Of Memory Error
CopyToClipboardOperation_OutOfMemoryErrorMessage=The full selection cannot be copied to the clipboard. Press OK to abort.

ExportToTextJob_Export_to=Export to {0}...
ExportToTextJob_Export_trace_to=Export trace to {0}
ExportToTextJob_Unable_to_export_trace=Unable to export trace to {0}

PerspectivesPreferencePage_SwitchToPerspectiveGroupText=Open the associated perspective when a trace is opened
PerspectivesPreferencePage_SwitchToPerspectiveAlways=Always
PerspectivesPreferencePage_SwitchToPerspectiveNever=Never
PerspectivesPreferencePage_SwitchToPerspectivePrompt=Prompt

TmfPerspectiveManager_SwitchPerspectiveDialogMessage=This trace type is configured to open the {0} perspective when it opens. Do you want to open this perspective now?
TmfPerspectiveManager_SwitchPerspectiveDialogTitle=Confirm Perspective Switch
TmfPerspectiveManager_SwitchPerspectiveErrorMessage=Unable to open perspective: {0}
TmfPerspectiveManager_SwitchPerspectiveErrorTitle=Open Perspective Error

TmfTracingPreferencePage_TraceRangeInProjectExplorer=Show trace time range in Project Explorer
TmfTracingPreferencePage_ConfirmDeletionSupplementaryFiles=Ask for confirmation before deleting supplementary files
TmfTracingPreferencePage_AlwaysCloseOnResourceChange=Always close trace editors and delete supplementary files when resource is changed
TmfTracingPreferencePage_HideManyEntriesSelectedWarning=Always hide the warning dialog when many entries are selected in a chart
TmfTracingPreferencePage_UseBrowserTooltips=Use browser based tooltips

Back to the top