tmf: Add Lost Events marker event source and factory
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / messages.properties
1 ###############################################################################
2 # Copyright (c) 2013, 2015 Ericsson
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # Ericsson - Initial API and implementation
11 ###############################################################################
12
13 # org.eclipse.tracecompass.tmf.ui.dialogs
14 AddBookmarkDialog_Alpha=alpha:
15 AddBookmarkDialog_Color=Color:
16 AddBookmarkDialog_Message=Bookmark Description:
17 AddBookmarkDialog_Title=Add Bookmark
18 ManageCustomParsersDialog_ConflictMessage=Trace type ''{0} : {1}'' already exists.\nDo you want to rename to ''{2}'' or skip?
19 ManageCustomParsersDialog_ConflictRenameButtonLabel=Rename
20 ManageCustomParsersDialog_ConflictSkipButtonLabel=Skip
21 ManageCustomParsersDialog_DeleteButtonLabel=Delete
22 ManageCustomParsersDialog_DeleteConfirmation=Are you sure you want to delete {0}?
23 ManageCustomParsersDialog_DeleteParserDialogHeader=Delete Custom Parser
24 ManageCustomParsersDialog_DialogHeader=Manage Custom Parsers
25 ManageCustomParsersDialog_EditButtonLabel=Edit...
26 ManageCustomParsersDialog_ExportButtonLabel=Export...
27 ManageCustomParsersDialog_ExportParserSelection=Select file to export {0}
28 ManageCustomParsersDialog_ImportButtonLabel=Import...
29 ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
30 ManageCustomParsersDialog_NewButtonLabel=New...
31 ManageCustomParsersDialog_TextButtonLabel=Text
32
33 # org.eclipse.tracecompass.tmf.ui.viewers.events
34 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
35 TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
36 TmfEventsTable_ClearFiltersActionText=Clear Filters
37 TmfEventsTable_CollapseFilterMenuName=Collapse Events
38 TmfEventsTable_ContentColumnHeader=Content
39 TmfEventsTable_CopyToClipboardActionText=Copy to Clipboard
40 TmfEventsTable_Export_to_text=Export To Text...
41 TmfEventsTable_FilterHint=<filter>
42 TmfEventsTable_HideRawActionText=Hide Raw
43 TmfEventsTable_HideTableActionText=Hide Table
44 TmfEventsTable_MultipleBookmarksToolTip=Multiple bookmarks at this location
45 TmfEventsTable_OpenSourceCodeActionText=Open Source Code
46 TmfEventsTable_OpenSourceCodeNotFound=can not be found in the workspace or on disk.
47 TmfEventsTable_OpenSourceCodeSelectFileDialogTitle=Select source file for the call site
48 TmfEventsTable_OpenModelActionText=Open Model Element
49 TmfEventsTable_OpenModelUnsupportedURI=is not a supported model URI format.
50 TmfEventsTable_ReferenceColumnHeader=File
51 TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
52 TmfEventsTable_SearchHint=<srch>
53 TmfEventsTable_SearchingJobName=Searching...
54 TmfEventsTable_ShowAll=Show All
55 TmfEventsTable_ShowFilterBarActionText=Show Filter Bar
56 TmfEventsTable_ShowRawActionText=Show Raw
57 TmfEventsTable_ShowSearchBarActionText=Show Search Bar
58 TmfEventsTable_ShowTableActionText=Show Table
59 TmfEventsTable_SourceColumnHeader=Source
60 TmfEventsTable_TimestampColumnHeader=Timestamp
61 TmfEventsTable_TypeColumnHeader=Type
62
63 TmfMarker_LocationRank=rank {0}
64 TmfMarker_LocationTime=timestamp [{0}]
65 TmfMarker_LocationTimeRange=timestamp [{0}, {1}]
66
67 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs
68 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
69 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
70 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
71 TmfTimeFilterDialog_TRACE_ID=Trace Id
72 TmfTimeFilterDialog_TRACE_NAME=Trace Name
73 TmfTimeLegend_LEGEND=Legend
74 TmfTimeLegend_TRACE_STATES=Trace
75 TmfTimeLegend_TRACE_STATES_TITLE=States Transition Visualizer
76 TmfTimeLegend_WINDOW_TITLE=Trace Visualizer's Legend
77 TmfTimeLegend_StateTypeName=States
78 TmfTimeFilterDialog_WINDOW_TITLE=Filter
79 TmfTimeFilterDialog_MESSAGE=Check the entries to show
80 TmfTimeFilterDialog_CHECK_ALL=Check all
81 TmfTimeFilterDialog_UNCHECK_ALL=Uncheck all
82 TmfTimeFilterDialog_CHECK_SELECTED=Check selected
83 TmfTimeFilterDialog_UNCHECK_SELECTED=Uncheck selected
84 TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
85 TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree
86
87 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model
88 MarkerEvent_Bookmarks=Bookmarks
89 MarkerEvent_LostEvents=Lost Events
90
91 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets
92 TmfTimeTipHandler_DURATION=Duration
93 TmfTimeTipHandler_LINK_SOURCE=Source
94 TmfTimeTipHandler_LINK_SOURCE_TIME=Source Time
95 TmfTimeTipHandler_LINK_TARGET=Target
96 TmfTimeTipHandler_LINK_TARGET_TIME=Target Time
97 TmfTimeTipHandler_LINK_TIME=Time
98 TmfTimeTipHandler_PERCENT_OF_SELECTION=% of selection
99 TmfTimeTipHandler_TRACE_DATE=Date
100 TmfTimeTipHandler_TRACE_EVENT_TIME=Event Time
101 TmfTimeTipHandler_TRACE_START_TIME=Start Time
102 TmfTimeTipHandler_TRACE_STATE=State
103 TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
104
105 ShowFilterDialogAction_FilterActionNameText=Filter
106 ShowFilterDialogAction_FilterActionToolTipText=Show View Filters
107
108 TmfTimeGraphViewer_ResetScaleActionNameText=Reset
109 TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
110 TmfTimeGraphViewer_LegendActionNameText=Legend
111 TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
112 TmfTimeGraphViewer_NextEventActionNameText=Next Event
113 TmfTimeGraphViewer_NextEventActionToolTipText=Select Next Event
114 TmfTimeGraphViewer_PreviousEventActionNameText=Previous Event
115 TmfTimeGraphViewer_PreviousEventActionToolTipText=Select Previous Event
116 TmfTimeGraphViewer_NextItemActionNameText=Next Item
117 TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
118 TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
119 TmfTimeGraphViewer_PreviousItemActionToolTipText=Select Previous Item
120 TmfTimeGraphViewer_ZoomInActionNameText=Zoom In
121 TmfTimeGraphViewer_ZoomInActionToolTipText=Zoom In
122 TmfTimeGraphViewer_ZoomOutActionNameText=Zoom Out
123 TmfTimeGraphViewer_ZoomOutActionToolTipText=Zoom Out
124 TmfTimeGraphViewer_HideArrowsActionNameText=Hide Arrows
125 TmfTimeGraphViewer_HideArrowsActionToolTipText=Hide Arrows
126 TmfTimeGraphViewer_FollowArrowForwardActionNameText=Follow Arrow Forward
127 TmfTimeGraphViewer_FollowArrowForwardActionToolTipText=Follow Arrow Forward
128 TmfTimeGraphViewer_FollowArrowBackwardActionNameText=Follow Arrow Backward
129 TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText=Follow Arrow Backward
130 TmfTimeGraphViewer_BookmarkActionAddText=Add Bookmark...
131 TmfTimeGraphViewer_BookmarkActionRemoveText=Remove Bookmark
132 TmfTimeGraphViewer_NextMarkerActionText=Next Marker
133 TmfTimeGraphViewer_PreviousMarkerActionText=Previous Marker
134 TmfTimeGraphViewer_ShowMarkersMenuText=Show Markers
135
136 Utils_ClockCyclesUnit=\u0020cc
137
138 # org.eclipse.tracecompass.tmf.ui.views.colors
139 ColorsView_AddActionToolTipText=Insert new color setting
140 ColorsView_BackgroundButtonText=BG
141 ColorsView_BackgroundDialogText=Set background color
142 ColorsView_DeleteActionToolTipText=Delete color setting
143 ColorsView_ExportActionToolTipText=Export color settings
144 ColorsView_FilterButtonText=Filter...
145 ColorsView_ForegroundButtonText=FG
146 ColorsView_ForegroundDialogText=Set foreground color
147 ColorsView_ImportActionToolTipText=Import color settings
148 ColorsView_ImportOverwriteDialogMessage1=Do you want to overwrite the current color settings?\n
149 ColorsView_ImportOverwriteDialogMessage2=Answering No will insert the imported settings above the current selection.
150 ColorsView_ImportOverwriteDialogTitle=Overwrite current settings
151 ColorsView_MoveDownActionToolTipText=Decrease priority
152 ColorsView_MoveUpActionToolTipText=Increase priority
153 ColorsView_TickButtonText=Tick
154 TickColorDialog_TickColorDialogTitle=Choose tick color
155
156 # org.eclipse.tracecompass.tmf.ui.parsers.wizards
157 CustomTxtParserInputWizardPage_addChildLine=Add child line
158 CustomTxtParserInputWizardPage_addGroup=Add group
159 CustomTxtParserInputWizardPage_addNextLine=Add next line
160 CustomTxtParserInputWizardPage_append=Append
161 CustomTxtParserInputWizardPage_appendWith=Append with |
162 CustomTxtParserInputWizardPage_capturedGroup=Captured group
163 CustomTxtParserInputWizardPage_cardinality=Cardinality:
164 CustomTxtParserInputWizardPage_category=Category:
165 CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text trace files
166 CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text trace files
167 CustomTxtParserInputWizardPage_format=format:
168 CustomTxtParserInputWizardPage_group=Group {0}:
169 CustomTxtParserInputWizardPage_highlightAll=Highlight All
170 CustomTxtParserInputWizardPage_logType=Trace type:
171 CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line:
172 CustomTxtParserInputWizardPage_matchingRootLine=Matching root line :
173 CustomTxtParserInputWizardPage_max=max:
174 CustomTxtParserInputWizardPage_min=min:
175 CustomTxtParserInputWizardPage_moveDown=Move down
176 CustomTxtParserInputWizardPage_moveUp=Move up
177 CustomTxtParserInputWizardPage_name=name:
178 CustomTxtParserInputWizardPage_newGroup=New group
179 CustomTxtParserInputWizardPage_noMatch=*no match*
180 CustomTxtParserInputWizardPage_noMatchingGroup=*no matching group*
181 CustomTxtParserInputWizardPage_noMatchingLine=*no matching line*
182 CustomTxtParserInputWizardPage_noMatchingTimestamp=*no matching timestamp*
183 CustomTxtParserInputWizardPage_noMathcingLine=*no matching line*
184 CustomTxtParserInputWizardPage_nonMatchingLine=Non-matching line\n
185 CustomTxtParserInputWizardPage_noTimestampGroup=*no timestamp group*
186 CustomTxtParserInputWizardPage_preview=Preview:
187 CustomTxtParserInputWizardPage_previewInput=Preview input
188 CustomTxtParserInputWizardPage_previewLegend=Preview Legend
189 CustomTxtParserInputWizardPage_regularExpression=Regular expression:
190 CustomTxtParserInputWizardPage_regularExpressionHelp=Regular Expression Help
191 CustomTxtParserInputWizardPage_removeGroup=Remove group
192 CustomTxtParserInputWizardPage_removeLine=Remove line
193 CustomTxtParserInputWizardPage_set=Set
194 CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
195 CustomTxtParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
196 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
197 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
198 CustomTxtParserInputWizardPage_windowTitleEdit=Edit Custom Text Parser
199 CustomTxtParserInputWizardPage_windowTitleNew=New Custom Text Parser
200 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
201 CustomTxtParserOutputWizardPage_moveAfter=Move After
202 CustomTxtParserOutputWizardPage_moveBefore=Move Before
203 CustomTxtParserOutputWizardPage_visible=Visible
204 CustomXmlParserInputWizardPage_emptyCategoryError=Enter a category for the new trace type.
205 CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new trace type.
206 CustomXmlParserInputWizardPage_invalidCategoryError=Invalid character ':' in category.
207 CustomXmlParserInputWizardPage_invalidLogTypeError=Invalid character ':' in trace type.
208 CustomXmlParserInputWizardPage_duplicatelogTypeError=The trace type name already exists.
209 CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
210 CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
211 CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field.
212 CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
213 CustomXmlParserInputWizardPage_noTimestampElementOrAttribute=*no time stamp element or attribute*
214 CustomXmlParserInputWizardPage_elementMissingNameError=Enter a name for the element (Element {0}).
215 CustomXmlParserInputWizardPage_elementMissingInputNameError=Enter a name for the input (Element {0}).
216 CustomXmlParserInputWizardPage_elementMissingTimestampFmtError=Enter the input format for the Time Stamp (Element {0}).
217 CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError=Enter a valid output format for the Time Stamp field (Element {0}).
218 CustomXmlParserInputWizardPage_elementDuplicateNameError=Duplicate element names (Element {0}).
219 CustomXmlParserInputWizardPage_attributeMissingNameError=Enter a name for the attribute (Attribute {0}: ?).
220 CustomXmlParserInputWizardPage_attributeMissingInputNameError=Enter a name for the input (Attribute {0}).
221 CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError=Enter the input format for the Time Stamp (Attribute {0}).
222 CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError=Enter a valid input format for the Time Stamp (Attribute {0}).
223 CustomXmlParserInputWizardPage_attributeDuplicateNameError=Duplicate attribute names (Attribute {0}).
224 CustomXmlParserInputWizardPage_addAttribute=Add attribute
225 CustomXmlParserInputWizardPage_addChildElement=Add child element
226 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
227 CustomXmlParserInputWizardPage_addDocumentElement=Add document element
228 CustomXmlParserInputWizardPage_addNextElement=Add next element
229 CustomXmlParserInputWizardPage_append=Append
230 CustomXmlParserInputWizardPage_appendWith=Append with |
231 CustomXmlParserInputWizardPage_attibute=Attribute
232 CustomXmlParserInputWizardPage_category=Category:
233 CustomXmlParserInputWizardPage_descriptionEdit=Edit an existing custom parser for XML trace files
234 CustomXmlParserInputWizardPage_descriptionNew=Create a new custom parser for XML trace files
235 CustomXmlParserInputWizardPage_elementName=Element name:
236 CustomXmlParserInputWizardPage_feelingLucky=Feeling lucky
237 CustomXmlParserInputWizardPage_format=format:
238 CustomXmlParserInputWizardPage_logEntry=Log Entry
239 CustomXmlParserInputWizardPage_logType=Trace type:
240 CustomXmlParserInputWizardPage_moveDown=Move down
241 CustomXmlParserInputWizardPage_moveUp=Move up
242 CustomXmlParserInputWizardPage_name=name:
243 CustomXmlParserInputWizardPage_newAttibute=New attribute
244 CustomXmlParserInputWizardPage_noMatch=*no match*
245 CustomXmlParserInputWizardPage_noMatchingAttribute=*no matching attribute*
246 CustomXmlParserInputWizardPage_noMatchingElement=*no matching element*
247 CustomXmlParserInputWizardPage_preview=Preview:
248 CustomXmlParserInputWizardPage_previewInput=Preview input
249 CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
250 CustomXmlParserInputWizardPage_removeElement=Remove element
251 CustomXmlParserInputWizardPage_set=Set
252 CustomXmlParserInputWizardPage_tagName=tag name:
253 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
254 CustomXmlParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
255 CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
256 CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
257 CustomXmlParserOutputWizardPage_description=Customize the output of the parser
258 CustomXmlParserOutputWizardPage_moveAfter=Move After
259 CustomXmlParserOutputWizardPage_moveBefore=Move Before
260 CustomXmlParserOutputWizardPage_visible=Visible
261
262 # org.eclipse.tracecompass.tmf.ui.views.filter
263 FilterDialog_FilterDialogTitle=Edit filter
264 FilterTreeLabelProvider_AspectHint=<select aspect>
265 FilterTreeLabelProvider_FilterNameHint=<name>
266 FilterTreeLabelProvider_TraceTypeHint=<select type>
267 FilterTreeLabelProvider_ValueHint=<value>
268 FilterView_AddActionToolTipText=Add new filter
269 FilterView_DeleteActionToolTipText=Delete filter node
270 FilterView_ExportActionToolTipText=Export filters
271 FilterView_FileDialogFilterName=TMF Filter files
272 FilterView_ImportActionToolTipText=Import filters
273 FilterView_SaveActionToolTipText=Save filters
274 FilterViewer_AlphaButtonText=Alpha
275 FilterViewer_AspectLabel=aspect:
276 FilterViewer_CommonCategory=[common]
277 FilterViewer_DeleteActionText=Delete
278 FilterViewer_EmptyTreeHintText=<Right-click to add filter node>
279 FilterViewer_FieldHint=type field name
280 FilterViewer_FieldLabel=field:
281 FilterViewer_FilterNameHint=type filter name
282 FilterViewer_IgnoreCaseButtonText=ignore case
283 FilterViewer_NameLabel=name:
284 FilterViewer_NewPrefix=New
285 FilterViewer_NotLabel=not:
286 FilterViewer_NumButtonText=Num
287 FilterViewer_RegexHint=type regular expression
288 FilterViewer_RegexLabel=regex:
289 FilterViewer_ResultLabel=result:
290 FilterViewer_Subfield_ToolTip=Prefix with '/' to enter a path where subfields are separated by '/'. For an uninterpreted slash use '\\/'.
291 FilterViewer_TimestampButtonText=Timestamp
292 FilterViewer_TypeLabel=type:
293 FilterViewer_ValueHint=type value
294 FilterViewer_ValueLabel=value:
295
296 TmfView_PinActionNameText=Pin View
297 TmfView_PinActionToolTipText=Pin View
298 TmfView_AlignViewsActionNameText=Align Views
299 TmfView_AlignViewsActionToolTipText=Align Views
300
301 # org.eclipse.tracecompass.tmf.ui.views.callstack
302 CallStackPresentationProvider_Thread=Thread
303 CallStackView_FunctionColumn=Function
304 CallStackView_DepthColumn=Depth
305 CallStackView_EntryTimeColumn=Entry time
306 CallStackView_ExitTimeColumn=Exit time
307 CallStackView_DurationColumn=Duration
308 CallStackView_StackInfoNotAvailable=Stack info not available
309 CallStackView_SortByThreadName=Sort threads by thread name
310 CallStackView_SortByThreadId=Sort threads by thread id
311 CallStackView_SortByThreadTime=Sort threads by start time
312 CallStackView_ImportMappingButtonText=Import mapping file...
313 CallStackView_ImportMappingButtonTooltip=Import a text file containing the mapping between addresses and function names
314 CallStackView_ImportMappingDialogTitle=Select Mapping File
315 CallStackView_ImportMappingJobName=Updating Call Stack view function mapping
316
317 CallStackView_ImportBinaryFileButtonText=Import binary file...
318 CallStackView_ImportBinaryFileButtonTooltip=Import a binary file containing debugging symbols
319 CallStackView_ImportBinaryFileDialogTitle=Select Binary File
320
321 CopyToClipboardOperation_TaskName=Copying to Clipboard
322 CopyToClipboardOperation_OutOfMemoryErrorTitle=Out Of Memory Error
323 CopyToClipboardOperation_OutOfMemoryErrorMessage=The full selection cannot be copied to the clipboard. Press OK to abort.
324
325 ExportToTextJob_Export_to=Export to {0}...
326 ExportToTextJob_Export_trace_to=Export trace to {0}
327 ExportToTextJob_Unable_to_export_trace=Unable to export trace to {0}
This page took 0.043924 seconds and 6 git commands to generate.