tracesrv/tracecompiler/src/com.nokia.tracecompiler/src/com/nokia/tracecompiler/engine/messages.properties
author hgs
Fri, 08 Oct 2010 14:56:39 +0300
changeset 56 aa2539c91954
permissions -rw-r--r--
201041
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56
hgs
parents:
diff changeset
     1
TraceCompiler.UnknownTypeWarning=Parameter type is unknown. Hex, 32-bit used
hgs
parents:
diff changeset
     2
TraceLocationConverter.GroupIdValueError=TC has detected a fixed_id.defintions using different Group Id values. This file will be regenerated with the correct values.
hgs
parents:
diff changeset
     3
TraceLocationConverter.DeprecatedGroupIdWarningStart=Deprecated group
hgs
parents:
diff changeset
     4
TraceLocationConverter.DeprecatedGroupIdWarningMiddle=detected. Updating to
hgs
parents:
diff changeset
     5
TraceLocationConverter.DeprecatedGroupIdWarningEnd=in dictionary. Please update source code!
hgs
parents:
diff changeset
     6
TraceLocationConverter.FixedIdProblemWarningBeginText=Found problems with the old fixed id message : 
hgs
parents:
diff changeset
     7
TraceLocationConverter.FixedIdProblemWarningMiddleText=. Therfore deleting it.
hgs
parents:
diff changeset
     8
TraceLocationMap.SourceWithTraceRemoved=Source file with traces was removed
hgs
parents:
diff changeset
     9
TraceCompilerErrorMessages.SourceNotEditable=Source cannot be edited
hgs
parents:
diff changeset
    10
TraceCompilerErrorMessages.DuplicateGroupID=Group ID conflict. Please close all the source files, delete traceid and tracecompiler cache files. Then reopen source file.
hgs
parents:
diff changeset
    11
TraceCompilerErrorMessages.DuplicateTraceID=Trace ID is already in use
hgs
parents:
diff changeset
    12
TraceCompilerErrorMessages.DuplicateGroupName=Group name is already in use
hgs
parents:
diff changeset
    13
TraceCompilerErrorMessages.DuplicateTraceName=Trace name is already in use
hgs
parents:
diff changeset
    14
TraceCompilerErrorMessages.DuplicateConstantValue=Enum text is already in use
hgs
parents:
diff changeset
    15
TraceCompilerErrorMessages.DuplicateConstantID=Enum value is already in use
hgs
parents:
diff changeset
    16
TraceCompilerErrorMessages.DuplicateConstantTableName=Enum type is already in use
hgs
parents:
diff changeset
    17
TraceCompilerErrorMessages.DuplicateConstantTableID=Enum ID is already in use
hgs
parents:
diff changeset
    18
TraceCompilerErrorMessages.DuplicateParameterName=Parameter name is already in use
hgs
parents:
diff changeset
    19
TraceCompilerErrorMessages.DuplicateParameterID=Parameter ID is already in use
hgs
parents:
diff changeset
    20
TraceCompilerErrorMessages.InvalidGroupName=Invalid group name
hgs
parents:
diff changeset
    21
TraceCompilerErrorMessages.InvalidTraceName=Invalid trace name
hgs
parents:
diff changeset
    22
TraceCompilerErrorMessages.InvalidGroupID=Invalid group ID
hgs
parents:
diff changeset
    23
TraceCompilerErrorMessages.InvalidGroupIDStart=Group ID must be between 
hgs
parents:
diff changeset
    24
TraceCompilerErrorMessages.InvalidGroupIDMiddle=\ and 
hgs
parents:
diff changeset
    25
TraceCompilerErrorMessages.InvalidGroupIDEnd=
hgs
parents:
diff changeset
    26
TraceCompilerErrorMessages.InvalidTraceID=Invalid trace ID
hgs
parents:
diff changeset
    27
TraceCompilerErrorMessages.InvalidTraceIDStart=Trace ID must be between 
hgs
parents:
diff changeset
    28
TraceCompilerErrorMessages.InvalidTraceIDMiddle=\ and 
hgs
parents:
diff changeset
    29
