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 e07a4779ba516aa567365a72b0fc98eb839b02bc..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,6 +27,8 @@ 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
 
@@ -111,10 +113,10 @@ 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
@@ -180,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
@@ -220,14 +224,15 @@ 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}).
@@ -235,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
@@ -268,12 +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_windowTitle=Custom XML Parser
 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
This page took 0.04151 seconds and 5 git commands to generate.