tmf: Support default timestamp output format in custom parsers
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / internal / tmf / ui / messages.properties
index 243194e6bd1c13031ced9cc14b079b0b6a66c8e0..e2e0f058e7475dc0a0f0a9e004a258b9c94d19e6 100644 (file)
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2013, 2015 Ericsson
+# Copyright (c) 2013, 2016 Ericsson
 #
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
@@ -27,10 +27,13 @@ ManageCustomParsersDialog_ExportButtonLabel=Export...
 ManageCustomParsersDialog_ExportParserSelection=Select file to export {0}
 ManageCustomParsersDialog_ImportButtonLabel=Import...
 ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to import
+ManageCustomParsersDialog_ImportFailureTitle=Import failure
+ManageCustomParsersDialog_ImportFailureMessage=Selected file did not contain any valid custom parser.
 ManageCustomParsersDialog_NewButtonLabel=New...
 ManageCustomParsersDialog_TextButtonLabel=Text
 
 # org.eclipse.tracecompass.tmf.ui.viewers.events
+TmfEventsTable_AddAsFilterText=Add as Filter (Ctrl+Enter)
 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
 TmfEventsTable_ApplyPresetFilterMenuName=Apply Preset Filter...
 TmfEventsTable_ClearFiltersActionText=Clear Filters
@@ -38,7 +41,6 @@ TmfEventsTable_CollapseFilterMenuName=Collapse Events
 TmfEventsTable_ContentColumnHeader=Content
 TmfEventsTable_CopyToClipboardActionText=Copy to Clipboard
 TmfEventsTable_Export_to_text=Export To Text...
-TmfEventsTable_FilterHint=<filter>
 TmfEventsTable_HideRawActionText=Hide Raw
 TmfEventsTable_HideTableActionText=Hide Table
 TmfEventsTable_MultipleBookmarksToolTip=Multiple bookmarks at this location
@@ -52,9 +54,7 @@ TmfEventsTable_RemoveBookmarkActionText=Remove Bookmark
 TmfEventsTable_SearchHint=<srch>
 TmfEventsTable_SearchingJobName=Searching...
 TmfEventsTable_ShowAll=Show All
-TmfEventsTable_ShowFilterBarActionText=Show Filter Bar
 TmfEventsTable_ShowRawActionText=Show Raw
-TmfEventsTable_ShowSearchBarActionText=Show Search Bar
 TmfEventsTable_ShowTableActionText=Show Table
 TmfEventsTable_SourceColumnHeader=Source
 TmfEventsTable_TimestampColumnHeader=Timestamp
@@ -105,14 +105,18 @@ TmfTimeTipHandler_TRACE_STOP_TIME=Stop Time
 ShowFilterDialogAction_FilterActionNameText=Filter
 ShowFilterDialogAction_FilterActionToolTipText=Show View Filters
 
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.ShowFindDialogAction
+ShowFindDialogAction_Search=search
+ShowFindDialogAction_ShowSearchDialog=Show search dialog
+
 TmfTimeGraphViewer_ResetScaleActionNameText=Reset
 TmfTimeGraphViewer_ResetScaleActionToolTipText=Reset the Time Scale to Default
 TmfTimeGraphViewer_LegendActionNameText=Legend
 TmfTimeGraphViewer_LegendActionToolTipText=Show Legend
-TmfTimeGraphViewer_NextEventActionNameText=Next Event
-TmfTimeGraphViewer_NextEventActionToolTipText=Select Next Event
-TmfTimeGraphViewer_PreviousEventActionNameText=Previous Event
-TmfTimeGraphViewer_PreviousEventActionToolTipText=Select Previous Event
+TmfTimeGraphViewer_NextStateChangeActionNameText=Next State Change
+TmfTimeGraphViewer_NextStateChangeActionToolTipText=Select Next State Change
+TmfTimeGraphViewer_PreviousStateChangeActionNameText=Previous State Change
+TmfTimeGraphViewer_PreviousStateChangeActionToolTipText=Select Previous State Change
 TmfTimeGraphViewer_NextItemActionNameText=Next Item
 TmfTimeGraphViewer_NextItemActionToolTipText=Select Next Item
 TmfTimeGraphViewer_PreviousItemActionNameText=Previous Item
@@ -153,6 +157,22 @@ ColorsView_MoveUpActionToolTipText=Increase priority
 ColorsView_TickButtonText=Tick
 TickColorDialog_TickColorDialogTitle=Choose tick color
 