TraceCompilerErrorMessages.InvalidTraceIDEnd=
hgs
parents:
diff changeset
    30
TraceCompilerErrorMessages.InvalidModelPropertiesForExport=Before exporting, the trace compiler needs to be run once to generate UID and name for the component.
hgs
parents:
diff changeset
    31
TraceCompilerErrorMessages.InvalidProjectName=Project name is not valid
hgs
parents:
diff changeset
    32
TraceCompilerErrorMessages.InvalidSourceLocation=Cursor location is not valid
hgs
parents:
diff changeset
    33
TraceCompilerErrorMessages.InvalidParameterName=Parameter name is not valid
hgs
parents:
diff changeset
    34
TraceCompilerErrorMessages.InvalidParameterNameInReturnValue=Return parameter name is not valid. Parameter was not added to exit trace.
hgs
parents:
diff changeset
    35
TraceCompilerErrorMessages.InvalidConstantValue=Enum text is not valid
hgs
parents:
diff changeset
    36
TraceCompilerErrorMessages.InvalidParameterType=Parameter type is not supported
hgs
parents:
diff changeset
    37
TraceCompilerErrorMessages.InvalidParameterTypePrefix=Parameter type 
hgs
parents:
diff changeset
    38
TraceCompilerErrorMessages.InvalidParameterTypePostfix=\ is not supported
hgs
parents:
diff changeset
    39
TraceCompilerErrorMessages.InvalidDirectoryPrefix=
hgs
parents:
diff changeset
    40
TraceCompilerErrorMessages.InvalidDirectoryPostfix=\ is not a valid directory
hgs
parents:
diff changeset
    41
TraceCompilerErrorMessages.InvalidDirectory=Directory is not valid
hgs
parents:
diff changeset
    42
TraceCompilerErrorMessages.InvalidConstantTableName=Enum type is not valid. Please select a valid enum from the source code and try again.
hgs
parents:
diff changeset
    43
TraceCompilerErrorMessages.ConstantTableNotPartOfProject=The file where enum exist is not part of project. You can parse enums only from files that are part of the project. If you want parse enum from external file, you can copy and paste that enum to some file in your project and parse it from there. After you have parsed enum you can delete it from your project.  
hgs
parents:
diff changeset
    44
TraceCompilerErrorMessages.FileDoesNotExistPrefix=
hgs
parents:
diff changeset
    45
TraceCompilerErrorMessages.FileDoesNotExistPostfix=\ does not exist
hgs
parents:
diff changeset
    46
TraceCompilerErrorMessages.InvalidTraceData=Invalid trace text
hgs
parents:
diff changeset
    47
TraceCompilerErrorMessages.InvalidTraceFile=Trace project file is not valid
hgs
parents:
diff changeset
    48
TraceCompilerErrorMessages.GroupNotSelected=Group was not selected
hgs
parents:
diff changeset
    49
TraceCompilerErrorMessages.NoFunctionsToInstrumentPrefix=None of the functions from open files could be instrumented with 
hgs
parents:
diff changeset
    50
TraceCompilerErrorMessages.NoFunctionsToInstrument=Currently open files do not have any functions that can be instrumented
hgs
parents:
diff changeset
    51
TraceCompilerErrorMessages.NoFunctionsToInstrumentPostfix=\ template
hgs
parents:
diff changeset
    52
TraceCompilerErrorMessages.ParameterFormatMismatch=Parameter count does not match the format specification
hgs
parents:
diff changeset
    53
TraceCompilerErrorMessages.ParameterFormatNotSupported=Parameter format is not supported
hgs
parents:
diff changeset
    54
TraceCompilerErrorMessages.ParameterFormatNotSupportedPrefix=Parameter format 
hgs
parents:
diff changeset
    55
TraceCompilerErrorMessages.ParameterFormatNotSupportedPostfix=\ is not supported
hgs
parents:
diff changeset
    56
