trace/tracebuilder/com.nokia.tracebuilder.view/src/com/nokia/tracebuilder/view/messages.properties
author Matti Laitinen <matti.t.laitinen@nokia.com>
Wed, 23 Jun 2010 14:35:40 +0300
changeset 10 ed1c9f64298a
permissions -rw-r--r--
TraceBuilder 2.4.0

PropertyDialog.AddParameterCaption=Add Parameter
PropertyDialog.AddTraceCaption=Add Trace
PropertyDialog.AddConstantCaption=Add Enum / Constant to Enum
TraceViewMessages.SelectComponentCaption=Select component
PropertyDialog.EditGroupCaption=Trace Group Properties
PropertyDialog.EditTraceCaption=Trace Properties
PropertyDialog.EditConstantCaption=Enum Constant Properties
PropertyDialog.EditConstantTableCaption=Enum Properties
PropertyDialog.AddTraceHint=Adds a new trace to the group selected from or written to the 'Trace Group' list.\nThe trace is inserted to source at cursor location.
PropertyDialog.InstrumenterHint=Instruments the open source files using group selected from 'Trace Group' list.
PropertyDialog.AddTraceParameterHintPrefix=Adds a new parameter to trace 
PropertyDialog.AddTraceParameterHintPostfix=.\nThe source file where the trace is used is updated.
PropertyDialog.SelectComponentHintPrefix=Source file is used in more than one component.\n
PropertyDialog.SelectComponentHintPostfix=Select component that you want to use.\n
PropertyDialog.AddConstantHint=Adds a new constant to the enum selected from or written to the 'Enum' list. If enum does not exist,\nit will be also added. The property file is automatically updated to reflect the change.
PropertyDialog.EditGroupHintPrefix=Modifies the properties of group 
PropertyDialog.EditGroupHintPostfix=.
PropertyDialog.EditTraceHintPrefix=Modifies the properties of trace 
PropertyDialog.EditTraceHintPostfix=.\nThe source file where the trace is used is updated.
PropertyDialog.EditConstantHintPrefix=Modifies the properties of enum constant 
PropertyDialog.EditConstantHintPostfix=.\nThe property file is automatically updated to reflect the change.
PropertyDialog.EditConstantTableHintPrefix=Modifies the properties of enum 
PropertyDialog.EditConstantTableHintPostfix=.\nThe property file is automatically updated to reflect the change.
PropertyDialog.InvalidId=Invalid ID
PropertyWrapper.NoProperty=None
PropertyWrapper.NotAvailable=Not available
PropertyDialogUI.HexPrefix=0x
PropertyDialogUI.AddParameterNameLabel=Parameter Name:
PropertyDialogUI.EditGroupNameLabel=Group Name:
PropertyDialogUI.AddTraceNameLabel=Trace Name:
PropertyDialogUI.EditTraceNameLabel=Trace Name:
PropertyDialogUI.TemplatesLabel=Templates:
PropertyDialogUI.TraceNameFormat=Name Format:
PropertyDialogUI.TraceTextFormat=Text Format:
PropertyDialogUI.AddTraceTargetLabel=Trace Group:
PropertyDialogUI.AddTraceEventNameLabel=Event Name:
PropertyDialogUI.AddTraceValueLabel=Trace Text:
PropertyDialogUI.EditTraceValueLabel=Trace Text:
PropertyDialogUI.AddParameterTypeLabel=Parameter Type:
PropertyDialogUI.AddConstantNameLabel=Constant Name:
PropertyDialogUI.NoTemplate=No Template
PropertyDialogUI.SelectComponentNameLabel=Component Name:
PropertyDialogUI.EditConstantTableNameLabel=Enum Name:
PropertyDialogUITarget.AddConstantTargetLabel=Enum Name:
PropertyDialogUI.EditConstantNameLabel=Constant Name:
PropertyDialogUI.AddConstantIDLabel=Constant Value:
PropertyDialogUI.HexButtonTitle=Hex ID
PropertyDialogUI.EditConstantIDLabel=Constant Value:
TraceView.TraceBuilder=Trace Builder
TraceLabelProvider.UnrelatedLocations=Unrelated Locations
TraceLabelProvider.NameExtensionPrefix=\ (
TraceLabelProvider.Locations=Location
TraceLabelProvider.LastKnownLocations=Last Known Location
TraceLabelProvider.LocationNameEnd=)
TraceLabelProvider.FileLineSeparator=, line: 
TraceLabelProvider.Parameters=Parameters
TraceLabelProvider.Unnamed=<unnamed>
TraceLabelProvider.PropertySeparator=: 
TraceLabelProvider.LocationNameStart=\ (
TraceLabelProvider.LocationListsTitle=Locations
TraceLabelProvider.LocationNameSeparatorStart=\ (
TraceLabelProvider.LocationNameSeparatorEnd=)
TraceLabelProvider.TraceGroups=Trace Groups
TraceLabelProvider.Traces=Traces
TraceLabelProvider.ConstantTables=Parameter Types
TraceLabelProvider.ConstantValueSeparator=\ -> 
TraceLabelProvider.ParameterTypeSeparator=, 
TraceLabelProvider.NameExtensionPostfix=)
TraceLabelProvider.NavigatorTitleInvalid=<Invalid>
TraceLabelProvider.ConstantTableNameTypeTag=Type: 
TraceLabelProvider.ConstantTableNamePrefix=
TraceLabelProvider.NavigatorTitleEndTraces=. Right-click to change
TraceLabelProvider.NavigatorTitleEndGroups=. Right-click to change
TraceLabelProvider.ConstantTableNamePostfix=\ (enum)
TraceLabelProvider.NavigatorTitleValueSeparator=\ - 
TraceLabelProvider.NavigatorTitleTotalCountSeparator=\ out of 
TraceLabelProvider.NavigatorTitleStartTraces=Viewing traces 
TraceLabelProvider.NavigatorTitleStartGroups=Viewing groups 
TraceLabelProvider.NavigatorTitleStartLocations=Viewing locations 
TraceLabelProvider.NavigatorTitleEndLocations=. Right-click to change
TraceObjectWrapper.HexPrefix=0x
TraceObjectWrapper.ModelName=Component Name
TraceObjectWrapper.HexPostfix=
TraceObjectWrapper.ModelID=Component ID
TraceParameterWrapper.ArrayTag=, Array
TraceObjectWrapper.Trace=Trace
ListNavigatorActionProvider.Next=Next
ListNavigatorActionProvider.Previous=Previous
TraceViewMessages.DeleteTracePrefix=Do you really want to delete trace 
TraceViewMessages.DeleteTraceMiddle=\ from group 
TraceViewMessages.DeleteTracePostfix=?
TraceViewMessages.DeleteTraceGroupPrefix=Do you really want to delete group 
TraceViewMessages.DeleteTraceGroupPostfix=?
TraceViewMessages.UpdateWhenSourceNotOpen=This would not affect a source file that is currently not open and thus cannot be updated. Would you like to continue?
TraceViewMessages.DeleteConstTablePrefix=Do you really want to delete enum 
TraceViewMessages.DeleteConstTablePostfix=?
TraceViewMessages.DeleteConstantPrefix=Do you really want to delete enum value 
TraceViewMessages.DeleteConstantMiddle=\ from enum 
TraceViewMessages.DeleteConstantPostfix=?
TraceViewMessages.DeleteParameterPrefix=Do you really want to delete parameter 
TraceViewMessages.DeleteParameterMiddle=\ from 
TraceViewMessages.DeleteParameterPostfix=?
TraceViewMessages.InstrumentCaption=Instrument Code
TraceViewMessages.DeleteTracesTitle=Delete Traces
TraceViewMessages.InstrumentFilesTitle=Instrument Files
TraceViewMessages.InstrumentFilesHint=Instruments the selected functions
TraceViewMessages.DeleteTracesHint=Deletes the selected traces from source files that are currently open
TraceViewMessages.Pointer=Pointer, 32-bit
TraceViewMessages.Unicode=Text, 16-bit
TraceViewMessages.Ascii=Text, 8-bit
TraceViewMessages.Hex32=Hex, 32-bit
TraceViewMessages.Signed32=Signed, 32-bit
TraceViewMessages.Unsigned32=Unsigned, 32-bit
TraceViewMessages.Octal32=Octal, 32-bit
TraceViewMessages.Hex64=Hex, 64-bit
TraceViewMessages.Signed64=Signed, 64-bit
TraceViewMessages.Unsigned64=Unsigned, 64-bit
TraceViewMessages.Octal64=Octal, 64-bit
TraceViewMessages.Hex16=Hex, 16-bit
TraceViewMessages.Signed16=Signed, 16-bit
TraceViewMessages.Unsigned16=Unsigned, 16-bit
TraceViewMessages.Octal16=Octal, 16-bit
TraceViewMessages.Hex8=Hex, 8-bit
TraceViewMessages.Signed8=Signed, 8-bit
TraceViewMessages.Unsigned8=Unsigned, 8-bit
TraceViewMessages.Octal8=Octal, 8-bit
TraceViewMessages.FloatFix=Float, 64-bit, Fixed
TraceViewMessages.FloatExp=Float, 64-bit, Exponent
TraceViewMessages.FloatOpt=Float, 64-bit
TraceViewMessages.UnknownType=Unknown type
TraceViewMessages.ReplaceFilePrefix=
TraceViewMessages.ReplaceFilePostfix=\ already exists. Would you like to replace it?
TraceViewMessages.ImportTraceProjectText=Select a project file to import
TraceViewMessages.SelectEnvironmentDialogTitle=Select the root directory of target environment. This can be later changed from TraceBuilder preferences.