home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / varia / toolsdaemon / catalogs / toolsdaemon.cd < prev    next >
Text File  |  1996-11-16  |  2KB  |  115 lines

  1. ;*****************
  2. ;
  3. ;   ToolsDaemon
  4. ;
  5. ;*****************
  6. ;
  7. ; *** Misc ***
  8. ;
  9. MSG_ABORT (1//)
  10. Abort
  11. ;
  12. MSG_PROCEED (//)
  13. Proceed
  14. ;
  15. ; *** Errors ***
  16. ;
  17. MSG_COULDNT_FIND_WB (600//)
  18. Couldn't find Workbench window!
  19. ;
  20. MSG_COULDNT_CREATE_MSGPORT (//)
  21. Couldn't create message port!
  22. ;
  23. MSG_COULDNT_ADD_APPMENU (//)
  24. Couldn't add AppMenuItem!
  25. ;
  26. MSG_INSUFFICIENT_MEMORY (//)
  27. Insufficient memory for requested action!
  28. ;
  29. MSG_TERMINATING (//)
  30. ToolsDaemon terminating.
  31. ;
  32. MSG_CANT_QUIT_NOW (//)
  33. Can't quit now,\n\
  34. %ld Workbench tools running!
  35. ;
  36. MSG_CANT_QUIT_NOW_1 (//)
  37. Can't quit now,\n\
  38. 1 Workbench tool running!
  39. ;
  40. MSG_NO_WB_LIB (//)
  41. Couldn't open workbench.library!
  42. ;
  43. MSG_NO_UTILITY_LIB (//)
  44. Couldn't open utility.library!
  45. ;
  46. MSG_NO_ICON_LIB (//)
  47. Couldn't open icon.library!
  48. ;
  49. MSG_COULDNT_LOAD_HANDLER (//)
  50. Couldn't load 'L:ToolsDaemon-handler'!
  51. ;
  52. MSG_COULDNT_CREATE_DAEMON (//)
  53. Couldn't create daemon process!\n\
  54. Out of memory ?
  55. ;
  56. MSG_ERROR_OUTOFMEM (//)
  57. Out of memory!
  58. ;
  59. MSG_INVALID_CONFIG (//)
  60. Invalid config file!
  61. ;
  62. MSG_LINE_UNKNOWN_KEYWORD (//)
  63. Line: %ld\nUnknown keyword: '%s'!
  64. ;
  65. MSG_LINE_MISSING_TITLE (//)
  66. Line: %ld\nMissing 'TITLE' line!
  67. ;
  68. MSG_LINE_MISSING_KEYWORD (//)
  69. Line: %ld\nMissing keyword!
  70. ;
  71. MSG_LINE_MISSING_ITEMNAME (//)
  72. Line: %ld\nMissing item name!
  73. ;
  74. MSG_LINE_ERROR_ITEMNAME (//)
  75. Line: %ld\nError reading item name!
  76. ;
  77. MSG_LINE_MISSING_COMMANDMODE (//)
  78. Line: %ld\nMissing command mode!
  79. ;
  80. MSG_LINE_UNKNOWN_COMMANDMODE (//)
  81. Line: %ld\nUnknown command mode: '%s'!
  82. ;
  83. MSG_LINE_MISSING_STACKSIZE (//)
  84. Line: %ld\nMissing stack size!
  85. ;
  86. MSG_LINE_INVALID_STACKSIZE (//)
  87. Line: %ld\nInvalid stack size: %s!
  88. ;
  89. MSG_LINE_MISSING_COMMANDSTRING (//)
  90. Line: %ld\nMissing command string!
  91. ;
  92. MSG_LINE_ERROR_COMMANDSTRING (//)
  93. Line: %ld\nError reading command string!
  94. ;
  95. MSG_UNABLE_TO_FIND_DIR (//)
  96. Unable to find directory '%s'!\nIncorrect path ?
  97. ;
  98. MSG_COMMAND_LINE_BUFFER_OVERFLOW (//)
  99. Command line buffer overflow!
  100. ;
  101. MSG_UNABLE_TO_LOAD_TOOL (//)
  102. Unable to load tool '%s'!\nIncorrect path ?
  103. ;
  104. MSG_IS_NOT_TOOL (//)
  105. '%s' is not a tool!
  106. ;
  107. MSG_UNABLE_TO_OPEN_INFO (//)
  108. Unable to open '%s.info'!
  109. ;
  110. MSG_SOMEONE_HAS_PATCHED (//)
  111. Some other program has patched intuition.library!\n\
  112. Can't quit until these patches have been\n\
  113. removed.  Please try again later.
  114. ;
  115.