TraceCompilerErrorMessages.MultipleErrorsInOperation=Multiple errors during operation. See event viewer for details
hgs
parents:
diff changeset
    57
TraceCompilerErrorMessages.ParameterAddNotAllowed=Parameters cannot be added to the trace
hgs
parents:
diff changeset
    58
TraceCompilerErrorMessages.EmptyParameterName=Parameter did not have a name and was not added to trace
hgs
parents:
diff changeset
    59
TraceCompilerErrorMessages.SourceNotOpen=Source file needs to be opened first
hgs
parents:
diff changeset
    60
TraceCompilerErrorMessages.ParameterRemoveNotAllowed=The parameter cannot be removed
hgs
parents:
diff changeset
    61
TraceCompilerErrorMessages.ConstantTableNotSelected=Enum was not selected
hgs
parents:
diff changeset
    62
TraceCompilerErrorMessages.ConstantTableParseFailed=Failed to parse enum
hgs
parents:
diff changeset
    63
TraceCompilerErrorMessages.CannotDeleteSelectedObject=The selected object cannot be deleted
hgs
parents:
diff changeset
    64
TraceCompilerErrorMessages.CannotUpdateTraceIntoSource=Trace could not be updated to source code
hgs
parents:
diff changeset
    65
TraceCompilerErrorMessages.CannotParseFunctionParameters=None of the function parameters could be added to the function entry trace
hgs
parents:
diff changeset
    66
TraceCompilerErrorMessages.CannotOpenProjectFile=Cannot open project file. Check that the directory is not read-only
hgs
parents:
diff changeset
    67
TraceCompilerErrorMessages.CannotWriteProjectFile=Cannot write project file. Check that the directory is not read-only
hgs
parents:
diff changeset
    68
TraceCompilerErrorMessages.CannotOpenSourceFile=Source file could not be opened
hgs
parents:
diff changeset
    69
TraceCompilerErrorMessages.ParameterTemplateInUse=Another parameter already uses the selected template
hgs
parents:
diff changeset
    70
TraceCompilerErrorMessages.InvalidTraceTextFormat=Trace text format is not valid
hgs
parents:
diff changeset
    71
TraceCompilerErrorMessages.InvalidTraceNameFormat=Trace name format is not valid
hgs
parents:
diff changeset
    72
TraceCompilerErrorMessages.InsertTraceDoesNotWork=Data traces cannot be inserted to source
hgs
parents:
diff changeset
    73
TraceCompilerErrorMessages.TraceLocationNotSelected=Source location was not selected
hgs
parents:
diff changeset
    74
TraceCompilerErrorMessages.TraceHasMultipleLocations=Trace is used from multiple places
hgs
parents:
diff changeset
    75
TraceCompilerErrorMessages.LocationCouldNotBeParsed=Location could not be parsed
hgs
parents:
diff changeset
    76
TraceCompilerErrorMessages.UnreachableTraceLocation=Trace is in unreachable part of the code
hgs
parents:
diff changeset
    77
TraceCompilerErrorMessages.NameFormatMissingFunction=Missing function name tag {$FN} from trace name
hgs
parents:
diff changeset
    78
TraceCompilerErrorMessages.TraceNotSelected=Trace was not selected
hgs
parents:
diff changeset
    79
TraceCompilerErrorMessages.TraceProjectNotOpen=Trace project is not open
hgs
parents:
diff changeset
    80
TraceCompilerErrorMessages.TraceHasNoLocations=Trace is not used from source files and will be removed when a source is saved
hgs
parents:
diff changeset
    81
TraceCompilerErrorMessages.NoTracesToDelete=No traces to delete
hgs
parents:
diff changeset
    82
TraceCompilerErrorMessages.NoTracesToExport=Project does not have any traces -> No files were written
hgs
parents:
diff changeset
    83
TraceCompilerErrorMessages.FileDoesNotExist=File does not exist
hgs
parents:
diff changeset
    84
TraceCompilerErrorMessages.NoTraceGroups=Cannot add a new trace before a trace group has been created
hgs
parents:
diff changeset
    85