+# org.eclipse.tracecompass.tmf.ui.widgets.timegraph.dialogs.TimeGraphFindDialog
+TimeGraphFindDialog_BackwardRadioButtonLabel=&Backward
+TimeGraphFindDialog_CaseCheckBoxLabel=&Case sensitive
+TimeGraphFindDialog_CloseButtonLabel=Close
+TimeGraphFindDialog_Direction=Direction
+TimeGraphFindDialog_FindLabel=&Find:
+TimeGraphFindDialog_FindTitle=Find
+TimeGraphFindDialog_FindNextButtonLabel=Fi&nd
+TimeGraphFindDialog_ForwardRadioButtonLabel=F&orward
+TimeGraphFindDialog_Options=Options
+TimeGraphFindDialog_REgExCheckBoxLabel=Regular e&xpression
+TimeGraphFindDialog_StatusNoMatchLabel=Entry not found
+TimeGraphFindDialog_StatusWrappedLabel=Wrapped search
+TimeGraphFindDialog_WholeWordCheckBoxLabel=&Whole word
+TimeGraphFindDialog_WrapCheckBoxLabel=Wra&p search
+
 # org.eclipse.tracecompass.tmf.ui.parsers.wizards
 CustomTxtParserInputWizardPage_addChildLine=Add child line
 CustomTxtParserInputWizardPage_addGroup=Add group
@@ -162,8 +182,10 @@ CustomTxtParserInputWizardPage_appendWith=Append with |
 CustomTxtParserInputWizardPage_capturedGroup=Captured group
 CustomTxtParserInputWizardPage_cardinality=Cardinality:
 CustomTxtParserInputWizardPage_category=Category:
+CustomTxtParserInputWizardPage_default=default
 CustomTxtParserInputWizardPage_desccriptionEdit=Edit an existing custom parser for text trace files
 CustomTxtParserInputWizardPage_descriptionNew=Create a new custom parser for text trace files
+CustomTxtParserInputWizardPage_eventType=Event type:
 CustomTxtParserInputWizardPage_format=format:
 CustomTxtParserInputWizardPage_group=Group {0}:
 CustomTxtParserInputWizardPage_highlightAll=Highlight All
@@ -195,20 +217,22 @@ CustomTxtParserInputWizardPage_timestampFormat=Time Stamp format:
 CustomTxtParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
 CustomTxtParserInputWizardPage_uncapturedText=Uncaptured text
 CustomTxtParserInputWizardPage_unidentifiedCaptureGroup=Unidentified captured group
-CustomTxtParserInputWizardPage_windowTitleEdit=Edit Custom Text Parser
-CustomTxtParserInputWizardPage_windowTitleNew=New Custom Text Parser
+CustomTxtParserInputWizardPage_titleEdit=Edit Custom Text Parser
+CustomTxtParserInputWizardPage_titleNew=New Custom Text Parser
+CustomTxtParserInputWizardPage_windowTitle=Custom Text Parser
 CustomTxtParserOutputWizardPage_description=Customize the output of the parser
 CustomTxtParserOutputWizardPage_moveAfter=Move After
 CustomTxtParserOutputWizardPage_moveBefore=Move Before
 CustomTxtParserOutputWizardPage_visible=Visible
+CustomXmlParserInputWizardPage_default=default
 CustomXmlParserInputWizardPage_emptyCategoryError=Enter a category for the new trace type.
+CustomXmlParserInputWizardPage_emptyEventTypeError=Enter the event type for the element (Element {0}).
 CustomXmlParserInputWizardPage_emptyLogTypeError=Enter a name for the new trace type.
 CustomXmlParserInputWizardPage_invalidCategoryError=Invalid character ':' in category.
 CustomXmlParserInputWizardPage_invalidLogTypeError=Invalid character ':' in trace type.
 CustomXmlParserInputWizardPage_duplicatelogTypeError=The trace type name already exists.
 CustomXmlParserInputWizardPage_noDocumentError=Add a document element.
 CustomXmlParserInputWizardPage_missingLogEntryError=Identify a Log Entry element.
-CustomXmlParserInputWizardPage_missingTimestampFmtError=Enter the output format for the Time Stamp field.
 CustomXmlParserInputWizardPage_missingDocumentElementError=Enter a name for the document element.
 CustomXmlParserInputWizardPage_noTimestampElementOrAttribute=*no time stamp element or attribute*
 CustomXmlParserInputWizardPage_elementMissingNameError=Enter a name for the element (Element {0}).
