Home » Archimedes archive » Acorn User » AU 1995-09.adf » !ClickBack » Clickback/!ClicBack/Resources/Messages

Clickback/!ClicBack/Resources/Messages

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1995-09.adf » !ClickBack
Filename: Clickback/!ClicBack/Resources/Messages
Read OK:
File size: 0E4E bytes
Load address: 0000
Exec address: 0000
File contents
minbuf:200

#  MCS is the size in K of the smallest file that the program
#  will try to compress.  

MCS:5
# errors from the os, fatal error message, general errors
E1F:%s has suffered a fatal error (%d) and must exit immediately
E1U:Unexpected error insufficient memory.


H3:Unable to create window %s.
H4:History file missing. Only Full backup will be available.
H5:Unable to find a time stamp datum. Only Full backup will be available.
histrename:Failed to rename History file (%s)
histnobuf:Can't create buffer for new history file.

# errors while making logfile

LF1:Can't create log file.
LF2:Can't create index files - Backup abandoned
LF4:Cannot open log file - Backup abandoned.
LF5:Cannot create backup file - Backup abandoned.
LF6:Nothing to backup

M1:Source path does not exist
M2:Drag the destination directory to the Destination icon.
M3:You must specify a source path.
M4:You must specify a destination path.
M5:Unable to save options file.
M6:Default options file corrupt. Unable to load defaults.
M7:Backup aborted by user.

# Include / Exclude list errors
L1:Insufficient memory. Free some memory and try again.
L2:This file is already in the list.
L3:Cannot find file %s.

# Compression Errors

CP1:Insufficient memory for data compression.

# floppy prompts.  The adfs1 error requires the 4 spaces at the front in order 
# to align it in the error window .
adfs1:    Disk in Drive %d requires formatting. OK to format to 
adfs2:    This disk is already part of the backup set !
adfs3:Insert disk %d into Drive %d
adfs4:Preparing floppy %d.
adfs5:Writing memory buffer to disk.
adfs6:Compressing data to memory buffer.

