Revert "Bug 378401: Implementation of time graph widget."
[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_AddBookmarkDialogText=Enter Bookmark name:
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_ReferenceColumnHeader=File
58 TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
59 TmfEventsTable_SearchHint=<srch>
60 TmfEventsTable_SearchingJobName=Searching...
61 TmfEventsTable_ShowFilterBarActionText=Show Filter Bar
62 TmfEventsTable_ShowRawActionText=Show Raw
63 TmfEventsTable_ShowSearchBarActionText=Show Search Bar
64 TmfEventsTable_ShowTableActionText=Show Table
65 TmfEventsTable_SourceColumnHeader=Source
66 TmfEventsTable_TimestampColumnHeader=Timestamp
67 TmfEventsTable_TypeColumnHeader=Type
68
69 # org.eclipse.linuxtools.tmf.ui.viewers.timegraph.dialogs
70 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
71 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
72 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
73 TmfTimeFilterDialog_TRACE_ID=Trace Id
74 TmfTimeFilterDialog_TRACE_NAME=Trace Name
75 TmfTimeLegend_LEGEND=Legend
76 TmfTimeLegend_TRACE_STATES=Trace states
77 TmfTimeLegend_TRACE_STATES_TITLE=States Transition Visualizer
78 TmfTimeLegend_WINDOW_TITLE=Trace Visualizer's Legend
79
80 # org.eclipse.linuxtools.tmf.ui.viewers.timegraph.widgets
81 TmfTimeStatesCtrl_TRACE_GROUP_LABEL=Trace Group [{0}]
82 TmfTimeStatesCtrl_UNDEFINED_GROUP=<undefined>
83 TmfTimeTipHandler_DURATION=Duration
84 TmfTimeTipHandler_NUMBER_OF_TRACES=Number of traces
85 TmfTimeTipHandler_TRACE_CLASS_NAME=Class Name
86 TmfTimeTipHandler_TRACE_DATE=Date
87 TmfTimeTipHandler_TRACE_EVENT_TIME=Event Time
88 TmfTimeTipHandler_TRACE_GROUP_NAME=Group Name
89 TmfTimeTipHandler_TRACE_NAME=Trace Name
90 TmfTimeTipHandler_TRACE_START_TIME=Start Time
91 TmfTimeTipHandler_TRACE_STATE=State
92 TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
93
94 # org.eclipse.linuxtools.tmf.ui.views.colors
95 ColorsView_AddActionToolTipText=Insert new color setting
96 ColorsView_BackgroundButtonText=BG
97 ColorsView_BackgroundDialogText=Set background color
98 ColorsView_DeleteActionToolTipText=Delete color setting
99 ColorsView_ExportActionToolTipText=Export color settings
100 ColorsView_FilterButtonText=Filter...
101 ColorsView_ForegroundButtonText=FG
102 ColorsView_ForegroundDialogText=Set foreground color
103 ColorsView_ImportActionToolTipText=Import color settings
104 ColorsView_ImportOverwriteDialogMessage1=Do you want to overwrite the current color settings?\n
105 ColorsView_ImportOverwriteDialogMessage2=Answering No will insert the imported settings above the current selection.
106 ColorsView_ImportOverwriteDialogTitle=Overwrite current settings
107 ColorsView_MoveDownActionToolTipText=Decrease priority
108 ColorsView_MoveUpActionToolTipText=Increase priority
109 ColorsView_TickButtonText=Tick
110 TickColorDialog_TickColorDialogTitle=Choose tick color
111
112 # org.eclipse.linuxtools.tmf.ui.wizards
113 CustomTxtParserInputWizardPage_addChildLine=Add child line
114 CustomTxtParserInputWizardPage_addGroup=Add group
115 CustomTxtParserInputWizardPage_addNextLine=Add next line
116 CustomTxtParserInputWizardPage_append=Append
117 CustomTxtParserInputWizardPage_appendWith=Append with |
118 CustomTxtParserInputWizardPage_capturedGroup=Captured group
119 CustomTxtParserInputWizardPage_cardinality=Cardinality:
120 CustomTxtParserInputWizardPage_dateFormatHelp=Date Format Help
121 CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text log files
122 CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text log files
123 CustomTxtParserInputWizardPage_format=format:
124 CustomTxtParserInputWizardPage_group=Group
125 CustomTxtParserInputWizardPage_highlightAll=Highlight All
126 CustomTxtParserInputWizardPage_logType=Log type:
127 CustomTxtParserInputWizardPage_matchingLineRoot=Matching root line :
128 CustomTxtParserInputWizardPage_matchingOtherLine=Matching other line:
129 CustomTxtParserInputWizardPage_matchingRootLine=matchingRootLine
130 CustomTxtParserInputWizardPage_max=max:
131 CustomTxtParserInputWizardPage_min=min:
132 CustomTxtParserInputWizardPage_moveDown=Move down
133 CustomTxtParserInputWizardPage_moveUp=Move up
134 CustomTxtParserInputWizardPage_name=name:
135 CustomTxtParserInputWizardPage_newGroup=New group
136 CustomTxtParserInputWizardPage_noMatch=*no match*
137 CustomTxtParserInputWizardPage_noMatchingGroup=*no matching group*
138 CustomTxtParserInputWizardPage_noMatchingLine=*no matching line*
139 CustomTxtParserInputWizardPage_noMatchingTimestamp=*no matching timestamp*
140 CustomTxtParserInputWizardPage_noMathcingLine=*no matching line*
141 CustomTxtParserInputWizardPage_nonMatchingLine=Non-matching line\n
142 CustomTxtParserInputWizardPage_noTimestampGroup=*no timestamp group*
143 CustomTxtParserInputWizardPage_preview=Preview:
144 CustomTxtParserInputWizardPage_previewInput=Preview input
145 CustomTxtParserInputWizardPage_previewLegend=Preview Legend
146 CustomTxtParserInputWizardPage_regularExpression=Regular expression:
147 CustomTxtParserInputWizardPage_regularExpressionHelp=Regular Expression Help
148 CustomTxtParserInputWizardPage_removeGroup=Remove group
149 CustomTxtParserInputWizardPage_removeLine=Remove line
150 CustomTxtParserInputWizardPage_set=Set
151 CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
152 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
153 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
154 CustomTxtParserInputWizardPage_windowTitleEdit=Edit Custom Text Parser
155 CustomTxtParserInputWizardPage_windowTitleNew=New Custom Text Parser
156 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
157 CustomTxtParserOutputWizardPage_moveAfter=Move After
158 CustomTxtParserOutputWizardPage_moveBefore=Move Before
159 CustomTxtParserOutputWizardPage_visible=Visible
160 CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new log type.
161 CustomXmlParserInputWizardPage_duplicatelogTypeError=The log type name already exists.
162 CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
163 CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
164 CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field.
165 CustomXmlParserInputWizardPage_invalidTimestampFmtError=Enter a valid output format for the Time Stamp field.
166 CustomXmlParserInputWizardPage_notimestamporAttributeError=*no time stamp element or attribute*
167 CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
168 CustomXmlParserInputWizardPage_timestampElementPrompt=Element
169 CustomXmlParserInputWizardPage_timestampFormatPrompt=Enter the input format for the Time Stamp
170 CustomXmlParserInputWizardPage_missingInputElementNameError=Enter a name for the input
171 CustomXmlParserInputWizardPage_attributePrompt=Attribute
172 CustomXmlParserInputWizardPage_missingAttribute=Enter a name for the attribute
173 CustomXmlParserInputWizardPage_duplicateAttributeError=Duplicate attribute names
174 CustomXmlParserInputWizardPage_missingTimestampInFmtError=Enter the input format for the Time Stamp
175 CustomXmlParserInputWizardPage_invalidTimestampInFmtError=Enter a valid input format for the Time Stamp
176 CustomXmlParserInputWizardPage_missingDataGroupNameError=Enter a name for the data group
177 CustomXmlParserInputWizardPage_missingElementNameError=Enter a name for the element
178 CustomXmlParserInputWizardPage_duplicateElementNameError=Duplicate element names
179 CustomXmlParserInputWizardPage_addAttribute=Add attribute
180 CustomXmlParserInputWizardPage_addChildElement=Add child element
181 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
182 CustomXmlParserInputWizardPage_addDocumentElement=Add document element
183 CustomXmlParserInputWizardPage_addNextElement=Add next element
184 CustomXmlParserInputWizardPage_append=Append
185 CustomXmlParserInputWizardPage_appendWith=Append with |
186 CustomXmlParserInputWizardPage_attibute=Attribute
187 CustomXmlParserInputWizardPage_dateFormatHelp=Date Format Help
188 CustomXmlParserInputWizardPage_descriptionEdit=Edit an existing custom parser for XML log files
189 CustomXmlParserInputWizardPage_descriptionNew=Create a new custom parser for XML log files
190 CustomXmlParserInputWizardPage_elementName=Element name:
191 CustomXmlParserInputWizardPage_feelingLucky=Feeling lucky
192 CustomXmlParserInputWizardPage_format=format:
193 CustomXmlParserInputWizardPage_logEntry=Log Entry
194 CustomXmlParserInputWizardPage_logType=Log type:
195 CustomXmlParserInputWizardPage_moveDown=Move down
196 CustomXmlParserInputWizardPage_moveUp=Move up
197 CustomXmlParserInputWizardPage_name=name:
198 CustomXmlParserInputWizardPage_newAttibute=New attribute
199 CustomXmlParserInputWizardPage_noMatch=*no match*
200 CustomXmlParserInputWizardPage_noMatchingAttribute=*no matching attribute*
201 CustomXmlParserInputWizardPage_noMatchingElement=*no matching element*
202 CustomXmlParserInputWizardPage_preview=Preview:
203 CustomXmlParserInputWizardPage_previewInput=Preview input
204 CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
205 CustomXmlParserInputWizardPage_removeElement=Remove element
206 CustomXmlParserInputWizardPage_set=Set
207 CustomXmlParserInputWizardPage_tagName=tag name:
208 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
209 CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
210 CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
211 CustomXmlParserOutputWizardPage_description=Customize the output of the parser
212 CustomXmlParserOutputWizardPage_moveAfter=Move After
213 CustomXmlParserOutputWizardPage_moveBefore=Move Before
214 CustomXmlParserOutputWizardPage_visible=Visible
215
216 # org.eclipse.linuxtools.tmf.ui.views.filter
217 FilterDialog_FilterDialogTitle=Edit filter
218 FilterView_AddActionToolTipText=Add new filter
219 FilterView_DeleteActionToolTipText=Delete filter node
220 FilterView_ExportActionToolTipText=Export filters
221 FilterView_FileDialogFilterName=TMF Filter files
222 FilterView_ImportActionToolTipText=Import filters
223 FilterView_SaveActionToolTipText=Save filters
224 FilterViewer_AlphaButtonText=Alpha
225 FilterViewer_DeleteActionText=Delete
226 FilterViewer_FieldLabel=field:
227 FilterViewer_FilterNameHint=type filter name
228 FilterViewer_IgnoreCaseButtonText=ignore case
229 FilterViewer_NameLabel=name:
230 FilterViewer_NewPrefix=New
231 FilterViewer_NotLabel=not:
232 FilterViewer_NumButtonText=Num
233 FilterViewer_RegexHint=type regular expression
234 FilterViewer_RegexLabel=regex:
235 FilterViewer_ResultLabel=result:
236 FilterViewer_TimestampButtonText=Timestamp
237 FilterViewer_TypeLabel=type:
238 FilterViewer_ValueHint=type value
239 FilterViewer_ValueLabel=value:
This page took 0.036905 seconds and 6 git commands to generate.