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