; DΘfinition des chaines pour AZap v2.00 ; 07-Feb-93 par Denis GOUNELLE ; MSG_POSITION1 (0/1/27) Addr: 0x%08lx Ofs: 0x%03lx ; MSG_POSITION2 (1/1/21) Bloc: %06ld Type: %s ; MSG_ADDRESS (2/1/16) Address ; MSG_ERRORCODE (3/1/32) error code %ld ; MSG_WINDOW (4/1/32) window (Intuition) ; MSG_REALLYQUIT (5/1/48) Do you really want to quit ? ; MSG_YESNO (6/1/16) Yes|No ; MSG_PRINTTO (7/1/16) Print to ; MSG_FILEINFO (8/1/80) Name : %s\nSize : %ld\nBits : %s\nDate : %s\nNote : %s ; MSG_MEMINFO1 (9/1/32) Memory size : %ld bytes ; MSG_MEMINFO2 (10/1/48) \nArea %2ld : 0x%%08lx to 0x%%08lx ; MSG_DEVINFO (11/1/160) Device : %s\nDriver : %s\nLowCyl : %ld\nHighCyl : %ld\nBlocs/Cyl : %ld\nSize : %ld bytes\nDisk type : %s ; MSG_ASKCHKSUM (12/1/48) Compute checksum ? ; MSG_CHARACTER (13/1/16) Character ; MSG_REALLYCLOSE (14/1/48) Bloc not saved\nClose window anyway ? ; MSG_NOTCLOSED (15/1/32) %ld block(s) not saved ; MSG_BADARG (16/1/32) Bad argument ; MSG_USAGE (17/1/96) Usage: AZap [LACE][WBENCH][FONT name]\n[MEMORY] [DEVICE name] [files...] ; MSG_SEARCHING (18/1/48) Searching, please wait... ; MSG_ABORT (19/1/16) Abort ; MSG_MAKINGBACKUP (20/1/48) Making backup copy,\nplease wait ; MSG_NUMOFBLOCKS (21/1/32) Number of blocks ; MSG_SAVETO (22/1/16) Save to ; MSG_GOTOPROMPT (23/1/160) 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' ; MSG_FILLPROMPT (24/1/128) 'c' => fill with character 'c'\nnbr => fill with character which code is 'nbr' ; MSG_SEARCHPROMPT (25/1/128) 0x1FBDF3 => hexadecimal search\nstring => ASCII search\n\"0x1FBDF3\" => ASCII search ; MSG_ASCIIPROMPT (26/1/48) Number of character to search for ? ; MSG_BACKUPPROMPT (27/1/32) Name of the backup copy ? ; MSG_HELP1 (28/1/64) HELP: display this text ; MSG_HELP2 (29/1/64) ESC : cancel last change ; MSG_HELP3 (30/1/64) TAB : switch area (hexa <-> ASCII) ; MSG_HELP4 (31/1/64) CTRL-down : first block SHIFT-down : last line ; MSG_HELP5 (32/1/64) CTRL-up : last block SHIFT-up : first line ; MSG_HELP6 (33/1/64) CTRL-left : next block SHIFT-left: first byte ; MSG_HELP7 (34/1/64) CTRL-right: previous block SHIFT-right: last byte ; MSG_MENUPROJECT (35/1/32) Project ; MSG_MENUEDIT (36/1/32) Edit ; MSG_MENUTOOLS (37/1/32) Tools ; MSG_MENUOPTIONS (38/1/32) Options ; MSG_MENUSEARCH (39/1/32) Search ; MSG_MTEXT11 (40/1/32) Open file... ; MSG_MTEXT12 (41/1/32) Open memory ; MSG_MTEXT13 (42/1/32) Open device ╗ ; MSG_MTEXT14 (43/1/32) Help... ; MSG_MTEXT15 (44/1/32) Palette... ; MSG_MTEXT16 (45/1/32) Save prefs ; MSG_MTEXT17 (46/1/32) About... ; MSG_MTEXT18 (47/1/32) Quit ; MSG_MTEXT21 (48/1/32) Undo all ; MSG_MTEXT22 (49/1/32) Jump back ; MSG_MTEXT23 (50/1/32) Next block ; MSG_MTEXT24 (51/1/32) Parent block ; MSG_MTEXT25 (52/1/32) Root block ; MSG_MTEXT26 (53/1/32) Header block ; MSG_MTEXT31 (54/1/32) Infos ; MSG_MTEXT32 (55/1/32) Examine ; MSG_MTEXT33 (56/1/32) Print... ; MSG_MTEXT34 (57/1/32) Convert ; MSG_MTEXT35 (58/1/32) Save block ; MSG_MTEXT36 (59/1/32) Fill block... ; MSG_MTEXT51 (60/1/32) Search... ; MSG_MTEXT52 (61/1/32) Search text... ; MSG_MTEXT53 (62/1/32) Search next ; MSG_MTEXT54 (63/1/32) Search file ; MSG_MTEXT41 (64/1/32) Checksum ╗ ; MSG_MTEXT411 (65/1/32) Always ; MSG_MTEXT412 (66/1/32) Ask if ; MSG_MTEXT413 (67/1/32) Boot blocks ; MSG_MTEXT414 (68/1/32) Automatic ; MSG_MTEXT42 (69/1/32) Auto save ; MSG_MTEXT43 (70/1/32) Read only ; MSG_MTEXT44 (71/1/32) lwr = UPR ; MSG_MTEXT45 (72/1/32) Backup copy ; MSG_MEMORY (73/1/16) Memory ; MSG_ERROPEN (74/1/32) cannot open ; MSG_ERRMEM (75/1/32) not enough memory ; MSG_ERRFONT (76/1/32) font too large ; MSG_ERRDISK (77/1/32) no disk in drive ; MSG_ERRPROT (78/1/32) is write protected ; MSG_ERRFOUND (79/1/32) not found ;