home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0934.lha / AZap / catalogs / azap.cd next >
Text File  |  1993-12-20  |  4KB  |  244 lines

  1. ; DΘfinition des chaines pour AZap v2.00
  2. ; 07-Feb-93 par Denis GOUNELLE
  3. ;
  4. MSG_POSITION1   (0/1/27)
  5. Addr: 0x%08lx Ofs: 0x%03lx
  6. ;
  7. MSG_POSITION2   (1/1/21)
  8. Bloc: %06ld Type: %s
  9. ;
  10. MSG_ADDRESS     (2/1/16)
  11. Address
  12. ;
  13. MSG_ERRORCODE   (3/1/32)
  14. error code %ld
  15. ;
  16. MSG_WINDOW      (4/1/32)
  17. window (Intuition)
  18. ;
  19. MSG_REALLYQUIT  (5/1/48)
  20. Do you really want to quit ?
  21. ;
  22. MSG_YESNO       (6/1/16)
  23. Yes|No
  24. ;
  25. MSG_PRINTTO     (7/1/16)
  26. Print to
  27. ;
  28. MSG_FILEINFO    (8/1/80)
  29. Name : %s\nSize : %ld\nBits : %s\nDate : %s\nNote : %s
  30. ;
  31. MSG_MEMINFO1    (9/1/32)
  32. Memory size : %ld bytes
  33. ;
  34. MSG_MEMINFO2    (10/1/48)
  35. \nArea %2ld : 0x%%08lx to 0x%%08lx
  36. ;
  37. MSG_DEVINFO     (11/1/160)
  38. Device    : %s\nDriver    : %s\nLowCyl    : %ld\nHighCyl   : %ld\nBlocs/Cyl : %ld\nSize      : %ld bytes\nDisk type : %s
  39. ;
  40. MSG_ASKCHKSUM   (12/1/48)
  41. Compute checksum ?
  42. ;
  43. MSG_CHARACTER   (13/1/16)
  44. Character
  45. ;
  46. MSG_REALLYCLOSE (14/1/48)
  47. Bloc not saved\nClose window anyway ?
  48. ;
  49. MSG_NOTCLOSED   (15/1/32)
  50. %ld block(s) not saved
  51. ;
  52. MSG_BADARG      (16/1/32)
  53. Bad argument
  54. ;
  55. MSG_USAGE       (17/1/96)
  56. Usage: AZap [LACE][WBENCH][FONT name]\n[MEMORY] [DEVICE name] [files...]
  57. ;
  58. MSG_SEARCHING   (18/1/48)
  59. Searching, please wait...
  60. ;
  61. MSG_ABORT       (19/1/16)
  62. Abort
  63. ;
  64. MSG_MAKINGBACKUP (20/1/48)
  65. Making backup copy,\nplease wait
  66. ;
  67. MSG_NUMOFBLOCKS (21/1/32)
  68. Number of blocks
  69. ;
  70. MSG_SAVETO      (22/1/16)
  71. Save to
  72. ;
  73. MSG_GOTOPROMPT  (23/1/160)
  74. nbr  => jump at address 'nbr'\nºnbr => jump to block 'nbr'\n@nbr => jump to address at 'nbr'\n#nbr => jump to memory area 'nbr'
  75. ;
  76. MSG_FILLPROMPT  (24/1/128)
  77. 'c' => fill with character 'c'\nnbr => fill with character which code is 'nbr'
  78. ;
  79. MSG_SEARCHPROMPT (25/1/128)
  80. 0x1FBDF3   => hexadecimal search\nstring     => ASCII search\n\"0x1FBDF3\" => ASCII search
  81. ;
  82. MSG_ASCIIPROMPT (26/1/48)
  83. Number of character to search for ?
  84. ;
  85. MSG_BACKUPPROMPT (27/1/32)
  86. Name of the backup copy ?
  87. ;
  88. MSG_HELP1       (28/1/64)
  89. HELP: display this text
  90. ;
  91. MSG_HELP2       (29/1/64)
  92. ESC : cancel last change
  93. ;
  94. MSG_HELP3       (30/1/64)
  95. TAB : switch area (hexa <-> ASCII)
  96. ;
  97. MSG_HELP4       (31/1/64)
  98. CTRL-down : first block     SHIFT-down : last line
  99. ;
  100. MSG_HELP5       (32/1/64)
  101. CTRL-up   : last block      SHIFT-up  : first line
  102. ;
  103. MSG_HELP6       (33/1/64)
  104. CTRL-left : next block      SHIFT-left: first byte
  105. ;
  106. MSG_HELP7       (34/1/64)
  107. CTRL-right: previous block  SHIFT-right: last byte
  108. ;
  109. MSG_MENUPROJECT (35/1/32)
  110. Project
  111. ;
  112. MSG_MENUEDIT    (36/1/32)
  113. Edit
  114. ;
  115. MSG_MENUTOOLS   (37/1/32)
  116. Tools
  117. ;
  118. MSG_MENUOPTIONS (38/1/32)
  119. Options
  120. ;
  121. MSG_MENUSEARCH  (39/1/32)
  122. Search
  123. ;
  124. MSG_MTEXT11     (40/1/32)
  125. Open file...
  126. ;
  127. MSG_MTEXT12     (41/1/32)
  128. Open memory
  129. ;
  130. MSG_MTEXT13     (42/1/32)
  131. Open device   ╗
  132. ;
  133. MSG_MTEXT14     (43/1/32)
  134. Help...
  135. ;
  136. MSG_MTEXT15     (44/1/32)
  137. Palette...
  138. ;
  139. MSG_MTEXT16     (45/1/32)
  140. Save prefs
  141. ;
  142. MSG_MTEXT17     (46/1/32)
  143. About...
  144. ;
  145. MSG_MTEXT18     (47/1/32)
  146. Quit
  147. ;
  148. MSG_MTEXT21     (48/1/32)
  149. Undo all
  150. ;
  151. MSG_MTEXT22     (49/1/32)
  152. Jump back
  153. ;
  154. MSG_MTEXT23     (50/1/32)
  155. Next block
  156. ;
  157. MSG_MTEXT24     (51/1/32)
  158. Parent block
  159. ;
  160. MSG_MTEXT25     (52/1/32)
  161. Root block
  162. ;
  163. MSG_MTEXT26     (53/1/32)
  164. Header block
  165. ;
  166. MSG_MTEXT31     (54/1/32)
  167. Infos
  168. ;
  169. MSG_MTEXT32     (55/1/32)
  170. Examine
  171. ;
  172. MSG_MTEXT33     (56/1/32)
  173. Print...
  174. ;
  175. MSG_MTEXT34     (57/1/32)
  176. Convert
  177. ;
  178. MSG_MTEXT35     (58/1/32)
  179. Save block
  180. ;
  181. MSG_MTEXT36     (59/1/32)
  182. Fill block...
  183. ;
  184. MSG_MTEXT51     (60/1/32)
  185. Search...
  186. ;
  187. MSG_MTEXT52     (61/1/32)
  188. Search text...
  189. ;
  190. MSG_MTEXT53     (62/1/32)
  191. Search next
  192. ;
  193. MSG_MTEXT54     (63/1/32)
  194. Search file
  195. ;
  196. MSG_MTEXT41     (64/1/32)
  197. Checksum ╗
  198. ;
  199. MSG_MTEXT411    (65/1/32)
  200. Always
  201. ;
  202. MSG_MTEXT412    (66/1/32)
  203. Ask if
  204. ;
  205. MSG_MTEXT413    (67/1/32)
  206. Boot blocks
  207. ;
  208. MSG_MTEXT414    (68/1/32)
  209. Automatic
  210. ;
  211. MSG_MTEXT42     (69/1/32)
  212. Auto save
  213. ;
  214. MSG_MTEXT43     (70/1/32)
  215. Read only
  216. ;
  217. MSG_MTEXT44     (71/1/32)
  218. lwr = UPR
  219. ;
  220. MSG_MTEXT45     (72/1/32)
  221. Backup copy
  222. ;
  223. MSG_MEMORY      (73/1/16)
  224. Memory
  225. ;
  226. MSG_ERROPEN     (74/1/32)
  227. cannot open
  228. ;
  229. MSG_ERRMEM      (75/1/32)
  230. not enough memory
  231. ;
  232. MSG_ERRFONT     (76/1/32)
  233. font too large
  234. ;
  235. MSG_ERRDISK     (77/1/32)
  236. no disk in drive
  237. ;
  238. MSG_ERRPROT     (78/1/32)
  239. is write protected
  240. ;
  241. MSG_ERRFOUND    (79/1/32)
  242. not found
  243. ;
  244.