@@ -216,11 +240,13 @@ CustomXmlParserInputWizardPage_elementMissingInputNameError=Enter a name for the
 CustomXmlParserInputWizardPage_elementMissingTimestampFmtError=Enter the input format for the Time Stamp (Element {0}).
 CustomXmlParserInputWizardPage_elementInvalidTimestampFmtError=Enter a valid output format for the Time Stamp field (Element {0}).
 CustomXmlParserInputWizardPage_elementDuplicateNameError=Duplicate element names (Element {0}).
+CustomXmlParserInputWizardPage_elementReservedInputNameError=Cannot use reserved name for the input (Element {0}).
 CustomXmlParserInputWizardPage_attributeMissingNameError=Enter a name for the attribute (Attribute {0}: ?).
 CustomXmlParserInputWizardPage_attributeMissingInputNameError=Enter a name for the input (Attribute {0}).
 CustomXmlParserInputWizardPage_attributeMissingTimestampFmtError=Enter the input format for the Time Stamp (Attribute {0}).
 CustomXmlParserInputWizardPage_attributeInvalidTimestampFmtError=Enter a valid input format for the Time Stamp (Attribute {0}).
 CustomXmlParserInputWizardPage_attributeDuplicateNameError=Duplicate attribute names (Attribute {0}).
+CustomXmlParserInputWizardPage_attributeReservedInputNameError=Cannot use reserved name for the input (Attribute {0}).
 CustomXmlParserInputWizardPage_addAttribute=Add attribute
 CustomXmlParserInputWizardPage_addChildElement=Add child element
 CustomXmlParserInputWizardPage_addDocumentEleemnt=Add document element
@@ -249,11 +275,11 @@ CustomXmlParserInputWizardPage_previewInput=Preview input
 CustomXmlParserInputWizardPage_removeAttribute=Remove attribute
 CustomXmlParserInputWizardPage_removeElement=Remove element
 CustomXmlParserInputWizardPage_set=Set
-CustomXmlParserInputWizardPage_tagName=tag name:
 CustomXmlParserInputWizardPage_timestampFormat=Time Stamp format:
 CustomXmlParserInputWizardPage_timestampFormatHelp=Time Stamp Format Help
 CustomXmlParserInputWizardPage_titleEdit=Edit Custom XML Parser
 CustomXmlParserInputWizardPage_titleNew=New Custom XML Parser
+CustomXmlParserInputWizardPage_windowTitle=Custom XML Parser
 CustomXmlParserOutputWizardPage_description=Customize the output of the parser
 CustomXmlParserOutputWizardPage_moveAfter=Move After
 CustomXmlParserOutputWizardPage_moveBefore=Move Before
@@ -305,18 +331,14 @@ CallStackView_DepthColumn=Depth
 CallStackView_EntryTimeColumn=Entry time
 CallStackView_ExitTimeColumn=Exit time
 CallStackView_DurationColumn=Duration
+CallStackView_ThreadColumn=Thread
 CallStackView_StackInfoNotAvailable=Stack info not available
 CallStackView_SortByThreadName=Sort threads by thread name
 CallStackView_SortByThreadId=Sort threads by thread id
 CallStackView_SortByThreadTime=Sort threads by start time
-CallStackView_ImportMappingButtonText=Import mapping file...
-CallStackView_ImportMappingButtonTooltip=Import a text file containing the mapping between addresses and function names
-CallStackView_ImportMappingDialogTitle=Select Mapping File
-CallStackView_ImportMappingJobName=Updating Call Stack view function mapping
 
-CallStackView_ImportBinaryFileButtonText=Import binary file...
-CallStackView_ImportBinaryFileButtonTooltip=Import a binary file containing debugging symbols
-CallStackView_ImportBinaryFileDialogTitle=Select Binary File
+CallStackView_ConfigureSymbolProvidersText=Configure symbol providers
+CallStackView_ConfigureSymbolProvidersTooltip=Configure how the addresses are mapped to function names
 
 CopyToClipboardOperation_TaskName=Copying to Clipboard
 CopyToClipboardOperation_OutOfMemoryErrorTitle=Out Of Memory Error
This page took 0.027787 seconds and 5 git commands to generate.