home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chiputil / setsignal.lha / SetSignal / Tools / SetSignal.cd < prev    next >
Text File  |  2001-11-22  |  970b  |  82 lines

  1. ;
  2. ;   SetSignal.cd
  3. ;
  4. ;   SetSignal:
  5. ;   Copyright (C) 2001 by Morgoth the Master of Pain.
  6. ;
  7. MSG_TASK (//)
  8. Task: %s\n
  9. ;
  10. MSG_TASK_WAIT_FOR (//)
  11. Waiting for Signals: 
  12. ;
  13. MSG_WAITNUM (//)
  14. %ld/
  15. ;
  16. MSG_END_LIST (//)
  17. \n
  18. ;
  19. MSG_SEND_SIG (//)
  20. Sending Signal %ld 
  21. ;
  22. MSG_SIG_TO (//)
  23. to %s\n
  24. ;
  25. MSG_RESULT (//)
  26. Result: 
  27. ;
  28. MSG_SIG_OUT_OF_RANGE (//)
  29. Error: Signal Out of Range\n
  30. ;
  31. MSG_DONOT_WAIT (//)
  32. OK but %s do not wait for this signal\n
  33. ;
  34. MSG_OK (//)
  35. OK\n
  36. ;
  37. MSG_CANT_FIND_TASK (//)
  38. Error: Can't find task %s\n
  39. ;
  40. ; TaskList()
  41. ;
  42. MSG_TASK_LIST (//)
  43. Task List:\n
  44. ;
  45. MSG_TASK_WAITING (//)
  46. \nWaiting:\n
  47. ;
  48. MSG_TASK_READY (//)
  49. \nReady:\n
  50. ;
  51. MSG_TASKLIST (//)
  52. Name: %s\n
  53. ;
  54. MSG_VERBOSELIST_I (//)
  55. Pri: %-4ld Addres: 0x%08lx  SigAlloc: 0x%08lx  SigWait: 0x%08lx
  56. ;
  57. MSG_VERBOSELIST_II (//)
  58.   Name: %s\n
  59. ;
  60. ; Scan()
  61. ;
  62. MSG_SCANING (//)
  63. Scanning:\n
  64. ;
  65. MSG_BASE (//)
  66. \tBase:\t
  67. ;
  68. MSG_FOUND (//)
  69. Found\n
  70. ;
  71. MSG_FAILED (//)
  72. Failed\n
  73. ;
  74. MSG_S1 (//)
  75. \t1. %s:\t
  76. ;
  77. MSG_S2 (//)
  78. \t2. %s:\t
  79. ;
  80. MSG_S3 (//)
  81. \t3. %s:\t
  82. ;