tmf: Move the symbol provider messages to their own package
[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_AddAsFilterText=Add as Filter (Ctrl+Enter)
35 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
36 TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
37 TmfEventsTable_ClearFiltersActionText=Clear Filters
38 TmfEventsTable_CollapseFilterMenuName=Collapse Events
39 TmfEventsTable_ContentColumnHeader=Content
40 TmfEventsTable_CopyToClipboardActionText=Copy to Clipboard
41 TmfEventsTable_Export_to_text=Export To Text...
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_ShowRawActionText=Show Raw
56 TmfEventsTable_ShowTableActionText=Show Table
57 TmfEventsTable_SourceColumnHeader=Source
58 TmfEventsTable_TimestampColumnHeader=Timestamp
59 TmfEventsTable_TypeColumnHeader=Type
60
61 TmfMarker_LocationRank=rank {0}
62 TmfMarker_LocationTime=timestamp [{0}]
63 TmfMarker_LocationTimeRange=timestamp [{0}, {1}]
64
65 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs
66 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
67 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
68 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
69 TmfTimeFilterDialog_TRACE_ID=Trace Id
70 TmfTimeFilterDialog_TRACE_NAME=Trace Name
71 TmfTimeLegend_LEGEND=Legend
72 TmfTimeLegend_TRACE_STATES=Trace
73 TmfTimeLegend_TRACE_STATES_TITLE=States Transition Visualizer
74 TmfTimeLegend_WINDOW_TITLE=Trace Visualizer's Legend
75 TmfTimeLegend_StateTypeName=States
76 TmfTimeFilterDialog_WINDOW_TITLE=Filter
77 TmfTimeFilterDialog_MESSAGE=Check the entries to show
78 TmfTimeFilterDialog_CHECK_ALL=Check all
79 TmfTimeFilterDialog_UNCHECK_ALL=Uncheck all
80 TmfTimeFilterDialog_CHECK_SELECTED=Check selected
81 TmfTimeFilterDialog_UNCHECK_SELECTED=Uncheck selected
82 TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
83 TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree
84
85 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.model
86 MarkerEvent_Bookmarks=Bookmarks
87 MarkerEvent_LostEvents=Lost Events
88
89 # org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets
90 TmfTimeTipHandler_DURATION=Duration
91 TmfTimeTipHandler_LINK_SOURCE=Source
92 TmfTimeTipHandler_LINK_SOURCE_TIME=Source Time
93 TmfTimeTipHandler_LINK_TARGET=Target
94 TmfTimeTipHandler_LINK_TARGET_TIME=Target Time
95 TmfTimeTipHandler_LINK_TIME=Time
96 TmfTimeTipHandler_PERCENT_OF_SELECTION=% of selection
97 TmfTimeTipHandler_TRACE_DATE=Date
98 TmfTimeTipHandler_TRACE_EVENT_TIME=Event Time
99 TmfTimeTipHandler_TRACE_START_TIME=Start Time
100 TmfTimeTipHandler_TRACE_STATE=State
101 TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
102
103 ShowFilterDialogAction_FilterActionNameText=Filter
104 ShowFilterDialogAction_FilterActionToolTipText=Show View Filters
105
106 TmfTimeGraphViewer_ResetScaleActionNameText=Reset
107 TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
108 TmfTimeGraphViewer_LegendActionNameText=Legend
109 TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
110 TmfTimeGraphViewer_NextEventActionNameText=Next Event
111 TmfTimeGraphViewer_NextEventActionToolTipText=Select Next Event
112 TmfTimeGraphViewer_PreviousEventActionNameText=Previous Event
113 TmfTimeGraphViewer_PreviousEventActionToolTipText=Select Previous Event
114 TmfTimeGraphViewer_NextItemActionNameText=Next Item
115 TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
116 TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
117 TmfTimeGraphViewer_PreviousItemActionToolTipText=Select Previous Item
118 TmfTimeGraphViewer_ZoomInActionNameText=Zoom In
119 TmfTimeGraphViewer_ZoomInActionToolTipText=Zoom In
120 TmfTimeGraphViewer_ZoomOutActionNameText=Zoom Out
121 TmfTimeGraphViewer_ZoomOutActionToolTipText=Zoom Out
122 TmfTimeGraphViewer_HideArrowsActionNameText=Hide Arrows
123 TmfTimeGraphViewer_HideArrowsActionToolTipText=Hide Arrows
124 TmfTimeGraphViewer_FollowArrowForwardActionNameText=Follow Arrow Forward
125 TmfTimeGraphViewer_FollowArrowForwardActionToolTipText=Follow Arrow Forward
126 TmfTimeGraphViewer_FollowArrowBackwardActionNameText=Follow Arrow Backward
127 TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText=Follow Arrow Backward
128 TmfTimeGraphViewer_BookmarkActionAddText=Add Bookmark...
129 TmfTimeGraphViewer_BookmarkActionRemoveText=Remove Bookmark
130 TmfTimeGraphViewer_NextMarkerActionText=Next Marker
131 TmfTimeGraphViewer_PreviousMarkerActionText=Previous Marker
132 TmfTimeGraphViewer_ShowMarkersMenuText=Show Markers
133
134 Utils_ClockCyclesUnit=\u0020cc
135
136 # org.eclipse.tracecompass.tmf.ui.views.colors
137 ColorsView_AddActionToolTipText=Insert new color setting
138 ColorsView_BackgroundButtonText=BG
139 ColorsView_BackgroundDialogText=Set background color
140 ColorsView_DeleteActionToolTipText=Delete color setting
141 ColorsView_ExportActionToolTipText=Export color settings
142 ColorsView_FilterButtonText=Filter...
143 ColorsView_ForegroundButtonText=FG
144 ColorsView_ForegroundDialogText=Set foreground color
145 ColorsView_ImportActionToolTipText=Import color settings
146 ColorsView_ImportOverwriteDialogMessage1=Do you want to overwrite the current color settings?\n
147 ColorsView_ImportOverwriteDialogMessage2=Answering No will insert the imported settings above the current selection.
148 ColorsView_ImportOverwriteDialogTitle=Overwrite current settings
149 ColorsView_MoveDownActionToolTipText=Decrease priority
150 ColorsView_MoveUpActionToolTipText=Increase priority
151 ColorsView_TickButtonText=Tick
152 TickColorDialog_TickColorDialogTitle=Choose tick color
153
154 # org.eclipse.tracecompass.tmf.ui.parsers.wizards
155 CustomTxtParserInputWizardPage_addChildLine=Add child line
156 CustomTxtParserInputWizardPage_addGroup=Add group
157 CustomTxtParserInputWizardPage_addNextLine=Add next line
158 CustomTxtParserInputWizardPage_append=Append
159 CustomTxtParserInputWizardPage_appendWith=Append with |
160 CustomTxtParserInputWizardPage_capturedGroup=Captured group
161 CustomTxtParserInputWizardPage_cardinality=Cardinality:
162 CustomTxtParserInputWizardPage_category=Category:
163 CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text trace files
164 CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text trace files
165 CustomTxtParserInputWizardPage_format=format:
166 CustomTxtParserInputWizardPage_group=Group {0}:
167 CustomTxtParserInputWizardPage_highlightAll=Highlight All
168 CustomTxtParserInputWizardPage_logType=Trace type:
169 CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line:
170 CustomTxtParserInputWizardPage_matchingRootLine=Matching root line :
171 CustomTxtParserInputWizardPage_max=max:
172 CustomTxtParserInputWizardPage_min=min:
173 CustomTxtParserInputWizardPage_moveDown=Move down
174 CustomTxtParserInputWizardPage_moveUp=Move up
175 CustomTxtParserInputWizardPage_name=name:
176 CustomTxtParserInputWizardPage_newGroup=New group
177 CustomTxtParserInputWizardPage_noMatch=*no match*
178 CustomTxtParserInputWizardPage_noMatchingGroup=*no matching group*
179 CustomTxtParserInputWizardPage_noMatchingLine=*no matching line*
180 CustomTxtParserInputWizardPage_noMatchingTimestamp=*no matching timestamp*
181 CustomTxtParserInputWizardPage_noMathcingLine=*no matching line*
182 CustomTxtParserInputWizardPage_nonMatchingLine=Non-matching line\n
183 CustomTxtParserInputWizardPage_noTimestampGroup=*no timestamp group*
184 CustomTxtParserInputWizardPage_preview=Preview:
185 CustomTxtParserInputWizardPage_previewInput=Preview input
186 CustomTxtParserInputWizardPage_previewLegend=Preview Legend
187 CustomTxtParserInputWizardPage_regularExpression=Regular expression:
188 CustomTxtParserInputWizardPage_regularExpressionHelp=Regular Expression Help
189 CustomTxtParserInputWizardPage_removeGroup=Remove group
190 CustomTxtParserInputWizardPage_removeLine=Remove line
191 CustomTxtParserInputWizardPage_set=Set
192 CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
193 CustomTxtParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
194 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
195 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
196 CustomTxtParserInputWizardPage_titleEdit=Edit Custom Text Parser
197 CustomTxtParserInputWizardPage_titleNew=New Custom Text Parser
198 CustomTxtParserInputWizardPage_windowTitle=Custom Text Parser
199 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
200 CustomTxtParserOutputWizardPage_moveAfter=Move After
201 CustomTxtParserOutputWizardPage_moveBefore=Move Before
202 CustomTxtParserOutputWizardPage_visible=Visible
203 CustomXmlParserInputWizardPage_emptyCategoryError=Enter a category for the new trace type.
204 CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new trace type.
205 CustomXmlParserInputWizardPage_invalidCategoryError=Invalid character ':' in category.
206 CustomXmlParserInputWizardPage_invalidLogTypeError=Invalid character ':' in trace type.
207 CustomXmlParserInputWizardPage_duplicatelogTypeError=The trace type name already exists.
208 CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
209 CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
210 CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field.
211 CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
212 CustomXmlParserInputWizardPage_noTimestampElementOrAttribute=*no time stamp element or attribute*
213 CustomXmlParserInputWizardPage_elementMissingNameError=Enter a name for the element (Element {0}).
214 CustomXmlParserInputWizardPage_elementMissingInputNameError=Enter a name for the input (Element {0}).
215 CustomXmlParserInputWizardPage_elementMissingTimestampFmtError=Enter the input format for the Time Stamp (Element {0}).
216 CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError=Enter a valid output format for the Time Stamp field (Element {0}).
217 CustomXmlParserInputWizardPage_elementDuplicateNameError=Duplicate element names (Element {0}).
218 CustomXmlParserInputWizardPage_attributeMissingNameError=Enter a name for the attribute (Attribute {0}: ?).
219 CustomXmlParserInputWizardPage_attributeMissingInputNameError=Enter a name for the input (Attribute {0}).
220 CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError=Enter the input format for the Time Stamp (Attribute {0}).
221 CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError=Enter a valid input format for the Time Stamp (Attribute {0}).
222 CustomXmlParserInputWizardPage_attributeDuplicateNameError=Duplicate attribute names (Attribute {0}).
223 CustomXmlParserInputWizardPage_addAttribute=Add attribute
224 CustomXmlParserInputWizardPage_addChildElement=Add child element
225 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
226 CustomXmlParserInputWizardPage_addDocumentElement=Add document element
227 CustomXmlParserInputWizardPage_addNextElement=Add next element
228 CustomXmlParserInputWizardPage_append=Append
229 CustomXmlParserInputWizardPage_appendWith=Append with |
230 CustomXmlParserInputWizardPage_attibute=Attribute
231 CustomXmlParserInputWizardPage_category=Category:
232 CustomXmlParserInputWizardPage_descriptionEdit=Edit an existing custom parser for XML trace files
233 CustomXmlParserInputWizardPage_descriptionNew=Create a new custom parser for XML trace files
234 CustomXmlParserInputWizardPage_elementName=Element name:
235 CustomXmlParserInputWizardPage_feelingLucky=Feeling lucky
236 CustomXmlParserInputWizardPage_format=format:
237 CustomXmlParserInputWizardPage_logEntry=Log Entry
238 CustomXmlParserInputWizardPage_logType=Trace type:
239 CustomXmlParserInputWizardPage_moveDown=Move down
240 CustomXmlParserInputWizardPage_moveUp=Move up
241 CustomXmlParserInputWizardPage_name=name:
242 CustomXmlParserInputWizardPage_newAttibute=New attribute
243 CustomXmlParserInputWizardPage_noMatch=*no match*
244 CustomXmlParserInputWizardPage_noMatchingAttribute=*no matching attribute*
245 CustomXmlParserInputWizardPage_noMatchingElement=*no matching element*
246 CustomXmlParserInputWizardPage_preview=Preview:
247 CustomXmlParserInputWizardPage_previewInput=Preview input
248 CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
249 CustomXmlParserInputWizardPage_removeElement=Remove element
250 CustomXmlParserInputWizardPage_set=Set
251 CustomXmlParserInputWizardPage_tagName=tag name:
252 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
253 CustomXmlParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
254 CustomXmlParserInputWizardPage_windowTitle=Custom XML Parser
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_ThreadColumn=Thread
309 CallStackView_StackInfoNotAvailable=Stack info not available
310 CallStackView_SortByThreadName=Sort threads by thread name
311 CallStackView_SortByThreadId=Sort threads by thread id
312 CallStackView_SortByThreadTime=Sort threads by start time
313
314 CallStackView_ConfigureSymbolProvidersText=Configure symbol providers
315 CallStackView_ConfigureSymbolProvidersTooltip=Configure how the addresses are mapped to function names
316
317 CopyToClipboardOperation_TaskName=Copying to Clipboard
318 CopyToClipboardOperation_OutOfMemoryErrorTitle=Out Of Memory Error
319 CopyToClipboardOperation_OutOfMemoryErrorMessage=The full selection cannot be copied to the clipboard. Press OK to abort.
320
321 ExportToTextJob_Export_to=Export to {0}...
322 ExportToTextJob_Export_trace_to=Export trace to {0}
323 ExportToTextJob_Unable_to_export_trace=Unable to export trace to {0}
This page took 0.039222 seconds and 5 git commands to generate.