# Interactive Help Strings.
MWI0:Starts the backup with the selected options.
MWI1:Drag a directory or file into this icon to select the source for the backup.
MWI2:Drag a directory or file into this icon to select the destination.|MYou can select a floppy disc from the menu.
MWI3:Displays the backup type.
MWI4:Displays the Include\Exclude list combination to use.
MWI5:Click menu here to display the destination menu.
MWI6:Click menu here to display the backup type menu.
MWI7:Click menu here to display the Lists menu.
MWI8:Cancels any changes you have made and reloads the default settings.
MWI9:Saves the current setting as the default settings.
MWI10:When selected the backup data will be checked to ensure it is correct.
MWI11:Selects if files in an include list should be backed up.
MWI12:Selects if files in an exclude list should be missed from the backup.
MWH:This is the !ClicBack Setup window.|MIt allows you to set the options for the backup.
FWI1:Displays the path of the file being processed.
FWI2:Displays the size of the file being processed.
FWI3:Displays an estimate of the time remaining to complete the backup.
FWI4:Displays the percentage saved by compression.|MThe higher this value the better the compression.
FWI5:Displays the current disc number.
FWI6:Displays an estimate of the number of discs.
FWI7:Displays messages from the program.
FWI8:Aborts the backup and returns you to the setup window.
FWI9:Default action icon.|MUsed for answering questions from the program.
FWI10:Pauses the backup returning as much memory as possible to the system.|MThe program will attempt to claim all the memory back when you select continue.
FWI11:Used to reply to prompts from the program.
FWI19:Percentage done slider.
FWH:This is the !ClicBack File window.|MIt keeps you informed of the programs progress.
EWH:Exclude Window|MDrag files or directories to this window in order to exclude them from the backup.
IWH:Include Window|MDrag files or directories to this window to include them in the backup.
00000000  6d 69 6e 62 75 66 3a 32  30 30 0a 0a 23 20 20 4d  |minbuf:200..#  M|
00000010  43 53 20 69 73 20 74 68  65 20 73 69 7a 65 20 69  |CS is the size i|
00000020  6e 20 4b 20 6f 66 20 74  68 65 20 73 6d 61 6c 6c  |n K of the small|
00000030  65 73 74 20 66 69 6c 65  20 74 68 61 74 20 74 68  |est file that th|
00000040  65 20 70 72 6f 67 72 61  6d 0a 23 20 20 77 69 6c  |e program.#  wil|
00000050  6c 20 74 72 79 20 74 6f  20 63 6f 6d 70 72 65 73  |l try to compres|
00000060  73 2e 20 20 0a 0a 4d 43  53 3a 35 0a 23 20 65 72  |s.  ..MCS:5.# er|
00000070  72 6f 72 73 20 66 72 6f  6d 20 74 68 65 20 6f 73  |rors from the os|
00000080  2c 20 66 61 74 61 6c 20  65 72 72 6f 72 20 6d 65  |, fatal error me|
00000090  73 73 61 67 65 2c 20 67  65 6e 65 72 61 6c 20 65  |ssage, general e|
000000a0  72 72 6f 72 73 0a 45 31  46 3a 25 73 20 68 61 73  |rrors.E1F:%s has|
000000b0  20 73 75 66 66 65 72 65  64 20 61 20 66 61 74 61  | suffered a fata|
000000c0  6c 20 65 72 72 6f 72 20  28 25 64 29 20 61 6e 64  |l error (%d) and|
000000d0  20 6d 75 73 74 20 65 78  69 74 20 69 6d 6d 65 64  | must exit immed|
000000e0  69 61 74 65 6c 79 0a 45  31 55 3a 55 6e 65 78 70  |iately.E1U:Unexp|
000000f0  65 63 74 65 64 20 65 72  72 6f 72 20 69 6e 73 75  |ected error insu|
00000100  66 66 69 63 69 65 6e 74  20 6d 65 6d 6f 72 79 2e  |fficient memory.|
00000110  0a 0a 0a 48 33 3a 55 6e  61 62 6c 65 20 74 6f 20  |...H3:Unable to |
00000120  63 72 65 61 74 65 20 77  69 6e 64 6f 77 20 25 73  |create window %s|
00000130  2e 0a 48 34 3a 48 69 73  74 6f 72 79 20 66 69 6c  |..H4:History fil|
00000140  65 20 6d 69 73 73 69 6e  67 2e 20 4f 6e 6c 79 20  |e missing. Only |
00000150  46 75 6c 6c 20 62 61 63  6b 75 70 20 77 69 6c 6c  |Full backup will|
00000160  20 62 65 20 61 76 61 69  6c 61 62 6c 65 2e 0a 48  | be available..H|
00000170  35 3a 55 6e 61 62 6c 65  20 74 6f 20 66 69 6e 64  |5:Unable to find|
00000180  20 61 20 74 69 6d 65 20  73 74 61 6d 70 20 64 61  | a time stamp da|
00000190  74 75 6d 2e 20 4f 6e 6c  79 20 46 75 6c 6c 20 62  |tum. Only Full b|
000001a0  61 63 6b 75 70 20 77 69  6c 6c 20 62 65 20 61 76  |ackup will be av|
000001b0  61 69 6c 61 62 6c 65 2e  0a 68 69 73 74 72 65 6e  |ailable..histren|
000001c0  61 6d 65 3a 46 61 69 6c  65 64 20 74 6f 20 72 65  |ame:Failed to re|
000001d0  6e 61 6d 65 20 48 69 73  74 6f 72 79 20 66 69 6c  |name History fil|
000001e0  65 20 28 25 73 29 0a 68  69 73 74 6e 6f 62 75 66  |e (%s).histnobuf|
000001f0  3a 43 61 6e 27 74 20 63  72 65 61 74 65 20 62 75  |:Can't create bu|
00000200  66 66 65 72 20 66 6f 72  20 6e 65 77 20 68 69 73  |ffer for new his|
00000210  74 6f 72 79 20 66 69 6c  65 2e 0a 0a 23 20 65 72  |tory file...# er|
00000220  72 6f 72 73 20 77 68 69  6c 65 20 6d 61 6b 69 6e  |rors while makin|
00000230  67 20 6c 6f 67 66 69 6c  65 0a 0a 4c 46 31 3a 43  |g logfile..LF1:C|
00000240  61 6e 27 74 20 63 72 65  61 74 65 20 6c 6f 67 20  |an't create log |
00000250  66 69 6c 65 2e 0a 4c 46  32 3a 43 61 6e 27 74 20  |file..LF2:Can't |
00000260  63 72 65 61 74 65 20 69  6e 64 65 78 20 66 69 6c  |create index fil|
00000270  65 73 20 2d 20 42 61 63  6b 75 70 20 61 62 61 6e  |es - Backup aban|
00000280  64 6f 6e 65 64 0a 4c 46  34 3a 43 61 6e 6e 6f 74  |doned.LF4:Cannot|
00000290  20 6f 70 65 6e 20 6c 6f  67 20 66 69 6c 65 20 2d  | open log file -|
000002a0  20 42 61 63 6b 75 70 20  61 62 61 6e 64 6f 6e 65  | Backup abandone|
000002b0  64 2e 0a 4c 46 35 3a 43  61 6e 6e 6f 74 20 63 72  |d..LF5:Cannot cr|
000002c0  65 61 74 65 20 62 61 63  6b 75 70 20 66 69 6c 65  |eate backup file|
000002d0  20 2d 20 42 61 63 6b 75  70 20 61 62 61 6e 64 6f  | - Backup abando|
000002e0  6e 65 64 2e 0a 4c 46 36  3a 4e 6f 74 68 69 6e 67  |ned..LF6:Nothing|
000002f0  20 74 6f 20 62 61 63 6b  75 70 0a 0a 4d 31 3a 53  | to backup..M1:S|
00000300  6f 75 72 63 65 20 70 61  74 68 20 64 6f 65 73 20  |ource path does |
00000310  6e 6f 74 20 65 78 69 73  74 0a 4d 32 3a 44 72 61  |not exist.M2:Dra|
00000320  67 20 74 68 65 20 64 65  73 74 69 6e 61 74 69 6f  |g the destinatio|
00000330  6e 20 64 69 72 65 63 74  6f 72 79 20 74 6f 20 74  |n directory to t|
00000340  68 65 20 44 65 73 74 69  6e 61 74 69 6f 6e 20 69  |he Destination i|
00000350  63 6f 6e 2e 0a 4d 33 3a  59 6f 75 20 6d 75 73 74  |con..M3:You must|
00000360  20 73 70 65 63 69 66 79  20 61 20 73 6f 75 72 63  | specify a sourc|
00000370  65 20 70 61 74 68 2e 0a  4d 34 3a 59 6f 75 20 6d  |e path..M4:You m|
00000380  75 73 74 20 73 70 65 63  69 66 79 20 61 20 64 65  |ust specify a de|
00000390  73 74 69 6e 61 74 69 6f  6e 20 70 61 74 68 2e 0a  |stination path..|
000003a0  4d 35 3a 55 6e 61 62 6c  65 20 74 6f 20 73 61 76  |M5:Unable to sav|
000003b0  65 20 6f 70 74 69 6f 6e  73 20 66 69 6c 65 2e 0a  |e options file..|
000003c0  4d 36 3a 44 65 66 61 75  6c 74 20 6f 70 74 69 6f  |M6:Default optio|
000003d0  6e 73 20 66 69 6c 65 20  63 6f 72 72 75 70 74 2e  |ns file corrupt.|
000003e0  20 55 6e 61 62 6c 65 20  74 6f 20 6c 6f 61 64 20  | Unable to load |
000003f0  64 65 66 61 75 6c 74 73  2e 0a 4d 37 3a 42 61 63  |defaults..M7:Bac|
00000400  6b 75 70 20 61 62 6f 72  74 65 64 20 62 79 20 75  |kup aborted by u|
00000410  73 65 72 2e 0a 0a 23 20  49 6e 63 6c 75 64 65 20  |ser...# Include |
00000420  2f 20 45 78 63 6c 75 64  65 20 6c 69 73 74 20 65  |/ Exclude list e|
00000430  72 72 6f 72 73 0a 4c 31  3a 49 6e 73 75 66 66 69  |rrors.L1:Insuffi|
00000440  63 69 65 6e 74 20 6d 65  6d 6f 72 79 2e 20 46 72  |cient memory. Fr|
00000450  65 65 20 73 6f 6d 65 20  6d 65 6d 6f 72 79 20 61  |ee some memory a|
00000460  6e 64 20 74 72 79 20 61  67 61 69 6e 2e 0a 4c 32  |nd try again..L2|
00000470  3a 54 68 69 73 20 66 69  6c 65 20 69 73 20 61 6c  |:This file is al|
00000480  72 65 61 64 79 20 69 6e  20 74 68 65 20 6c 69 73  |ready in the lis|
00000490  74 2e 0a 4c 33 3a 43 61  6e 6e 6f 74 20 66 69 6e  |t..L3:Cannot fin|
000004a0  64 20 66 69 6c 65 20 25  73 2e 0a 0a 23 20 43 6f  |d file %s...# Co|
000004b0  6d 70 72 65 73 73 69 6f  6e 20 45 72 72 6f 72 73  |mpression Errors|
000004c0  0a 0a 43 50 31 3a 49 6e  73 75 66 66 69 63 69 65  |..CP1:Insufficie|
000004d0  6e 74 20 6d 65 6d 6f 72  79 20 66 6f 72 20 64 61  |nt memory for da|
000004e0  74 61 20 63 6f 6d 70 72  65 73 73 69 6f 6e 2e 0a  |ta compression..|
000004f0  0a 23 20 66 6c 6f 70 70  79 20 70 72 6f 6d 70 74  |.# floppy prompt|
00000500  73 2e 20 20 54 68 65 20  61 64 66 73 31 20 65 72  |s.  The adfs1 er|
00000510  72 6f 72 20 72 65 71 75  69 72 65 73 20 74 68 65  |ror requires the|
00000520  20 34 20 73 70 61 63 65  73 20 61 74 20 74 68 65  | 4 spaces at the|
00000530  20 66 72 6f 6e 74 20 69  6e 20 6f 72 64 65 72 20  | front in order |
00000540  0a 23 20 74 6f 20 61 6c  69 67 6e 20 69 74 20 69  |.# to align it i|
00000550  6e 20 74 68 65 20 65 72  72 6f 72 20 77 69 6e 64  |n the error wind|
00000560  6f 77 20 2e 0a 61 64 66  73 31 3a 20 20 20 20 44  |ow ..adfs1:    D|
00000570  69 73 6b 20 69 6e 20 44  72 69 76 65 20 25 64 20  |isk in Drive %d |
00000580  72 65 71 75 69 72 65 73  20 66 6f 72 6d 61 74 74  |requires formatt|
00000590  69 6e 67 2e 20 4f 4b 20  74 6f 20 66 6f 72 6d 61  |ing. OK to forma|
000005a0  74 20 74 6f 20 0a 61 64  66 73 32 3a 20 20 20 20  |t to .adfs2:    |
000005b0  54 68 69 73 20 64 69 73  6b 20 69 73 20 61 6c 72  |This disk is alr|
000005c0  65 61 64 79 20 70 61 72  74 20 6f 66 20 74 68 65  |eady part of the|
000005d0  20 62 61 63 6b 75 70 20  73 65 74 20 21 0a 61 64  | backup set !.ad|
000005e0  66 73 33 3a 49 6e 73 65  72 74 20 64 69 73 6b 20  |fs3:Insert disk |
000005f0  25 64 20 69 6e 74 6f 20  44 72 69 76 65 20 25 64  |%d into Drive %d|
00000600  0a 61 64 66 73 34 3a 50  72 65 70 61 72 69 6e 67  |.adfs4:Preparing|
00000610  20 66 6c 6f 70 70 79 20  25 64 2e 0a 61 64 66 73  | floppy %d..adfs|
00000620  35 3a 57 72 69 74 69 6e  67 20 6d 65 6d 6f 72 79  |5:Writing memory|
00000630  20 62 75 66 66 65 72 20  74 6f 20 64 69 73 6b 2e  | buffer to disk.|
00000640  0a 61 64 66 73 36 3a 43  6f 6d 70 72 65 73 73 69  |.adfs6:Compressi|
00000650  6e 67 20 64 61 74 61 20  74 6f 20 6d 65 6d 6f 72  |ng data to memor|
00000660  79 20 62 75 66 66 65 72  2e 0a 0a 23 20 49 6e 74  |y buffer...# Int|
00000670  65 72 61 63 74 69 76 65  20 48 65 6c 70 20 53 74  |eractive Help St|
00000680  72 69 6e 67 73 2e 0a 4d  57 49 30 3a 53 74 61 72  |rings..MWI0:Star|
00000690  74 73 20 74 68 65 20 62  61 63 6b 75 70 20 77 69  |ts the backup wi|
000006a0  74 68 20 74 68 65 20 73  65 6c 65 63 74 65 64 20  |th the selected |
000006b0  6f 70 74 69 6f 6e 73 2e  0a 4d 57 49 31 3a 44 72  |options..MWI1:Dr|
000006c0  61 67 20 61 20 64 69 72  65 63 74 6f 72 79 20 6f  |ag a directory o|
000006d0  72 20 66 69 6c 65 20 69  6e 74 6f 20 74 68 69 73  |r file into this|
000006e0  20 69 63 6f 6e 20 74 6f  20 73 65 6c 65 63 74 20  | icon to select |
000006f0  74 68 65 20 73 6f 75 72  63 65 20 66 6f 72 20 74  |the source for t|
00000700  68 65 20 62 61 63 6b 75  70 2e 0a 4d 57 49 32 3a  |he backup..MWI2:|
00000710  44 72 61 67 20 61 20 64  69 72 65 63 74 6f 72 79  |Drag a directory|
00000720  20 6f 72 20 66 69 6c 65  20 69 6e 74 6f 20 74 68  | or file into th|
00000730  69 73 20 69 63 6f 6e 20  74 6f 20 73 65 6c 65 63  |is icon to selec|
00000740  74 20 74 68 65 20 64 65  73 74 69 6e 61 74 69 6f  |t the destinatio|
00000750  6e 2e 7c 4d 59 6f 75 20  63 61 6e 20 73 65 6c 65  |n.|MYou can sele|
00000760  63 74 20 61 20 66 6c 6f  70 70 79 20 64 69 73 63  |ct a floppy disc|
00000770  20 66 72 6f 6d 20 74 68  65 20 6d 65 6e 75 2e 0a  | from the menu..|
00000780  4d 57 49 33 3a 44 69 73  70 6c 61 79 73 20 74 68  |MWI3:Displays th|
00000790  65 20 62 61 63 6b 75 70  20 74 79 70 65 2e 0a 4d  |e backup type..M|
000007a0  57 49 34 3a 44 69 73 70  6c 61 79 73 20 74 68 65  |WI4:Displays the|
000007b0  20 49 6e 63 6c 75 64 65  5c 45 78 63 6c 75 64 65  | Include\Exclude|
000007c0  20 6c 69 73 74 20 63 6f  6d 62 69 6e 61 74 69 6f  | list combinatio|
000007d0  6e 20 74 6f 20 75 73 65  2e 0a 4d 57 49 35 3a 43  |n to use..MWI5:C|
000007e0  6c 69 63 6b 20 6d 65 6e  75 20 68 65 72 65 20 74  |lick menu here t|
000007f0  6f 20 64 69 73 70 6c 61  79 20 74 68 65 20 64 65  |o display the de|
00000800  73 74 69 6e 61 74 69 6f  6e 20 6d 65 6e 75 2e 0a  |stination menu..|
00000810  4d 57 49 36 3a 43 6c 69  63 6b 20 6d 65 6e 75 20  |MWI6:Click menu |
00000820  68 65 72 65 20 74 6f 20  64 69 73 70 6c 61 79 20  |here to display |
00000830  74 68 65 20 62 61 63 6b  75 70 20 74 79 70 65 20  |the backup type |
00000840  6d 65 6e 75 2e 0a 4d 57  49 37 3a 43 6c 69 63 6b  |menu..MWI7:Click|
00000850  20 6d 65 6e 75 20 68 65  72 65 20 74 6f 20 64 69  | menu here to di|
00000860  73 70 6c 61 79 20 74 68  65 20 4c 69 73 74 73 20  |splay the Lists |
00000870  6d 65 6e 75 2e 0a 4d 57  49 38 3a 43 61 6e 63 65  |menu..MWI8:Cance|
00000880  6c 73 20 61 6e 79 20 63  68 61 6e 67 65 73 20 79  |ls any changes y|
00000890  6f 75 20 68 61 76 65 20  6d 61 64 65 20 61 6e 64  |ou have made and|
000008a0  20 72 65 6c 6f 61 64 73  20 74 68 65 20 64 65 66  | reloads the def|
000008b0  61 75 6c 74 20 73 65 74  74 69 6e 67 73 2e 0a 4d  |ault settings..M|
000008c0  57 49 39 3a 53 61 76 65  73 20 74 68 65 20 63 75  |WI9:Saves the cu|
000008d0  72 72 65 6e 74 20 73 65  74 74 69 6e 67 20 61 73  |rrent setting as|
000008e0  20 74 68 65 20 64 65 66  61 75 6c 74 20 73 65 74  | the default set|
000008f0  74 69 6e 67 73 2e 0a 4d  57 49 31 30 3a 57 68 65  |tings..MWI10:Whe|
00000900  6e 20 73 65 6c 65 63 74  65 64 20 74 68 65 20 62  |n selected the b|
00000910  61 63 6b 75 70 20 64 61  74 61 20 77 69 6c 6c 20  |ackup data will |
00000920  62 65 20 63 68 65 63 6b  65 64 20 74 6f 20 65 6e  |be checked to en|
00000930  73 75 72 65 20 69 74 20  69 73 20 63 6f 72 72 65  |sure it is corre|
00000940  63 74 2e 0a 4d 57 49 31  31 3a 53 65 6c 65 63 74  |ct..MWI11:Select|
00000950  73 20 69 66 20 66 69 6c  65 73 20 69 6e 20 61 6e  |s if files in an|
00000960  20 69 6e 63 6c 75 64 65  20 6c 69 73 74 20 73 68  | include list sh|
00000970  6f 75 6c 64 20 62 65 20  62 61 63 6b 65 64 20 75  |ould be backed u|
00000980  70 2e 0a 4d 57 49 31 32  3a 53 65 6c 65 63 74 73  |p..MWI12:Selects|
00000990  20 69 66 20 66 69 6c 65  73 20 69 6e 20 61 6e 20  | if files in an |
000009a0  65 78 63 6c 75 64 65 20  6c 69 73 74 20 73 68 6f  |exclude list sho|
000009b0  75 6c 64 20 62 65 20 6d  69 73 73 65 64 20 66 72  |uld be missed fr|
000009c0  6f 6d 20 74 68 65 20 62  61 63 6b 75 70 2e 0a 4d  |om the backup..M|
000009d0  57 48 3a 54 68 69 73 20  69 73 20 74 68 65 20 21  |WH:This is the !|
000009e0  43 6c 69 63 42 61 63 6b  20 53 65 74 75 70 20 77  |ClicBack Setup w|
000009f0  69 6e 64 6f 77 2e 7c 4d  49 74 20 61 6c 6c 6f 77  |indow.|MIt allow|
00000a00  73 20 79 6f 75 20 74 6f  20 73 65 74 20 74 68 65  |s you to set the|
00000a10  20 6f 70 74 69 6f 6e 73  20 66 6f 72 20 74 68 65  | options for the|
00000a20  20 62 61 63 6b 75 70 2e  0a 46 57 49 31 3a 44 69  | backup..FWI1:Di|
00000a30  73 70 6c 61 79 73 20 74  68 65 20 70 61 74 68 20  |splays the path |
00000a40  6f 66 20 74 68 65 20 66  69 6c 65 20 62 65 69 6e  |of the file bein|
00000a50  67 20 70 72 6f 63 65 73  73 65 64 2e 0a 46 57 49  |g processed..FWI|
00000a60  32 3a 44 69 73 70 6c 61  79 73 20 74 68 65 20 73  |2:Displays the s|
00000a70  69 7a 65 20 6f 66 20 74  68 65 20 66 69 6c 65 20  |ize of the file |
00000a80  62 65 69 6e 67 20 70 72  6f 63 65 73 73 65 64 2e  |being processed.|
00000a90  0a 46 57 49 33 3a 44 69  73 70 6c 61 79 73 20 61  |.FWI3:Displays a|
00000aa0  6e 20 65 73 74 69 6d 61  74 65 20 6f 66 20 74 68  |n estimate of th|
00000ab0  65 20 74 69 6d 65 20 72  65 6d 61 69 6e 69 6e 67  |e time remaining|
00000ac0  20 74 6f 20 63 6f 6d 70  6c 65 74 65 20 74 68 65  | to complete the|
00000ad0  20 62 61 63 6b 75 70 2e  0a 46 57 49 34 3a 44 69  | backup..FWI4:Di|
00000ae0  73 70 6c 61 79 73 20 74  68 65 20 70 65 72 63 65  |splays the perce|
00000af0  6e 74 61 67 65 20 73 61  76 65 64 20 62 79 20 63  |ntage saved by c|
00000b00  6f 6d 70 72 65 73 73 69  6f 6e 2e 7c 4d 54 68 65  |ompression.|MThe|
00000b10  20 68 69 67 68 65 72 20  74 68 69 73 20 76 61 6c  | higher this val|
00000b20  75 65 20 74 68 65 20 62  65 74 74 65 72 20 74 68  |ue the better th|
00000b30  65 20 63 6f 6d 70 72 65  73 73 69 6f 6e 2e 0a 46  |e compression..F|
00000b40  57 49 35 3a 44 69 73 70  6c 61 79 73 20 74 68 65  |WI5:Displays the|
00000b50  20 63 75 72 72 65 6e 74  20 64 69 73 63 20 6e 75  | current disc nu|
00000b60  6d 62 65 72 2e 0a 46 57  49 36 3a 44 69 73 70 6c  |mber..FWI6:Displ|
00000b70  61 79 73 20 61 6e 20 65  73 74 69 6d 61 74 65 20  |ays an estimate |
00000b80  6f 66 20 74 68 65 20 6e  75 6d 62 65 72 20 6f 66  |of the number of|
00000b90  20 64 69 73 63 73 2e 0a  46 57 49 37 3a 44 69 73  | discs..FWI7:Dis|
00000ba0  70 6c 61 79 73 20 6d 65  73 73 61 67 65 73 20 66  |plays messages f|
00000bb0  72 6f 6d 20 74 68 65 20  70 72 6f 67 72 61 6d 2e  |rom the program.|
00000bc0  0a 46 57 49 38 3a 41 62  6f 72 74 73 20 74 68 65  |.FWI8:Aborts the|
00000bd0  20 62 61 63 6b 75 70 20  61 6e 64 20 72 65 74 75  | backup and retu|
00000be0  72 6e 73 20 79 6f 75 20  74 6f 20 74 68 65 20 73  |rns you to the s|
00000bf0  65 74 75 70 20 77 69 6e  64 6f 77 2e 0a 46 57 49  |etup window..FWI|
00000c00  39 3a 44 65 66 61 75 6c  74 20 61 63 74 69 6f 6e  |9:Default action|
00000c10  20 69 63 6f 6e 2e 7c 4d  55 73 65 64 20 66 6f 72  | icon.|MUsed for|
00000c20  20 61 6e 73 77 65 72 69  6e 67 20 71 75 65 73 74  | answering quest|
00000c30  69 6f 6e 73 20 66 72 6f  6d 20 74 68 65 20 70 72  |ions from the pr|
00000c40  6f 67 72 61 6d 2e 0a 46  57 49 31 30 3a 50 61 75  |ogram..FWI10:Pau|
00000c50  73 65 73 20 74 68 65 20  62 61 63 6b 75 70 20 72  |ses the backup r|
00000c60  65 74 75 72 6e 69 6e 67  20 61 73 20 6d 75 63 68  |eturning as much|
00000c70  20 6d 65 6d 6f 72 79 20  61 73 20 70 6f 73 73 69  | memory as possi|
00000c80  62 6c 65 20 74 6f 20 74  68 65 20 73 79 73 74 65  |ble to the syste|
00000c90  6d 2e 7c 4d 54 68 65 20  70 72 6f 67 72 61 6d 20  |m.|MThe program |
00000ca0  77 69 6c 6c 20 61 74 74  65 6d 70 74 20 74 6f 20  |will attempt to |
00000cb0  63 6c 61 69 6d 20 61 6c  6c 20 74 68 65 20 6d 65  |claim all the me|
00000cc0  6d 6f 72 79 20 62 61 63  6b 20 77 68 65 6e 20 79  |mory back when y|
00000cd0  6f 75 20 73 65 6c 65 63  74 20 63 6f 6e 74 69 6e  |ou select contin|
00000ce0  75 65 2e 0a 46 57 49 31  31 3a 55 73 65 64 20 74  |ue..FWI11:Used t|
00000cf0  6f 20 72 65 70 6c 79 20  74 6f 20 70 72 6f 6d 70  |o reply to promp|
00000d00  74 73 20 66 72 6f 6d 20  74 68 65 20 70 72 6f 67  |ts from the prog|
00000d10  72 61 6d 2e 0a 46 57 49  31 39 3a 50 65 72 63 65  |ram..FWI19:Perce|
00000d20  6e 74 61 67 65 20 64 6f  6e 65 20 73 6c 69 64 65  |ntage done slide|
00000d30  72 2e 0a 46 57 48 3a 54  68 69 73 20 69 73 20 74  |r..FWH:This is t|
00000d40  68 65 20 21 43 6c 69 63  42 61 63 6b 20 46 69 6c  |he !ClicBack Fil|
00000d50  65 20 77 69 6e 64 6f 77  2e 7c 4d 49 74 20 6b 65  |e window.|MIt ke|
00000d60  65 70 73 20 79 6f 75 20  69 6e 66 6f 72 6d 65 64  |eps you informed|
00000d70  20 6f 66 20 74 68 65 20  70 72 6f 67 72 61 6d 73  | of the programs|
00000d80  20 70 72 6f 67 72 65 73  73 2e 0a 45 57 48 3a 45  | progress..EWH:E|
00000d90  78 63 6c 75 64 65 20 57  69 6e 64 6f 77 7c 4d 44  |xclude Window|MD|
00000da0  72 61 67 20 66 69 6c 65  73 20 6f 72 20 64 69 72  |rag files or dir|
00000db0  65 63 74 6f 72 69 65 73  20 74 6f 20 74 68 69 73  |ectories to this|
00000dc0  20 77 69 6e 64 6f 77 20  69 6e 20 6f 72 64 65 72  | window in order|
00000dd0  20 74 6f 20 65 78 63 6c  75 64 65 20 74 68 65 6d  | to exclude them|
00000de0  20 66 72 6f 6d 20 74 68  65 20 62 61 63 6b 75 70  | from the backup|
00000df0  2e 0a 49 57 48 3a 49 6e  63 6c 75 64 65 20 57 69  |..IWH:Include Wi|
00000e00  6e 64 6f 77 7c 4d 44 72  61 67 20 66 69 6c 65 73  |ndow|MDrag files|
00000e10  20 6f 72 20 64 69 72 65  63 74 6f 72 69 65 73 20  | or directories |
00000e20  74 6f 20 74 68 69 73 20  77 69 6e 64 6f 77 20 74  |to this window t|
00000e30  6f 20 69 6e 63 6c 75 64  65 20 74 68 65 6d 20 69  |o include them i|
00000e40  6e 20 74 68 65 20 62 61  63 6b 75 70 2e 0a        |n the backup..|
00000e4e