home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Workbench / Commodites / MRQ.lha / MRQ / MRQ.config < prev    next >
Text File  |  1998-04-20  |  3KB  |  96 lines

  1. ; Config file for MRQ 
  2. ;
  3. ; note that the order in which you put entries here does matter!
  4. ; i.e. put more specific entries first, the general patterns
  5. ; (like "error") more towards the end!
  6.  
  7.  
  8. NEWCLASS    ;Delete
  9. LOCALE=sys/libs.catalog 1050
  10. LOCALE=sys/workbench.catalog 153
  11. LOCALE=sys/workbench.catalog 178 SU
  12. STRING="format" FO SU NC
  13. STRING="delete" FO SU NC
  14. ;LOCALE=sys/prepcard.catalog 501 504  <-uncomment only for A1200 PCMCIA card use
  15. IMAGE=RecycleLogo.ILBM PRELOAD TRANSPARENT
  16. REXXPORT=PLAY REXXCMD="ID warn_delete"
  17.  
  18. NEWCLASS    ;InsertDisk
  19. LOCALE=sys/dos.catalog -104 -105 -108 -110 SU FO
  20. IMAGE=DiskFloppy.ILBM PRELOAD TRANSPARENT
  21. REXXPORT=PLAY REXXCMD="ID warn_insert_volume"
  22.  
  23. NEWCLASS    ;WriteProtect
  24. LOCALE=sys/dos.catalog -102 214 SU FO
  25. IMAGE=Padlock.ILBM
  26. REXXPORT=PLAY REXXCMD="ID warn_write_protected"
  27.  
  28. NEWCLASS    ;Object exists
  29. LOCALE=sys/dos.catalog 203 SU FO
  30. IMAGE=exists.iff
  31. REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  32.  
  33. NEWCLASS    ;Printer
  34. LOCALE sys/devs.catalog 2 3 4 5 SU
  35. STRING=printer SU NC
  36. IMAGE=PrinterHP.ILBM TRANSPARENT
  37. REXXPORT=PLAY REXXCMD="ID warn_printer"
  38.  
  39. NEWCLASS    ;Guru
  40. LOCALE=sys/dos.catalog -114 SU
  41. STRING="(Program failed|Software error)#?" PA
  42. IMAGE=Bomb.ILBM
  43. REXXPORT=PLAY REXXCMD="ID error_task_held"
  44.  
  45. NEWCLASS    ;R/W error
  46. LOCALE sys/dos.catalog -101 -107 -109 -131 -132 -133 -135 SU
  47. LOCALE sys/system.catalog 6023 SU
  48. IMAGE=DiskHardDrive.ILBM TRANSPARENT
  49. REXXPORT=PLAY REXXCMD="ID error_read_write"
  50.  
  51. NEWCLASS  ;reboot
  52. STRING="reboot" SU NC
  53. IMAGE=reboot.iff
  54. REXXPORT=PLAY REXXCMD="ID reboot"
  55.  
  56. ;******* Following 3 entries won't be needed too often
  57. ;******* uncomment them if you like
  58. ;******* and move the appropriate images to the image dir!
  59. ;NEWCLASS  ;overwrite
  60. ;STRING="overwrite" SU NC
  61. ;STRING="exists" SU NC
  62. ;IMAGE=exists.iff
  63. ;REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  64.  
  65. ;NEWCLASS  ;unable
  66. ;STRING="unable" SU NC
  67. ;IMAGE=stop.iff
  68. ;REXXPORT=PLAY REXXCMD="ID unable"
  69.  
  70. ;NEWCLASS  ;X-Traktor
  71. ;STRING="x-traktor" SU NC
  72. ;STRING="choose an option:" SU NC
  73. ;IMAGE=xtraktor.iff
  74.  
  75. NEWCLASS  ;quit
  76. STRING="quit" SU NC
  77. STRING="exit" SU NC
  78. IMAGE=quit.iff
  79. REXXPORT=PLAY REXXCMD="ID quit"
  80.  
  81. NEWCLASS    ;general error
  82. STRING="error" SU NC
  83. STRING="fehler" SU NC    ;catch german progs :)
  84. IMAGE=HandOpen.ILBM TRANSPARENT
  85. REXXPORT=PLAY REXXCMD="ID error_general"
  86.  
  87. NEWCLASS    ;copyright message
  88. STRING="⌐" SU FO
  89. STRING="copyright" SU NC FO
  90. IMAGE=Copyright.ilbm
  91. REXXPORT=PLAY REXXCMD="ID copyright"
  92.  
  93. ;NEWCLASS        ;testclass for animation support
  94. ;STRING="animtest" SU    ;you really don't want this yet :)
  95. ;IMAGE=test.anim
  96.