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.properties
1 ###############################################################################
2 # Copyright (c) 2013, 2014 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.linuxtools.tmf.ui.dialogs
14 ManageCustomParsersDialog_DeleteButtonLabel=Delete
15 ManageCustomParsersDialog_DeleteConfirmation=Are you sure you want to delete
16 ManageCustomParsersDialog_DeleteParserDialogHeader=Delete Custom Parser
17 ManageCustomParsersDialog_DialogHeader=Manage Custom Parsers
18 ManageCustomParsersDialog_EditButtonLabel=Edit...
19 ManageCustomParsersDialog_ExportButtonLabel=Export...
20 ManageCustomParsersDialog_ExportParserSelection=Select file to export
21 ManageCustomParsersDialog_ImportButtonLabel=Import...
22 ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
23 ManageCustomParsersDialog_NewButtonLabel=New...
24 ManageCustomParsersDialog_ParseButtonLabel=Parse...
25 ManageCustomParsersDialog_ParseError=Parse Error
26 ManageCustomParsersDialog_TextButtonLabel=Text
27 ManageCustomParsersDialog_TraceSelection=Select log file to parse using
28
29 # org.eclipse.linuxtools.tmf.ui.viewers.events
30 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
31 TmfEventsTable_AddBookmarkDialogMessage=Enter Bookmark Description:
32 TmfEventsTable_AddBookmarkDialogTitle=Add Bookmark
33 TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
34 TmfEventsTable_ClearFiltersActionText=Clear Filters
35 TmfEventsTable_ContentColumnHeader=Content
36 TmfEventsTable_Export_to_text=Export To Text...
37 TmfEventsTable_FilterHint=<filter>
38 TmfEventsTable_HideRawActionText=Hide Raw
39 TmfEventsTable_HideTableActionText=Hide Table
40 TmfEventsTable_MultipleBookmarksToolTip=Multiple bookmarks at this location
41 TmfEventsTable_OpenSourceCodeActionText=Open Source Code
42 TmfEventsTable_OpenSourceCodeNotFound=can not be found in the workspace.
43 TmfEventsTable_OpenSourceCodeSelectFileDialogTitle=Select source file for the call site
44 TmfEventsTable_OpenModelActionText=Open Model Element
45 TmfEventsTable_OpenModelUnsupportedURI=is not a supported model URI format.
46 TmfEventsTable_ReferenceColumnHeader=File
47 TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
48 TmfEventsTable_SearchHint=<srch>
49 TmfEventsTable_SearchingJobName=Searching...
50 TmfEventsTable_ShowFilterBarActionText=Show Filter Bar
51 TmfEventsTable_ShowRawActionText=Show Raw
52 TmfEventsTable_ShowSearchBarActionText=Show Search Bar
53 TmfEventsTable_ShowTableActionText=Show Table
54 TmfEventsTable_SourceColumnHeader=Source
55 TmfEventsTable_TimestampColumnHeader=Timestamp
56 TmfEventsTable_TypeColumnHeader=Type
57
58 # org.eclipse.linuxtools.tmf.ui.viewers.timegraph.dialogs
59 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
60 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
61 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
62 TmfTimeFilterDialog_TRACE_ID=Trace Id
63 TmfTimeFilterDialog_TRACE_NAME=Trace Name
64 TmfTimeLegend_LEGEND=Legend
65 TmfTimeLegend_TRACE_STATES=Trace
66 TmfTimeLegend_TRACE_STATES_TITLE=States Transition Visualizer
67 TmfTimeLegend_WINDOW_TITLE=Trace Visualizer's Legend
68 TmfTimeLegend_StateTypeName=States
69 TmfTimeFilterDialog_WINDOW_TITLE=Filter
70 TmfTimeFilterDialog_MESSAGE=Check the entries to show
71 TmfTimeFilterDialog_CHECK_ALL=Check all
72 TmfTimeFilterDialog_UNCHECK_ALL=Uncheck all
73 TmfTimeFilterDialog_CHECK_SELECTED=Check selected
74 TmfTimeFilterDialog_UNCHECK_SELECTED=Uncheck selected
75 TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
76 TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree
77
78 # org.eclipse.linuxtools.tmf.ui.viewers.timegraph.widgets
79 TmfTimeTipHandler_DURATION=Duration
80 TmfTimeTipHandler_TRACE_DATE=Date
81 TmfTimeTipHandler_TRACE_EVENT_TIME=Event Time
82 TmfTimeTipHandler_TRACE_START_TIME=Start Time
83 TmfTimeTipHandler_TRACE_STATE=State
84 TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
85
86 TmfTimeGraphCombo_FilterActionNameText=Filter
87 TmfTimeGraphCombo_FilterActionToolTipText=Show View Filters
88
89
90 TmfTimeGraphViewer_ResetScaleActionNameText=Reset
91 TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
92 TmfTimeGraphViewer_LegendActionNameText=Legend
93 TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
94 TmfTimeGraphViewer_NextEventActionNameText=Next Event
95 TmfTimeGraphViewer_NextEventActionToolTipText=Select Next Event
96 TmfTimeGraphViewer_PreviousEventActionNameText=Previous Event
97 TmfTimeGraphViewer_PreviousEventActionToolTipText=Select Previous Event
98 TmfTimeGraphViewer_NextItemActionNameText=Next Item
99 TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
100 TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
101 TmfTimeGraphViewer_PreviousItemActionToolTipText=Select Previous Item
102 TmfTimeGraphViewer_ZoomInActionNameText=Zoom In
103 TmfTimeGraphViewer_ZoomInActionToolTipText=Zoom In
104 TmfTimeGraphViewer_ZoomOutActionNameText=Zoom Out
105 TmfTimeGraphViewer_ZoomOutActionToolTipText=Zoom Out
106 TmfTimeGraphViewer_HideArrowsActionNameText=Hide Arrows
107 TmfTimeGraphViewer_HideArrowsActionToolTipText=Hide Arrows
108 TmfTimeGraphViewer_FollowArrowForwardActionNameText=Follow Arrow Forward
109 TmfTimeGraphViewer_FollowArrowForwardActionToolTipText=Follow Arrow Forward
110 TmfTimeGraphViewer_FollowArrowBackwardActionNameText=Follow Arrow Backward
111 TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText=Follow Arrow Backward
112
113 # org.eclipse.linuxtools.tmf.ui.views.colors
114 ColorsView_AddActionToolTipText=Insert new color setting
115 ColorsView_BackgroundButtonText=BG
116 ColorsView_BackgroundDialogText=Set background color
117 ColorsView_DeleteActionToolTipText=Delete color setting
118 ColorsView_ExportActionToolTipText=Export color settings
119 ColorsView_FilterButtonText=Filter...
120 ColorsView_ForegroundButtonText=FG
121 ColorsView_ForegroundDialogText=Set foreground color
122 ColorsView_ImportActionToolTipText=Import color settings
123 ColorsView_ImportOverwriteDialogMessage1=Do you want to overwrite the current color settings?\n
124 ColorsView_ImportOverwriteDialogMessage2=Answering No will insert the imported settings above the current selection.
125 ColorsView_ImportOverwriteDialogTitle=Overwrite current settings
126 ColorsView_MoveDownActionToolTipText=Decrease priority
127 ColorsView_MoveUpActionToolTipText=Increase priority
128 ColorsView_TickButtonText=Tick
129 TickColorDialog_TickColorDialogTitle=Choose tick color
130
131 # org.eclipse.linuxtools.tmf.ui.wizards
132 CustomTxtParserInputWizardPage_addChildLine=Add child line
133 CustomTxtParserInputWizardPage_addGroup=Add group
134 CustomTxtParserInputWizardPage_addNextLine=Add next line
135 CustomTxtParserInputWizardPage_append=Append
136 CustomTxtParserInputWizardPage_appendWith=Append with |
137 CustomTxtParserInputWizardPage_capturedGroup=Captured group
138 CustomTxtParserInputWizardPage_cardinality=Cardinality:
139 CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text log files
140 CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text log files
141 CustomTxtParserInputWizardPage_format=format:
142 CustomTxtParserInputWizardPage_group=Group
143 CustomTxtParserInputWizardPage_highlightAll=Highlight All
144 CustomTxtParserInputWizardPage_logType=Log type:
145 CustomTxtParserInputWizardPage_matchingLineRoot=Matching root line :
146 CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line:
147 CustomTxtParserInputWizardPage_matchingRootLine=matchingRootLine
148 CustomTxtParserInputWizardPage_max=max:
149 CustomTxtParserInputWizardPage_min=min:
150 CustomTxtParserInputWizardPage_moveDown=Move down
151 CustomTxtParserInputWizardPage_moveUp=Move up
152 CustomTxtParserInputWizardPage_name=name:
153 CustomTxtParserInputWizardPage_newGroup=New group
154 CustomTxtParserInputWizardPage_noMatch=*no match*
155 CustomTxtParserInputWizardPage_noMatchingGroup=*no matching group*
156 CustomTxtParserInputWizardPage_noMatchingLine=*no matching line*
157 CustomTxtParserInputWizardPage_noMatchingTimestamp=*no matching timestamp*
158 CustomTxtParserInputWizardPage_noMathcingLine=*no matching line*
159 CustomTxtParserInputWizardPage_nonMatchingLine=Non-matching line\n
160 CustomTxtParserInputWizardPage_noTimestampGroup=*no timestamp group*
161 CustomTxtParserInputWizardPage_preview=Preview:
162 CustomTxtParserInputWizardPage_previewInput=Preview input
163 CustomTxtParserInputWizardPage_previewLegend=Preview Legend
164 CustomTxtParserInputWizardPage_regularExpression=Regular expression:
165 CustomTxtParserInputWizardPage_regularExpressionHelp=Regular Expression Help
166 CustomTxtParserInputWizardPage_removeGroup=Remove group
167 CustomTxtParserInputWizardPage_removeLine=Remove line
168 CustomTxtParserInputWizardPage_set=Set
169 CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
170 CustomTxtParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
171 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
172 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
173 CustomTxtParserInputWizardPage_windowTitleEdit=Edit Custom Text Parser
174 CustomTxtParserInputWizardPage_windowTitleNew=New Custom Text Parser
175 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
176 CustomTxtParserOutputWizardPage_moveAfter=Move After
177 CustomTxtParserOutputWizardPage_moveBefore=Move Before
178 CustomTxtParserOutputWizardPage_visible=Visible
179 CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new log type.
180 CustomXmlParserInputWizardPage_duplicatelogTypeError=The log type name already exists.
181 CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
182 CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
183 CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field.
184 CustomXmlParserInputWizardPage_invalidTimestampFmtError=Enter a valid output format for the Time Stamp field.
185 CustomXmlParserInputWizardPage_notimestamporAttributeError=*no time stamp element or attribute*
186 CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
187 CustomXmlParserInputWizardPage_timestampElementPrompt=Element
188 CustomXmlParserInputWizardPage_timestampFormatPrompt=Enter the input format for the Time Stamp
189 CustomXmlParserInputWizardPage_missingInputElementNameError=Enter a name for the input
190 CustomXmlParserInputWizardPage_attributePrompt=Attribute
191 CustomXmlParserInputWizardPage_missingAttribute=Enter a name for the attribute
192 CustomXmlParserInputWizardPage_duplicateAttributeError=Duplicate attribute names
193 CustomXmlParserInputWizardPage_missingTimestampInFmtError=Enter the input format for the Time Stamp
194 CustomXmlParserInputWizardPage_invalidTimestampInFmtError=Enter a valid input format for the Time Stamp
195 CustomXmlParserInputWizardPage_missingDataGroupNameError=Enter a name for the data group
196 CustomXmlParserInputWizardPage_missingElementNameError=Enter a name for the element
197 CustomXmlParserInputWizardPage_duplicateElementNameError=Duplicate element names
198 CustomXmlParserInputWizardPage_addAttribute=Add attribute
199 CustomXmlParserInputWizardPage_addChildElement=Add child element
200 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
201 CustomXmlParserInputWizardPage_addDocumentElement=Add document element
202 CustomXmlParserInputWizardPage_addNextElement=Add next element
203 CustomXmlParserInputWizardPage_append=Append
204 CustomXmlParserInputWizardPage_appendWith=Append with |
205 CustomXmlParserInputWizardPage_attibute=Attribute
206 CustomXmlParserInputWizardPage_descriptionEdit=Edit an existing custom parser for XML log files
207 CustomXmlParserInputWizardPage_descriptionNew=Create a new custom parser for XML log files
208 CustomXmlParserInputWizardPage_elementName=Element name:
209 CustomXmlParserInputWizardPage_feelingLucky=Feeling lucky
210 CustomXmlParserInputWizardPage_format=format:
211 CustomXmlParserInputWizardPage_logEntry=Log Entry
212 CustomXmlParserInputWizardPage_logType=Log type:
213 CustomXmlParserInputWizardPage_moveDown=Move down
214 CustomXmlParserInputWizardPage_moveUp=Move up
215 CustomXmlParserInputWizardPage_name=name:
216 CustomXmlParserInputWizardPage_newAttibute=New attribute
217 CustomXmlParserInputWizardPage_noMatch=*no match*
218 CustomXmlParserInputWizardPage_noMatchingAttribute=*no matching attribute*
219 CustomXmlParserInputWizardPage_noMatchingElement=*no matching element*
220 CustomXmlParserInputWizardPage_preview=Preview:
221 CustomXmlParserInputWizardPage_previewInput=Preview input
222 CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
223 CustomXmlParserInputWizardPage_removeElement=Remove element
224 CustomXmlParserInputWizardPage_set=Set
225 CustomXmlParserInputWizardPage_tagName=tag name:
226 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
227 CustomXmlParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
228 CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
229 CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
230 CustomXmlParserOutputWizardPage_description=Customize the output of the parser
231 CustomXmlParserOutputWizardPage_moveAfter=Move After
232 CustomXmlParserOutputWizardPage_moveBefore=Move Before
233 CustomXmlParserOutputWizardPage_visible=Visible
234
235 # org.eclipse.linuxtools.tmf.ui.views.filter
236 FilterDialog_FilterDialogTitle=Edit filter
237 FilterView_AddActionToolTipText=Add new filter
238 FilterView_DeleteActionToolTipText=Delete filter node
239 FilterView_ExportActionToolTipText=Export filters
240 FilterView_FileDialogFilterName=TMF Filter files
241 FilterView_ImportActionToolTipText=Import filters
242 FilterView_SaveActionToolTipText=Save filters
243 FilterViewer_EmptyTreeHintText=<Right-click to add filter node>
244 FilterViewer_CommonCategory=[common]
245 FilterViewer_AlphaButtonText=Alpha
246 FilterViewer_FieldLabel=field:
247 FilterViewer_FilterNameHint=type filter name
248 FilterViewer_IgnoreCaseButtonText=ignore case
249 FilterViewer_NameLabel=name:
250 FilterViewer_NewPrefix=New
251 FilterViewer_NotLabel=not:
252 FilterViewer_NumButtonText=Num
253 FilterViewer_RegexHint=type regular expression
254 FilterViewer_RegexLabel=regex:
255 FilterViewer_ResultLabel=result:
256 FilterViewer_Subfilter_ToolTip=Prefix with '/' to enter a path where subfields are separated by '/'. For an uninterpreted slash use '\/'.
257 FilterViewer_TimestampButtonText=Timestamp
258 FilterViewer_TypeLabel=type:
259 FilterViewer_ValueHint=type value
260 FilterViewer_ValueLabel=value:
261
262 TmfView_PinActionNameText=Pin View
263 TmfView_PinActionToolTipText=Pin View
264
265 # Call Stack View
266 CallStackPresentationProvider_Thread=Thread
267 CallStackView_FunctionColumn=Function
268 CallStackView_DepthColumn=Depth
269 CallStackView_EntryTimeColumn=Entry time
270 CallStackView_ExitTimeColumn=Exit time
271 CallStackView_DurationColumn=Duration
272 CallStackView_StackInfoNotAvailable=Stack info not available
273 CallStackView_SortByThreadName=Sort threads by thread name
274 CallStackView_SortByThreadId=Sort threads by thread id
275 CallStackView_SortByThreadTime=Sort threads by start time
276 CallStackView_ImportMappingButtonText=Import mapping file...
277 CallStackView_ImportMappingButtonTooltip=Import a text file containing the mapping between addresses and function names
278 CallStackView_ImportMappingDialogTitle=Select Mapping File
279 CallStackView_ImportMappingJobName=Updating Call Stack view function mapping
280
281 CallStackView_ImportBinaryFileButtonText=Import binary file...
282 CallStackView_ImportBinaryFileButtonTooltip=Import a binary file containing debugging symbols
283 CallStackView_ImportBinaryFileDialogTitle=Select Binary File
284
285 ExportToTextJob_Export_to=Export to {0}...
286 ExportToTextJob_Export_trace_to=Export trace to
287 ExportToTextJob_Unable_to_export_trace=Unable to export trace to {0}
This page took 0.037353 seconds and 5 git commands to generate.