home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / bascomp / v1_24 / fe / Messages / Default
Encoding:
Text File  |  1992-07-11  |  4.1 KB  |  145 lines

  1. # Message file for BasCompress Front End
  2. #
  3. # For use with Cy Booker's CAssembler_Message SWI's
  4.  
  5. App:    %20
  6. Sys:    %256
  7. SysN:    %10
  8. Reason:    %256
  9.  
  10. LE0:    Message from %App
  11. LE1:    A system error has occured: (%SysN): %Reason: %Sys
  12. LE2:    To save, drag the file icon to a directory display.
  13. LE3:    Couldn't find `%Reason' window in Templates
  14. LE4:    Couldn't load in %Reason file: (%SysN): %Sys
  15. LE5:    %App requires a more recent version of the Window Manager
  16. LE6:    %App has suffered an improbable error while loading this file
  17. LE7:    %App has run out of memory trying to load this file
  18. LE8:    Can't transfer file (use *Set Wimp$Scrap <filename>)
  19. LE9:    Unexpected RAM_Fetch message received
  20. LE10:    Unexpected DataSaveAck message received
  21. LE11:    Data transfer failed: Receiver died
  22. LE12:    `%Reason' is not a recognized file type.  Are you sure you want to load it?
  23. LE13:    1 file edited but not saved in %App: are you sure you want to Quit?
  24. LE14:    %Reason files edited but not saved in %App: are you sure you want to Quit?
  25. LE15:    Data transfer failed: Sender died
  26. LE16:    %App has run out of memory
  27.  
  28.  
  29. M0:    BasCompress
  30. M1:    Info
  31. M2:    Input
  32. M3:    Output
  33. M4:    Log
  34. M5:    Special
  35. M6:    Xref
  36. M7:    Misc
  37. M8:    Quit
  38.  
  39. M100:    Input
  40. M101:    Allow multiply-defined routines
  41. M102:    Report multiple exits from a routine
  42. M103:    Parse numbers
  43. M104:    Convert SWI's to numbers
  44. M105:    Force malformed SWI's to generate error
  45. M106:    Report unknown SWI's
  46. M107:    Process as a library file
  47.  
  48. M200:    Output
  49. M201:    Save as
  50. M202:    Concatenate lines
  51. M203:    Remove unused routines
  52. M204:    Reduce variable names
  53. M205:    Reduce routine names
  54. M206:    List
  55.  
  56. M250:    Screen mode
  57.  
  58. M300:    Var. types
  59. M301:    Integer
  60. M302:    Real
  61. M303:    String
  62. M304:    Integer array
  63. M305:    Real array
  64. M306:    String array
  65.  
  66. M400:    Rtn. types
  67. M401:    Procedure
  68. M402:    Function
  69.  
  70. M500:    Log
  71. M501:    Save as
  72. M502:    Statistics
  73. M503:    EVAL keyword
  74. M504:    DATA keyword
  75. M505:    READ keyword
  76. M506:    Line numbers
  77. M507:    List input
  78.  
  79. M600:    Special
  80. M601:    Warn undefined
  81. M602:    Show expansion
  82.  
  83. M700:    XRef
  84. M701:    Save as
  85. M702:    Variables
  86. M703:    Routines
  87. M704:    Reference order
  88. M705:    Include deleted
  89.  
  90. M800:    Variables
  91. M801:    Verbosity
  92. M802:    Types
  93. M803:    Ordering
  94.  
  95. M900:    Level
  96. M901:    None
  97. M902:    Existence
  98. M903:    Global
  99. M904:    Routine
  100. M905:    Line
  101.  
  102. M1000:    Routines
  103. M1001:    Verbosity
  104. M1002:    Types
  105. M1003:    Ordering
  106.  
  107. M1100:    Miscellanea
  108. M1101:    Save choices
  109. M1102:    Default choices
  110. M1103:    Auto run output
  111. M1104:    Auto load log
  112. M1105:    Auto load xref
  113. M1106:    Out --> <Main>
  114. M1107:    Leaf(out) <-- leaf(in)
  115.  
  116. HIconBar:    This is the %App icon|MClick to show the control window|MDrag a Basic file here to compress it
  117.  
  118. HProgInfo:    Yep, this application provides help messages
  119.  
  120. HControl:    This is the main control dialogue box for %App
  121. HControl_:    Drag a basic file in here to compress it|MDrag a text file here to define the special file
  122. HControl0:    Drag this to define the output file|MThis will be a tokenised basic file
  123. HControl1:    Type in the output file
  124. HControl3:    Drag this to define the log file|MThis will show any error messages and any statistics
  125. HControl4:    Type in the output file
  126. HControl6:    Drag this to define the cross-reference file|MThis will contain the cross-reference listing
  127. HControl7:    Type in the cross-reference file
  128. HControl10:    Type in the name of the special file to load in|MThis is actually a comma separated list of file names
  129.  
  130. HOrder:        This dialogue box allows you to change the sorting order used
  131. HOrder_:    First sort by left column, then sort "same" groups by second column...
  132. HOrderA:    Sort by name (using ASCII)
  133. HOrderB:    Sort by usage|MFor routines this is number of times called|MFor variables it is number of times used and assigned
  134. HOrderC:    Sort by type|MRoutines in order Procedure, Function|MVariables in order int, real, str, int arr, real arr, str arr
  135. HOrderD:    Sort by location (only has meaning for references)|MNominally the line number, but file used as well
  136. HOrderE:    Sort by name (but order as in a dictionary)
  137. HOrderR:    Reverse the order of sorting|MWhen selected, high values come first
  138.  
  139. SaveAsType:    %? Log, XRef, Output
  140. HSaveAs:    This is the standard save dialogue box|MIn this program it is used to define the name of the %SaveAsType file
  141.  
  142. E0:    This application displays helpful messages if Help, on the applications disc, is active
  143. E1:    BasCompress only understands Basic files
  144.  
  145. IconBar:    %? BasCompress, Busy, Quiet