home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 135 / af135a.adf / MRQ.lzx / MRQ / MRQ.config < prev    next >
Text File  |  2000-01-27  |  2KB  |  94 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. STRING="lösche" FO SU NC
  15. ;LOCALE=sys/prepcard.catalog 501 504  <-uncomment only for A1200 PCMCIA card use
  16. IMAGE=RecycleLogo.ILBM PRELOAD TRANSPARENT
  17. ;REXXPORT=PLAY REXXCMD="ID warn_delete"
  18.  
  19. NEWCLASS    ;InsertDisk
  20. LOCALE=sys/dos.catalog -104 -105 -108 -110 SU FO
  21. IMAGE=DiskFloppy.ILBM PRELOAD TRANSPARENT
  22. ;REXXPORT=PLAY REXXCMD="ID warn_insert_volume"
  23.  
  24. NEWCLASS    ;WriteProtect
  25. LOCALE=sys/dos.catalog -102 214 SU FO
  26. IMAGE=Padlock.ILBM
  27. ;REXXPORT=PLAY REXXCMD="ID warn_write_protected"
  28.  
  29. NEWCLASS    ;Object exists
  30. LOCALE=sys/dos.catalog 203 SU FO
  31. IMAGE=exists.iff
  32. ;REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  33.  
  34. NEWCLASS    ;Printer
  35. LOCALE sys/devs.catalog 2 3 4 5 SU
  36. STRING=printer SU NC
  37. IMAGE=PrinterHP.ILBM TRANSPARENT
  38. ;REXXPORT=PLAY REXXCMD="ID warn_printer"
  39.  
  40. NEWCLASS    ;Guru
  41. LOCALE=sys/dos.catalog -114 SU
  42. STRING="(Program failed|Software error)#?" PA
  43. IMAGE=Bomb.ILBM
  44. ;REXXPORT=PLAY REXXCMD="ID error_task_held"
  45.  
  46. NEWCLASS    ;R/W error
  47. LOCALE sys/dos.catalog -101 -107 -109 -131 -132 -133 -135 SU
  48. LOCALE sys/system.catalog 6023 SU
  49. IMAGE=DiskHardDrive.ILBM TRANSPARENT
  50. ;REXXPORT=PLAY REXXCMD="ID error_read_write"
  51.  
  52. NEWCLASS  ;reboot
  53. STRING="reboot" SU NC
  54. IMAGE=reboot.iff
  55. ;REXXPORT=PLAY REXXCMD="ID reboot"
  56.  
  57. ;******* Following 3 entries won't be needed too often
  58. ;******* uncomment them if you like
  59. ;******* and move the appropriate images to the image dir!
  60. ;NEWCLASS  ;overwrite
  61. ;STRING="overwrite" SU NC
  62. ;STRING="exists" SU NC
  63. ;IMAGE=exists.iff
  64. ;REXXPORT=PLAY REXXCMD="ID warn_object_exists"
  65.  
  66. ;NEWCLASS  ;unable
  67. ;STRING="unable" SU NC
  68. ;IMAGE=stop.iff
  69. ;REXXPORT=PLAY REXXCMD="ID unable"
  70.  
  71. ;NEWCLASS  ;X-Traktor
  72. ;STRING="x-traktor" SU NC
  73. ;STRING="choose an option:" SU NC
  74. ;IMAGE=xtraktor.iff
  75.  
  76. NEWCLASS  ;quit
  77. STRING="quit" SU NC
  78. STRING="exit" SU NC
  79. IMAGE=quit.iff
  80. ;REXXPORT=PLAY REXXCMD="ID quit"
  81.  
  82. NEWCLASS    ;general error
  83. STRING="error" SU NC
  84. STRING="fehler" SU NC    ;catch german progs :)
  85. IMAGE=HandOpen.ILBM TRANSPARENT
  86. ;REXXPORT=PLAY REXXCMD="ID error_general"
  87.  
  88. NEWCLASS    ;copyright message
  89. STRING="©" SU FO
  90. STRING="copyright" SU NC FO
  91. IMAGE=Copyright.ilbm
  92. ;REXXPORT=PLAY REXXCMD="ID copyright"
  93.  
  94.