Add Open Callsite action in events table for CTF events
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / messages.properties
1 # org.eclipse.linuxtools.tmf.ui.dialogs
2 ManageCustomParsersDialog_DeleteButtonLabel=Delete
3 ManageCustomParsersDialog_DeleteConfirmation=Are you sure you want to delete
4 ManageCustomParsersDialog_DeleteParserDialogHeader=Delete Custom Parser
5 ManageCustomParsersDialog_DialogHeader=Manage Custom Parsers
6 ManageCustomParsersDialog_EditButtonLabel=Edit...
7 ManageCustomParsersDialog_ExportButtonLabel=Export...
8 ManageCustomParsersDialog_ExportParserSelection=Select file to export
9 ManageCustomParsersDialog_ImportButtonLabel=Import...
10 ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
11 ManageCustomParsersDialog_NewButtonLabel=New...
12 ManageCustomParsersDialog_ParseButtonLabel=Parse...
13 ManageCustomParsersDialog_ParseError=Parse Error
14 ManageCustomParsersDialog_TextButtonLabel=Text
15 ManageCustomParsersDialog_TraceSelection=Select log file to parse using
16
17 # org.eclipse.linuxtools.tmf.ui.parsers.custom
18 CustomTraceDefinition_messageTag=Message
19 CustomTraceDefinition_otherTag=Other
20 CustomTraceDefinition_timestampTag=Time Stamp
21 CustomTxtTraceDefinition_action=action
22 CustomTxtTraceDefinition_cardinality=Cardinality
23 CustomTxtTraceDefinition_definition=Definition
24 CustomTxtTraceDefinition_definitionRootElement=CustomTxtTraceDefinitionList
25 CustomTxtTraceDefinition_format=format
26 CustomTxtTraceDefinition_inputData=InputData
27 CustomTxtTraceDefinition_inputLine=InputLine
28 CustomTxtTraceDefinition_max=max
29 CustomTxtTraceDefinition_min=min
30 CustomTxtTraceDefinition_name=name
31 CustomTxtTraceDefinition_outputColumn=OutputColumn
32 CustomTxtTraceDefinition_regEx=RegEx
33 CustomTxtTraceDefinition_timestampOutputFormat=TimeStampOutputFormat
34 CustomXmlTraceDefinition_action=action
35 CustomXmlTraceDefinition_attribute=Attribute
36 CustomXmlTraceDefinition_definition=Definition
37 CustomXmlTraceDefinition_definitionRootElement=CustomXMLTraceDefinitionList
38 CustomXmlTraceDefinition_format=format
39 CustomXmlTraceDefinition_ignoreTag=Ignore
40 CustomXmlTraceDefinition_inputData=InputData
41 CustomXmlTraceDefinition_inputElement=InputElement
42 CustomXmlTraceDefinition_logEntry=logentry
43 CustomXmlTraceDefinition_name=name
44 CustomXmlTraceDefinition_outputColumn=OutputColumn
45 CustomXmlTraceDefinition_timestampOutputFormat=TimeStampOutputFormat
46
47 # org.eclipse.linuxtools.tmf.ui.viewers.events
48 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
49 TmfEventsTable_AddBookmarkDialogMessage=Enter Bookmark Description:
50 TmfEventsTable_AddBookmarkDialogTitle=Add Bookmark
51 TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
52 TmfEventsTable_ClearFiltersActionText=Clear Filters
53 TmfEventsTable_ContentColumnHeader=Content
54 TmfEventsTable_FilterHint=<filter>
55 TmfEventsTable_HideRawActionText=Hide Raw
56 TmfEventsTable_HideTableActionText=Hide Table
57 TmfEventsTable_OpenCallsiteActionText=Open Callsite
58 TmfEventsTable_OpenCallsiteNotFound=can not be found in the workspace.
59 TmfEventsTable_OpenCallsiteSelectFileDialogTitle=Select source file for callsite
60 TmfEventsTable_OpenModelActionText=Open Model Element
61 TmfEventsTable_OpenModelUnsupportedURI=is not a supported model URI format.
62 TmfEventsTable_ReferenceColumnHeader=File
63 TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
64 TmfEventsTable_SearchHint=<srch>
65 TmfEventsTable_SearchingJobName=Searching...
66 TmfEventsTable_ShowFilterBarActionText=Show Filter Bar
67 TmfEventsTable_ShowRawActionText=Show Raw
68 TmfEventsTable_ShowSearchBarActionText=Show Search Bar
69 TmfEventsTable_ShowTableActionText=Show Table
70 TmfEventsTable_SourceColumnHeader=Source
71 TmfEventsTable_TimestampColumnHeader=Timestamp
72 TmfEventsTable_TypeColumnHeader=Type
73
74 # org.eclipse.linuxtools.tmf.ui.viewers.timegraph.dialogs
75 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
76 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
77 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
78 TmfTimeFilterDialog_TRACE_ID=Trace Id
79 TmfTimeFilterDialog_TRACE_NAME=Trace Name
80 TmfTimeLegend_LEGEND=Legend
81 TmfTimeLegend_TRACE_STATES=Trace
82 TmfTimeLegend_TRACE_STATES_TITLE=States Transition Visualizer
83 TmfTimeLegend_WINDOW_TITLE=Trace Visualizer's Legend
84 TmfTimeLegend_StateTypeName=States
85 TmfTimeFilterDialog_WINDOW_TITLE=Filter
86 TmfTimeFilterDialog_MESSAGE=Check the entries to show
87 TmfTimeFilterDialog_SELECT_ALL=Select all
88 TmfTimeFilterDialog_DESELECT_ALL=Deselect all
89
90 # org.eclipse.linuxtools.tmf.ui.viewers.timegraph.widgets
91 TmfTimeTipHandler_DURATION=Duration
92 TmfTimeTipHandler_TRACE_DATE=Date
93 TmfTimeTipHandler_TRACE_EVENT_TIME=Event Time
94 TmfTimeTipHandler_TRACE_START_TIME=Start Time
95 TmfTimeTipHandler_TRACE_STATE=State
96 TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
97
98 TmfTimeGraphCombo_FilterActionNameText=Filter
99 TmfTimeGraphCombo_FilterActionToolTipText=Show View Filters
100
101
102 TmfTimeGraphViewer_ResetScaleActionNameText=Reset
103 TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
104 TmfTimeGraphViewer_LegendActionNameText=Legend
105 TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
106 TmfTimeGraphViewer_NextEventActionNameText=Next Event
107 TmfTimeGraphViewer_NextEventActionToolTipText=Select Next Event
108 TmfTimeGraphViewer_PreviousEventActionNameText=Previous Event
109 TmfTimeGraphViewer_PreviousEventActionToolTipText=Select Previous Event
110 TmfTimeGraphViewer_NextItemActionNameText=Next Item
111 TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
112 TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
113 TmfTimeGraphViewer_PreviousItemActionToolTipText=Select Previous Item
114 TmfTimeGraphViewer_ZoomInActionNameText=Zoom In
115 TmfTimeGraphViewer_ZoomInActionToolTipText=Zoom In
116 TmfTimeGraphViewer_ZoomOutActionNameText=Zoom Out
117 TmfTimeGraphViewer_ZoomOutActionToolTipText=Zoom Out
118
119 # org.eclipse.linuxtools.tmf.ui.views.colors
120 ColorsView_AddActionToolTipText=Insert new color setting
121 ColorsView_BackgroundButtonText=BG
122 ColorsView_BackgroundDialogText=Set background color
123 ColorsView_DeleteActionToolTipText=Delete color setting
124 ColorsView_ExportActionToolTipText=Export color settings
125 ColorsView_FilterButtonText=Filter...
126 ColorsView_ForegroundButtonText=FG
127 ColorsView_ForegroundDialogText=Set foreground color
128 ColorsView_ImportActionToolTipText=Import color settings
129 ColorsView_ImportOverwriteDialogMessage1=Do you want to overwrite the current color settings?\n
130 ColorsView_ImportOverwriteDialogMessage2=Answering No will insert the imported settings above the current selection.
131 ColorsView_ImportOverwriteDialogTitle=Overwrite current settings
132 ColorsView_MoveDownActionToolTipText=Decrease priority
133 ColorsView_MoveUpActionToolTipText=Increase priority
134 ColorsView_TickButtonText=Tick
135 TickColorDialog_TickColorDialogTitle=Choose tick color
136
137 # org.eclipse.linuxtools.tmf.ui.wizards
138 CustomTxtParserInputWizardPage_addChildLine=Add child line
139 CustomTxtParserInputWizardPage_addGroup=Add group
140 CustomTxtParserInputWizardPage_addNextLine=Add next line
141 CustomTxtParserInputWizardPage_append=Append
142 CustomTxtParserInputWizardPage_appendWith=Append with |
143 CustomTxtParserInputWizardPage_capturedGroup=Captured group
144 CustomTxtParserInputWizardPage_cardinality=Cardinality:
145 CustomTxtParserInputWizardPage_dateFormatHelp=Date Format Help
146 CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text log files
147 CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text log files
148 CustomTxtParserInputWizardPage_format=format:
149 CustomTxtParserInputWizardPage_group=Group
150 CustomTxtParserInputWizardPage_highlightAll=Highlight All
151 CustomTxtParserInputWizardPage_logType=Log type:
152 CustomTxtParserInputWizardPage_matchingLineRoot=Matching root line :
153 CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line:
154 CustomTxtParserInputWizardPage_matchingRootLine=matchingRootLine
155 CustomTxtParserInputWizardPage_max=max:
156 CustomTxtParserInputWizardPage_min=min:
157 CustomTxtParserInputWizardPage_moveDown=Move down
158 CustomTxtParserInputWizardPage_moveUp=Move up
159 CustomTxtParserInputWizardPage_name=name:
160 CustomTxtParserInputWizardPage_newGroup=New group
161 CustomTxtParserInputWizardPage_noMatch=*no match*
162 CustomTxtParserInputWizardPage_noMatchingGroup=*no matching group*
163 CustomTxtParserInputWizardPage_noMatchingLine=*no matching line*
164 CustomTxtParserInputWizardPage_noMatchingTimestamp=*no matching timestamp*
165 CustomTxtParserInputWizardPage_noMathcingLine=*no matching line*
166 CustomTxtParserInputWizardPage_nonMatchingLine=Non-matching line\n
167 CustomTxtParserInputWizardPage_noTimestampGroup=*no timestamp group*
168 CustomTxtParserInputWizardPage_preview=Preview:
169 CustomTxtParserInputWizardPage_previewInput=Preview input
170 CustomTxtParserInputWizardPage_previewLegend=Preview Legend
171 CustomTxtParserInputWizardPage_regularExpression=Regular expression:
172 CustomTxtParserInputWizardPage_regularExpressionHelp=Regular Expression Help
173 CustomTxtParserInputWizardPage_removeGroup=Remove group
174 CustomTxtParserInputWizardPage_removeLine=Remove line
175 CustomTxtParserInputWizardPage_set=Set
176 CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
177 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
178 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
179 CustomTxtParserInputWizardPage_windowTitleEdit=Edit Custom Text Parser
180 CustomTxtParserInputWizardPage_windowTitleNew=New Custom Text Parser
181 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
182 CustomTxtParserOutputWizardPage_moveAfter=Move After
183 CustomTxtParserOutputWizardPage_moveBefore=Move Before
184 CustomTxtParserOutputWizardPage_visible=Visible
185 CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new log type.
186 CustomXmlParserInputWizardPage_duplicatelogTypeError=The log type name already exists.
187 CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
188 CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
189 CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field.
190 CustomXmlParserInputWizardPage_invalidTimestampFmtError=Enter a valid output format for the Time Stamp field.
191 CustomXmlParserInputWizardPage_notimestamporAttributeError=*no time stamp element or attribute*
192 CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
193 CustomXmlParserInputWizardPage_timestampElementPrompt=Element
194 CustomXmlParserInputWizardPage_timestampFormatPrompt=Enter the input format for the Time Stamp
195 CustomXmlParserInputWizardPage_missingInputElementNameError=Enter a name for the input
196 CustomXmlParserInputWizardPage_attributePrompt=Attribute
197 CustomXmlParserInputWizardPage_missingAttribute=Enter a name for the attribute
198 CustomXmlParserInputWizardPage_duplicateAttributeError=Duplicate attribute names
199 CustomXmlParserInputWizardPage_missingTimestampInFmtError=Enter the input format for the Time Stamp
200 CustomXmlParserInputWizardPage_invalidTimestampInFmtError=Enter a valid input format for the Time Stamp
201 CustomXmlParserInputWizardPage_missingDataGroupNameError=Enter a name for the data group
202 CustomXmlParserInputWizardPage_missingElementNameError=Enter a name for the element
203 CustomXmlParserInputWizardPage_duplicateElementNameError=Duplicate element names
204 CustomXmlParserInputWizardPage_addAttribute=Add attribute
205 CustomXmlParserInputWizardPage_addChildElement=Add child element
206 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
207 CustomXmlParserInputWizardPage_addDocumentElement=Add document element
208 CustomXmlParserInputWizardPage_addNextElement=Add next element
209 CustomXmlParserInputWizardPage_append=Append
210 CustomXmlParserInputWizardPage_appendWith=Append with |
211 CustomXmlParserInputWizardPage_attibute=Attribute
212 CustomXmlParserInputWizardPage_dateFormatHelp=Date Format Help
213 CustomXmlParserInputWizardPage_descriptionEdit=Edit an existing custom parser for XML log files
214 CustomXmlParserInputWizardPage_descriptionNew=Create a new custom parser for XML log files
215 CustomXmlParserInputWizardPage_elementName=Element name:
216 CustomXmlParserInputWizardPage_feelingLucky=Feeling lucky
217 CustomXmlParserInputWizardPage_format=format:
218 CustomXmlParserInputWizardPage_logEntry=Log Entry
219 CustomXmlParserInputWizardPage_logType=Log type:
220 CustomXmlParserInputWizardPage_moveDown=Move down
221 CustomXmlParserInputWizardPage_moveUp=Move up
222 CustomXmlParserInputWizardPage_name=name:
223 CustomXmlParserInputWizardPage_newAttibute=New attribute
224 CustomXmlParserInputWizardPage_noMatch=*no match*
225 CustomXmlParserInputWizardPage_noMatchingAttribute=*no matching attribute*
226 CustomXmlParserInputWizardPage_noMatchingElement=*no matching element*
227 CustomXmlParserInputWizardPage_preview=Preview:
228 CustomXmlParserInputWizardPage_previewInput=Preview input
229 CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
230 CustomXmlParserInputWizardPage_removeElement=Remove element
231 CustomXmlParserInputWizardPage_set=Set
232 CustomXmlParserInputWizardPage_tagName=tag name:
233 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
234 CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
235 CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
236 CustomXmlParserOutputWizardPage_description=Customize the output of the parser
237 CustomXmlParserOutputWizardPage_moveAfter=Move After
238 CustomXmlParserOutputWizardPage_moveBefore=Move Before
239 CustomXmlParserOutputWizardPage_visible=Visible
240
241 # org.eclipse.linuxtools.tmf.ui.views.filter
242 FilterDialog_FilterDialogTitle=Edit filter
243 FilterView_AddActionToolTipText=Add new filter
244 FilterView_DeleteActionToolTipText=Delete filter node
245 FilterView_ExportActionToolTipText=Export filters
246 FilterView_FileDialogFilterName=TMF Filter files
247 FilterView_ImportActionToolTipText=Import filters
248 FilterView_SaveActionToolTipText=Save filters
249 FilterViewer_EmptyTreeHintText=<Right-click to add filter node>
250 FilterViewer_CommonCategory=[common]
251 FilterViewer_AlphaButtonText=Alpha
252 FilterViewer_DeleteActionText=Delete
253 FilterViewer_FieldLabel=field:
254 FilterViewer_FilterNameHint=type filter name
255 FilterViewer_IgnoreCaseButtonText=ignore case
256 FilterViewer_NameLabel=name:
257 FilterViewer_NewPrefix=New
258 FilterViewer_NotLabel=not:
259 FilterViewer_NumButtonText=Num
260 FilterViewer_RegexHint=type regular expression
261 FilterViewer_RegexLabel=regex:
262 FilterViewer_ResultLabel=result:
263 FilterViewer_TimestampButtonText=Timestamp
264 FilterViewer_TypeLabel=type:
265 FilterViewer_ValueHint=type value
266 FilterViewer_ValueLabel=value:
267
268 TmfView_PinActionNameText=Pin View
269 TmfView_PinActionToolTipText=Pin View
This page took 0.039291 seconds and 6 git commands to generate.