TraceCompilerErrorMessages.UnexpectedException=Unknown error occurred
hgs
parents:
diff changeset
    86
TraceCompilerErrorMessages.NotEnoughParameters=Trace does not have enough parameters
hgs
parents:
diff changeset
    87
TraceCompilerErrorMessages.NoContextForLocation=Class / function name for trace could not be determined
hgs
parents:
diff changeset
    88
TraceCompilerErrorMessages.TraceDoesNotExist=Trace will be created when the source file is saved
hgs
parents:
diff changeset
    89
TraceCompilerErrorMessages.TraceNeedsConversionPrefix=Trace needs conversion
hgs
parents:
diff changeset
    90
TraceCompilerErrorMessages.ParameterCountMismatch=Parameter count in source does not match the parameter count in trace
hgs
parents:
diff changeset
    91
TraceCompilerErrorMessages.ParameterCountDoesNotMatchApi=The number of parameters in source does not match the API macro
hgs
parents:
diff changeset
    92
TraceCompilerErrorMessages.ParameterFormatNotSupportedInMacro=Extension macro needs to be used with this parameter format type
hgs
parents:
diff changeset
    93
TraceCompilerErrorMessages.ParameterFormatUnnecessaryExtMacro=Trace does not need to use extension macro
hgs
parents:
diff changeset
    94
TraceCompilerErrorMessages.ParameterFormatNotSupportedInMacroPrefix=Extension macro needs to be used with parameter 
hgs
parents:
diff changeset
    95
TraceCompilerErrorMessages.ParameterFormatNotSupportedInMacroPostfix=
hgs
parents:
diff changeset
    96
TraceCompilerErrorMessages.ParameterFormatNotSupportedInArrayPrefix=Parameter format 
hgs
parents:
diff changeset
    97
TraceCompilerErrorMessages.ParameterFormatNotSupportedInArrayPostfix=\ cannot be used as an array
hgs
parents:
diff changeset
    98
TraceCompilerErrorMessages.ParameterFormatNotSupportedInArray=Parameter format cannot be used as an array
hgs
parents:
diff changeset
    99
TraceCompilerErrorMessages.PropertyFileElementNotSupportedPrefix=Property file element 
hgs
parents:
diff changeset
   100
TraceCompilerErrorMessages.PropertyFileElementNotSupportedPostfix=\ is not supported and was ignored
hgs
parents:
diff changeset
   101
TraceCompilerErrorMessages.PropertyFileElementMisplacedPrefix=Property file element 
hgs
parents:
diff changeset
   102
TraceCompilerErrorMessages.PropertyFileElementMisplacedPostfix=\ was unexpected
hgs
parents:
diff changeset
   103
TraceCompilerErrorMessages.PropertyFileAttributeInvalidPrefix=Property file attribute 
hgs
parents:
diff changeset
   104
TraceCompilerErrorMessages.PropertyFileAttributeInvalidPostfix=\ did not have a valid value
hgs
parents:
diff changeset
   105
TraceCompilerErrorMessages.RunOutOfGroupIDs=Run out of Group IDs. You can try to reuse unused group ids by deleting fixed id definition file.
hgs
parents:
diff changeset
   106
TraceCompilerErrorMessages.RunOutOfTraceIDs=Run out of Trace IDs. You can try to reuse unused trace ids by deleting fixed id definition file.
hgs
parents:
diff changeset
   107
TraceCompilerErrorMessages.VarArgListParameterFound=Parameters were not added to the trace because one of the variables is a variable argument list.
hgs
parents:
diff changeset
   108
TraceCompilerErrorMessages.InvalidUsageOfTraceStateGroupName=Invalid group name. TRACE_STATE group name is reserved for state traces only.
hgs
parents:
diff changeset
   109
TraceCompilerErrorMessages.InvalidUsageOfTracePerformanceGroupName=Invalid group name. TRACE_PERFORMANCE group name is reserved for performance traces only.
hgs
parents:
diff changeset
   110
TraceCompilerErrorMessages.LicenceFileError=Failed to read licence file.