home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -in_the_mag- / reader_requests / stackattack / catalogs / fileattack.cd next >
Text File  |  1998-05-02  |  2KB  |  164 lines

  1. ;FileAttack.cd
  2. ;
  3. ; ************ ERROR MESSAGES ************
  4. ;
  5. ERR_NOINT (//)
  6. Can't open intuition.library V36!
  7. ;
  8. ERR_NOGFX (//)
  9. Can't open graphics.library V36!
  10. ;
  11. ERR_NODISKFONT (//)
  12. Can't open diskfont.library V0!
  13. ;
  14. ERR_NOGADTOOLS (//)
  15. Can't open gadtools.library V36!
  16. ;
  17. ERR_NOKEYMAP (//)
  18. Can't open keymap.library V36!
  19. ;
  20. ERR_SCREENFONT (//)
  21. Can't open Screen Font!
  22. ;
  23. ERR_OPEN (//)
  24. Can't open \"%s\"!
  25. ;
  26. ERR_READ (//)
  27. Error while reading \"%s\"!
  28. ;
  29. ERR_WRITE (//)
  30. Error while writing \"%s\"!
  31. ;
  32. ERR_OUTOFMEM (//)
  33. Out of memory!
  34. ;
  35. ERR_GADGET (//)
  36. Can't create Gadgets!
  37. ;
  38. ERR_WINDOW (//)
  39. Can't open Window!
  40. ;
  41. ERR_TEMPBITMAP (//)
  42. Can't create temporary Bitmap!
  43. ;
  44. ERR_BACKUP (//)
  45. Error while creating Backup:\n\
  46. \n\
  47. %s\n\
  48. \n\
  49. Saving of destination file will be aborted!
  50. ;
  51. ERR_BACKUPCHECK (//)
  52. Error while checking Backup:\n\
  53. \n\
  54. %s\n\
  55. \n\
  56. Saving of destination file will be aborted!
  57. ;
  58. ERR_BACKUPMATCH (//)
  59. Backup does not match original file!
  60. ;
  61. ; ******* MISC *******
  62. ;
  63. ;
  64. MSG_REQ_OK (//)
  65. OK
  66. ;
  67. MSG_STATUS_DESTINATION (//)
  68. Destination
  69. ;
  70. MSG_STATUS_INSERT (//)
  71. Insert
  72. ;
  73. MSG_STATUS_DELETE (//)
  74. Delete
  75. ;
  76. MSG_INFO (//)
  77. DESTINATION FILE: \"%s\"\n\
  78. \n\
  79. %lD Bytes\n\
  80. %lD Lines\n\
  81. \n\
  82. INSERT TEXT: \"%s\"\n\
  83. \n\
  84. %lD Bytes\n\
  85. %lD Lines
  86. ;
  87. ; ******** HELP MESSAGES *********
  88. ;
  89. ;
  90. MSG_HELP_FOLDGAD (//)
  91. Click here to fold/unfold the Insert-Text
  92. ;
  93. MSG_HELP_INSERT (//)
  94. This is the Insert-Text
  95. ;
  96. MSG_HELP_INSERT_BEFORE (//)
  97. Set Insert-Position before this line
  98. ;
  99. MSG_HELP_INSERT_AFTER (//)
  100. Set Insert-Position after this line
  101. ;
  102. MSG_HELP_SAVE (//)
  103. Save Destination-File and quit
  104. ;
  105. MSG_HELP_ABORT (//)
  106. Quit program without saving anything
  107. ;
  108. MSG_HELP_RESET (//)
  109. Set Insert-Position to default
  110. ;
  111. MSG_HELP_HELP (//)
  112. Show available shortcuts
  113. ;
  114. ;
  115. ; ******** MENUS ********
  116. ;
  117. ; Format: <Shortcut>\n<Text>
  118. ;                      +-----------+
  119. ; Example: Q\nQuit --> | Quit  A Q |
  120. ;                      +-----------+
  121. ;
  122. MSG_MENU_PROJECT (//)
  123. Project
  124. ;
  125. MSG_ITEM_SAVE (//)
  126. S\0Save
  127. ;
  128. MSG_ITEM_INFO (//)
  129. I\0Information ...
  130. ;
  131. MSG_ITEM_QUIT (//)
  132. Q\0Quit
  133. ;
  134. ;
  135. MSG_MENU_EDIT (//)
  136. Edit
  137. ;
  138. MSG_ITEM_FOLDUNFOLD (//)
  139. SPACE\0Fold/Unfold
  140. ;
  141. MSG_ITEM_SCROLLINSERTUP (//)
  142. CTRL UP\0Insert-Text up
  143. ;
  144. MSG_ITEM_SCROLLINSERTDOWN (//)
  145. CTRL DOWN\0Insert-Text down
  146. ;
  147. MSG_ITEM_RESET (//)
  148. R\0Reset Insert Position
  149. ;
  150. ; ********* GADGETS ********
  151. ;
  152. ;
  153. MSG_GAD_SAVE (//)
  154. _Save
  155. ;
  156. MSG_GAD_ABORT (//)
  157. _Abort
  158. ;
  159. MSG_GAD_RESET (//)
  160. _Reset
  161. ;
  162. MSG_GAD_HELP (//)
  163. _Help
  164.