home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_46 / bc / !BC / Messages / Default
Text File  |  1992-05-18  |  4KB  |  119 lines

  1. #
  2. # Messages for BasCompress
  3.  
  4. Warning:    warning %d:% 
  5. W1:    Expecting PROC or FN after DEF
  6. W2:    DEF inside a routine
  7. W3:    Unexpected period `.'
  8. W4:    Mismatched quotes `""'
  9. W5:    Malformed hexadecimal number
  10. W6:    Malformed binary number
  11. W7:    Line number reference found
  12. W8:    Expecting routine name after PROC or FN
  13. W9:    ENDPROC not at end of procedure
  14. W10:    = not at end of function
  15. W11:    Code found on last line of function
  16. W12:    Expecting a string after LIBRARY/INSTALL
  17. W13:    OVERLAY file(s) not scanned
  18. W14:    Unexpected `['
  19. W15:    Unexpected `]'
  20. W16:    ENDPROC inside a %s structure
  21. W17:    = inside a %s structure
  22. W18:    Conditional %s
  23. W19:    Too many `(' found
  24. W20:    Unexpected `)' found
  25. W21:    Routine %s already defined at %s
  26. W22:    Malformed decimal number
  27. W23:    The (global) special routine %s is not defined anywhere
  28. W24:    SWI name missing, or not simple
  29. W25:    SWI `%s' is unknown
  30. W26:    Can't change to screen mode %d
  31. W27:    Special variable %s has been used
  32. W28:    Special routine %s has been used
  33. W29:    Special library %s has been used
  34.  
  35. Error:        error %d:% 
  36. E1:    Expecting R0..R15
  37. E2:    ENDPROC found in a function
  38. E3:    = found in a procedure
  39. E4:    Routine %s already defined at %s
  40. E5:    File error: %s
  41. E6:    End of file in middle of routine
  42. E7:    Too many files (>254)
  43. E8:    Undefined routine: %s (used %s)
  44. E9:    Undefined variable: %s (used %s)
  45. E10:    FOR not at start of statement
  46. E11:    Escape pressed, parsing aborted
  47. E12:    File %s does not have a Basic file type
  48. E13:    File %s is too small to be a Basic type
  49. E14:    File is corrupted/not basic
  50. E15:    Escape pressed, xref aborted
  51. E16:    Escape pressed, compression aborted
  52. E17:    Unexpected %s in a %s structure
  53. E18:    Unexpected %s
  54. E19:    End of file in middle of assembler
  55. E20:    OTHERWISE not at start of line
  56. E21:    WHEN not at start of line
  57. E22:    Computed GOTO/GOSUB found
  58. E23:    INSTALL/LIBRARY not at start of line
  59. E24:    INSTALL/LIBRARY can not be on a conditional line
  60. E25:    The special routine `%s' was declared as having different parameters from those found here
  61. E26:    The special routine `%s' wants a string constant for one of its' parameters
  62. E27:    Line too long (max 256)
  63. E28:    Line `%s' is not of a recognised form
  64. E29:    Label `%s' is invalid
  65. E30:    Parameter list `%s' is invalid
  66. E31:    Parameter list `%s' contains a duplicate
  67. E32:    Implicit label substitution overflowed
  68. E33:    Too many special routines (max 255)
  69. E34:    Unable to load special file (not Text?)
  70. E35:    SWI name missing, or not simple
  71. E36:    Illegal screen mode
  72. E37:    Bad main program, unterminated %s structure
  73. E38:    Can't find closing ellipsis in special routine parameter
  74. E39:    Bad char `%c' following > or : in special routine parameter
  75.  
  76. # These are for the xref (and stats of label refs)
  77. #
  78. Comma:        ,% 
  79. SemiColon:    ;% 
  80. Name:        \n%s%s
  81. Defined:    \n  Defined:\t
  82. Calls:    \n  Calls:\t
  83. CalledBy:    \n  Called by:\t
  84. Declare:    \n  Declared:\t
  85. Assign:        \n  Assigned:\t
  86. Refer:        \n  Referenced:\t
  87. Undefined:    % UNDEFINED
  88. Deleted:    % DELETED
  89. To:        % to% 
  90. None:        (none)
  91. Multiple:    % (%d)
  92. UnusedRtns:    Unused routine(s):\t
  93. UnusedVars:    Unused variable(s):\t
  94. MainProgram:    main program
  95. Unlinked:    {unlinked}
  96. ProcedurePrefix:    PROC
  97. FunctionPrefix:    FN
  98.  
  99. # These are log stuff
  100. #
  101. SpecialTitle:    Scanning special file %s\n
  102. ScanTitle:    Scanning %s\n
  103. XRefTitle:    Cross reference of %s\n
  104. CompressTitle:    Creating %s\n
  105. Result:    Output file size is %d bytes, = %d%%%% of original file
  106. Goto:        Line numbers found at:\t
  107. Eval:        EVALs found at:\t
  108. Data:        DATAs found at:\t
  109. Read:        READs found at:\t
  110. Stats:        Statistics:\t
  111. Parsed:        \nParsing completed with %s, and %s\n
  112. ParsedError:    error
  113. ParesedWarning:    warning
  114. Zero:        no %ss
  115. One:        one %s
  116. Many:        %d %ss
  117. Label:        %? integer, real, string, integer array, real array, string array, procedure, function
  118.  
  119. SysError:        A system error was detected (&%x): %s