home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_9 / issue_01 / extasm / !extAOF / Messages < prev    next >
Text File  |  1994-07-26  |  3KB  |  60 lines

  1. # Message file for extAOF
  2.  
  3. # ---------
  4. # Main menu
  5. # ---------
  6.  
  7. mainmenu:extAOF
  8. #    Info            >>0
  9. #    Autostart
  10. #    Delete tempfile
  11. #    Save setup
  12. #    Quit
  13.  
  14. # ----------
  15. # Help texts
  16. # ----------
  17.  
  18. iconbarhelp:This is the extAOF application.|MDrag an extASM source to the icon on the iconbar to convert it to ARM Object Format (AOF)
  19.  
  20. fileiconhelp:Drag this icon to a directory viewer to save the file, or to the program where you want to save the data.
  21. filenamehelp:Type in the filename of the file and press return.
  22. okhelp:Click here to save the data with the current filename. If it is not a full pathname, you must drag the icon to a directory first.
  23.  
  24. Help00:\Rsee information about extAOF.
  25. Help01:When this is on, extAOF will automatically send the converted source to extASM, if present. It will use "ScrapFile" as an intermediate file, so don't have any file with that name in the same dir. as the assembler source.
  26. Help02:When this is on, extAOF will delete the file "ScrapFile", which is made when using Autostart.
  27. Help03:Click to save the current setup.
  28. Help04:Click to quit extAOF.
  29.  
  30. # --------------
  31. # Error messages
  32. # --------------
  33.  
  34. menufullerror:Menu area full
  35. inderror:No more room for indirected data
  36. mallocerror:Cannot allocate memory, not enough memory
  37. freerror:Cannot release memory, memory not allocated
  38. saveerror:To save, drag the icon to a directory viewer
  39. rxerror:Data transfer failed, receiver dead?
  40. txerror:Data transfer failed, transmitter dead?
  41. fileerror:File '%0' not found
  42. inbuffererror:Input buffer overflow, too much data transferred
  43. outbuffererror:Output buffer overflow, not enough memory
  44. autostarterror:"extASM" not present.
  45. identerror:Too long name for identifier, max 255 characters, at source line %0
  46. areaerror:Syntax error in #area statement at source line %0
  47. areaerror2:Unknown parameter in #area statement, must be 'code' or 'noinit' at source line %0
  48. roerror:'readonly' can not be used for zero-initialised data at source line %0
  49. roerror2:Unknown second parameter for #area, must be 'readonly' at source line %0
  50. enderror:#end without #area at source line %0
  51. enderror2:Missing #end at end of source file
  52. importerror:Syntax error in #import statement at source line %0
  53. importerror3:#import outside #area definition at source line %0
  54. exporterror:Syntax error in #export statement at source line %0
  55. exporterror2:Symbol in #export already exists, at source line %0
  56. exporterror3:#export outside #area definition at source line %0
  57. areaerror3:No areas defined
  58. noiniterror:Missing '#% <size>' in 'noinit' area at source line %0
  59. entryerror:".main" outside #area-#end, at source line %0
  60.