home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-10-27 | 14.0 KB | 1,101 lines |
- ; ## version $VER: BackMan.catalog 1.3 (28.5.96)
- ; ## codeset 0
- ;
- ;******************
- ;** Generic msgs **
- ;******************
- ;
- MSG_MUI (1//)
- This is a shareware MUI application.\n\
- MUI is copyright © by Stefan Stuntz.
- ;
- MSG_REGISTER (//)
- The unregistered version of BackMan\n\
- won't handle more than 10 Mb of data.\n\
- \n\
- Support shareware, please register!
- ;
- MSG_REGISTERED (//)
- This copy is registered to:
- ;
- MSG_UNREGISTERED (//)
- UNREGISTERED DEMO RELEASE
- ;
- MSG_WISE (//)
- A wise man once said:\n\
- \"A backup without verify\n\
- is a senseless operation.\"
- ;
- MSG_ANYWAY (//)
- You have selected more than 10 Mb.\n\
- %s\n\
- \n\
- Do you want to continue anyway?
- ;
- MSG_MUI_ERROR (//)
- MUI could not open a window,\n\
- probably because of low memory.\n\
- \n\
- Please free some memory and try\n\
- to uniconify the application.
- ;
- ;
- ;**********************
- ;** Requester titles **
- ;**********************
- ;
- REQ_TITLE_INFORMATION (10//)
- Information
- ;
- REQ_TITLE_ERROR (//)
- Error Message
- ;
- REQ_TITLE_REQUEST (//)
- Request
- ;
- REQ_TITLE_REQUEST_DISK (//)
- Disk Request
- ;
- REQ_TITLE_SELECT_DRAWER (//)
- Select drawer...
- ;
- REQ_TITLE_SELECT_FILE (//)
- Select file...
- ;
- REQ_FMT_OWNERHANDLING (40//)
- Owner handling requires %s V%lu or later.\n\
- It will be automatically turned off.
- ;
- REQ_FMT_ABORTED (//)
- %s aborted by user.
- ;
- REQ_FMT_ABORTED_NOPASSWD (//)
- %s aborted:\n\
- Password required.
- ;
- REQ_FMT_ABORTED_ERROR (//)
- %s aborted with error %ld:\n\
- %s.
- ;
- REQ_FMT_BADDATE (//)
- Wrong date!\n\
- %s
- ;
- REQ_FMT_BADPATTERN (//)
- Wrong pattern!\n\
- %s
- ;
- ;
- REQ_MSG_NOAPP (50//)
- Couldn't create application!
- ;
- REQ_MSG_NOREQ (//)
- Couldn't allocate requesters!
- ;
- REQ_MSG_NAME (//)
- Enter new name:
- ;
- REQ_MSG_COMMENT (//)
- Enter comment:
- ;
- REQ_MSG_PASSWD (//)
- Enter password:
- ;
- REQ_MSG_PASSWD_AGAIN (//)
- Enter password again:
- ;
- REQ_MSG_REMCATALOG (//)
- Remove this catalog?
- ;
- REQ_MSG_ABORT (//)
- Do you want to abort the\n\
- operation in progress?
- ;
- REQ_MSG_PAUSED (//)
- Operation paused.\n\
- Click below to continue.
- ;
- REQ_MSG_INCONSISTENT (//)
- Inconsistent data in the catalog!
- ;
- REQ_MSG_NOPOOL (//)
- Couldn't create memory pool.
- ;
- REQ_MSG_NOROOT (//)
- Couldn't allocate root entry.
- ;
- REQ_MSG_NOBLOCKIO (//)
- Couldn't set up block I/O.
- ;
- ;
- STR_BACKUP (100//)
- Backup
- ;
- STR_RESTORE (//)
- Restore
- ;
- STR_COMPARE (//)
- Compare
- ;
- STR_DIFF (//)
- Diff
- ;
- STR_LIST (//)
- List
- ;
- STR_ASK (120//)
- Ask
- ;
- STR_REPLACE (//)
- Replace
- ;
- STR_RENAME (//)
- Rename
- ;
- STR_SKIP (//)
- Skip
- ;
- STR_CONTINUE (//)
- Continue
- ;
- STR_RETRY (//)
- Retry
- ;
- STR_IGNORE (//)
- Ignore
- ;
- STR_ABORT (//)
- Abort
- ;
- STR_CANCEL (//)
- Cancel
- ;
- STR_YES (//)
- Yes
- ;
- STR_NO (//)
- No
- ;
- STR_ILLDO (//)
- I'll do!
- ;
- STR_REPLACE_ALL (//)
- Replace All
- ;
- STR_SKIP_ALL (//)
- Skip All
- ;
- ;
- STR_GENERAL (140//)
- General
- ;
- STR_TAPE (200//)
- Tape streamer
- ;
- STR_FLOPPY (//)
- Floppy disks
- ;
- STR_FILE (//)
- File
- ;
- STR_CREATE (220//)
- create
- ;
- STR_OPEN (//)
- open
- ;
- STR_LOCK (//)
- lock
- ;
- STR_EXAMINE (//)
- examine
- ;
- STR_COMMENT (//)
- comment
- ;
- STR_DATE (//)
- date/time
- ;
- STR_PROTECTION (//)
- protection bits
- ;
- STR_OWNER (//)
- owner
- ;
- STR_USER (//)
- user
- ;
- STR_GROUP (//)
- group
- ;
- STR_DELETE (//)
- delete
- ;
- STR_CLOSING (240//)
- closing
- ;
- STR_READING (//)
- reading
- ;
- STR_WRITING (//)
- writing
- ;
- STR_SKIPPING (//)
- skipping
- ;
- STR_CONTENTS (260//)
- contents
- ;
- STR_DELETED (//)
- deleted
- ;
- STR_THIS (280//)
- this
- ;
- STR_ANOTHER (//)
- another
- ;
- ;
- ; *****************************
- ; ** Strings for DiffEntry() **
- ; ** Must be consecutive!!! **
- ; *****************************
- ;
- STR_DIFFSTR (300//)
- name
- ;
- STR_DIFFSTR1 (//)
- date/time
- ;
- STR_DIFFSTR2 (//)
- size
- ;
- STR_DIFFSTR3 (//)
- protection
- ;
- STR_DIFFSTR4 (//)
- comment
- ;
- STR_DIFFSTR5 (//)
- user
- ;
- STR_DIFFSTR6 (//)
- group
- ;
- ;
- ; **************************
- ; ** Titles for listviews **
- ; **************************
- ;
- STR_LIST_DIRECTORY (320//)
- \033bDirectory
- ;
- STR_LIST_FILES (//)
- \033bFiles
- ;
- STR_LIST_FILENAME (//)
- \033bFileName
- ;
- STR_LIST_SIZE (//)
- \033bSize
- ;
- STR_LIST_FLAGS (//)
- \033bFlags
- ;
- STR_LIST_DATE (//)
- \033bDate
- ;
- STR_LIST_TIME (//)
- \033bTime
- ;
- STR_LIST_COMMENT (//)
- \033bComment
- ;
- ;
- ; **********************
- ; ** Various messages **
- ; **********************
- ;
- MSG_PROGRESS (400//)
- in progress...
- ;
- MSG_STARTING (//)
- Setting up...
- ;
- MSG_READING_DATA (//)
- Reading data...
- ;
- MSG_RESTORING_LINKS (//)
- Restoring links...
- ;
- MSG_WRITING_LIST (//)
- Writing list...
- ;
- MSG_WRITING_DATA (//)
- Writing data...
- ;
- MSG_FORMATTING (//)
- Formatting empty medium...
- ;
- MSG_REWRITING (//)
- Rewriting primary list...
- ;
- MSG_SETTING_BITS (//)
- Setting 'archived' bits...
- ;
- MSG_COMPARING_DATA (//)
- Comparing data...
- ;
- MSG_DIFFING (//)
- Diff'ing file attributes...
- ;
- MSG_SUCCESS (//)
- finished successfully.
- ;
- ;
- ; *********************
- ; ** Various formats **
- ; *********************
- ;
- FMT_CANTSETFOR (500//)
- Can't set %s for entry\n\
- %s
- ;
- FMT_UNKNOWNFOR (//)
- Unknown %s \"%s\" for file\n\
- %s
- ;
- FMT_CANTDIR (520//)
- Can't %s directory\n\
- %s\n\
- Reason: %s.
- ;
- FMT_CANTFILE (//)
- Can't %s file\n\
- %s\n\
- Reason: %s.
- ;
- FMT_CANTINHIBIT (//)
- Can't inhibit drive %s\n\
- Reason: %s.
- ;
- FMT_CANTOPENDEV (//)
- Couldn't open\n\
- %s unit %lu:\n\
- %s.
- ;
- FMT_ERRORDIR (540//)
- Error %s directory\n\
- %s\n\
- Reason: %s.
- ;
- FMT_ERRORFILE (//)
- Error %s file\n\
- %s\n\
- Reason: %s.
- ;
- FMT_ERROR (//)
- Error %ld:\n\
- %s.
- ;
- FMT_NOMATCH (//)
- Sizes don't match for file\n\
- %s
- ;
- FMT_DELETED_DIFFER (550//)
- %lu entries deleted.\n\
- %lu entries differ.
- ;
- FMT_CATALOG (//)
- Catalog of: %s\n
- ;
- FMT_EXISTS_DIR (560//)
- Drawer already exists:\n\
- %s
- ;
- FMT_EXISTS_FILE (//)
- File already exists:\n\
- %s
- ;
- FMT_EXISTS_LINK (//)
- Link already exists:\n\
- %s
- ;
- FMT_CANTLINK (580//)
- Can't link entry\n\
- %s\n\
- to entry\n\
- %s\n\
- Reason: %s.
- ;
- FMT_CANTGETLINK (//)
- Can't get link\n\
- %s/%s\n\
- Reason: %s.\n\
- This link will be skipped.
- ;
- FMT_NOSOFTLINKS (//)
- I can't handle soft links:\n\
- %s/%s\n\
- This link will be skipped.
- ;
- FMT_NODRIVE (590//)
- Drive %s: not found.
- ;
- FMT_NOBLOCK (//)
- Drive %s: is not a block device.
- ;
- FMT_NOENV (//)
- No environment for drive %s:.
- ;
- FMT_DRIVE (//)
- drive %b:
- ;
- FMT_DEVUNIT (//)
- device %s, unit %lu
- ;
- GAD_BACKUP (600//)
- _Backup
- ;
- GAD_RESTORE (//)
- _Restore
- ;
- GAD_COMPARE (//)
- _Compare
- ;
- GAD_DIFF (//)
- _Diff
- ;
- GAD_CONFIGURE (620//)
- C_onfigure...
- ;
- GAD_INFO (//)
- _About...
- ;
- GAD_QUIT (//)
- _Quit
- ;
- GAD_TAPEUTIL (//)
- _Tape utilities...
- ;
- GAD_ADD (640//)
- _Add...
- ;
- GAD_REMOVE (//)
- _Remove
- ;
- GAD_DESTINATION (//)
- _Destination...
- ;
- GAD_SELECTFILES (//)
- Select _files...
- ;
- GAD_COMMENT (//)
- Co_mment...
- ;
- GAD_CREATOR (//)
- Cr_eator
- ;
- GAD_START (//)
- _Start
- ;
- GAD_OK (660//)
- _Ok
- ;
- GAD_CANCEL (//)
- _Cancel
- ;
- GAD_INCLUDE (//)
- _Include
- ;
- GAD_EXCLUDE (//)
- _Exclude
- ;
- GAD_HANDLECOMMENT (700//)
- _Handle file comment
- ;
- GAD_HANDLEOWNER (//)
- Handle file _owner
- ;
- GAD_SETARCBIT (//)
- Set '_archived' bit
- ;
- GAD_BACKUPLINKS (//)
- Backup hard _links
- ;
- GAD_BACKUPEMPTYDIRS (//)
- Backup _empty drawers
- ;
- GAD_XPKCOMPRESSION (//)
- XPK Data Co_mpression
- ;
- GAD_XPKENCRYPTION (//)
- XPK Data Encr_yption
- ;
- GAD_RESTOREARCBIT (//)
- Restore '_archived' bit
- ;
- GAD_RESTORELINKS (//)
- Restore hard _links
- ;
- GAD_RESTOREEMPTYDIRS (//)
- Restore _empty drawers
- ;
- GAD_DEFSUFFIX (//)
- Default Rename suffix
- ;
- GAD_SHOWEXTBITS (//)
- Show e_xtended protection bits
- ;
- GAD_STARTHIDDEN (//)
- Start with _hidden drawers
- ;
- GAD_SCSI_DEVICE (720//)
- SCSI _Device
- ;
- GAD_SCSI_ID (//)
- _ID
- ;
- GAD_SCSI_LUN (//)
- LU_N
- ;
- GAD_FORMAT (//)
- _Format
- ;
- GAD_FORMATALL (//)
- Format a_ll tracks
- ;
- GAD_VERIFY (//)
- _Verify
- ;
- GAD_PATH (//)
- _Path
- ;
- GAD_DELONERROR (//)
- _Delete file on error
- ;
- GAD_ASKFILENAME (//)
- As_k filename
- ;
- GAD_SAVE (740//)
- _Save
- ;
- GAD_USE (//)
- _Use
- ;
- GAD_ABORT (//)
- _Abort
- ;
- GAD_PAUSE (//)
- _Pause
- ;
- GAD_CONTINUE (//)
- _Continue
- ;
- GAD_FINISH (//)
- _Finish
- ;
- GAD_INCDIR (760//)
- I_nclude Drawer
- ;
- GAD_EXCDIR (//)
- E_xclude Drawer
- ;
- GAD_SHOWHIDE (//)
- Show_/Hide
- ;
- GAD_FILTER (//)
- _Filter...
- ;
- GAD_ALL (//)
- _All
- ;
- GAD_NONE (//)
- N_one
- ;
- GAD_ARCBITSET (780//)
- '_Archived' bit set/unset
- ;
- GAD_AFTERDATE (//)
- Modi_fied on or after
- ;
- GAD_BEFOREDATE (//)
- Modified on or _before
- ;
- GAD_PATTERN (//)
- Matching _pattern
- ;
- GAD_ONLYTHISDIR (//)
- Apply to _current drawer only
- ;
- GAD_REWIND (//)
- _Rewind
- ;
- GAD_RETENSION (//)
- Re_tension
- ;
- GAD_ERASE (//)
- Era_se
- ;
- GAD_EJECT (//)
- E_ject
- ;
- GAD_ADVANCE (//)
- _Advance...
- ;
- GAD_SKIP (//)
- Skip to _end
- ;
- GAD_MAXLOGLINES (//)
- _Maximum log lines
- ;
- GAD_TXT_CREATOR (800//)
- Creator
- ;
- GAD_TXT_TOTFILES (//)
- Total files
- ;
- GAD_TXT_TOTSIZE (//)
- Total size
- ;
- ;GAD_TXT_OPTIONS (//)
- ;Options
- ;
- GAD_TXT_PACKER (820//)
- Packer
- ;
- GAD_TXT_EFFICIENCY (//)
- Efficiency
- ;
- GAD_TXT_PACKSPEED (//)
- Pack/Unpack speed
- ;
- GAD_TXT_PACKRATIO (//)
- Compression ratio
- ;
- GAD_TXT_CRYPTER (//)
- Crypter
- ;
- GAD_TXT_SECURITY (//)
- Security
- ;
- GAD_TXT_CRYPTSPEED (//)
- Crypt/Decrypt speed
- ;
- GAD_TXT_EXISTINGFILES (840//)
- Existing files
- ;
- ;GAD_TXT_MEDIUM (//)
- ;Medium
- ;
- GAD_TXT_DRIVES (//)
- Drives
- ;
- GAD_TXT_PATH (//)
- Path
- ;
- GAD_TXT_DIRS (//)
- Drawers
- ;
- GAD_TXT_FILES (//)
- Files
- ;
- GAD_TXT_CATALOG (//)
- Catalog
- ;
- GAD_TXT_STATUS (//)
- Status & Errors
- ;
- GAD_TXT_STATS (//)
- Statistics
- ;
- GAD_TXT_TIME (//)
- Elapsed time
- ;
- GAD_TXT_SPEED (//)
- Real speed
- ;
- GAD_TXT_HFILE (860//)
- \0338File:
- ;
- GAD_TXT_HSIZE (//)
- \0338Size:
- ;
- GAD_TXT_TOTAL (//)
- Total
- ;
- GAD_TXT_BYTES (//)
- Bytes
- ;
- GAD_TXT_SIZE (//)
- Size
- ;
- GAD_TXT_BYTESDONE (//)
- Bytes done
- ;
- GAD_TXT_REMOVABLEMEDIA (//)
- Removable media
- ;
- GAD_TXT_CURRENT (//)
- Current
- ;
- GAD_TXT_MEDIUMDONE (//)
- Medium done
- ;
- GAD_TXT_DEVINFO (880//)
- Device info
- ;
- GAD_TXT_VENDOR (//)
- Vendor
- ;
- GAD_TXT_PRODUCT (//)
- Product
- ;
- GAD_TXT_VERSION (//)
- Version
- ;
- GAD_TXT_TYPE (//)
- Type
- ;
- GAD_TXT_TAPECMDS (//)
- Tape streamer commands
- ;
- ;
- ; ******************
- ; ** Menu strings **
- ; ******************
- ;
- MENU_PROJECT (900//)
- Project
- ;
- MENU_BACKUP (//)
- B\0Backup
- ;
- MENU_RESTORE (//)
- R\0Restore
- ;
- MENU_COMPARE (//)
- C\0Compare
- ;
- MENU_DIFF (//)
- D\0Diff
- ;
- MENU_CONFIGURE (//)
- O\0Configure...
- ;
- MENU_INFO (//)
- ?\0About...
- ;
- MENU_QUIT (//)
- Q\0Quit
- ;
- MENU_ADD (//)
- A\0Add...
- ;
- MENU_REMOVE (//)
- R\0Remove
- ;
- MENU_START (//)
- S\0Start
- ;
- MENU_CANCEL (//)
- C\0Cancel
- ;
- MENU_CATALOG (//)
- Catalog
- ;
- MENU_SELECTFILES (//)
- F\0Select files...
- ;
- MENU_COMMENT (//)
- M\0Comment...
- ;
- MENU_PRINT (//)
- P\0Print...
- ;
- MENU_INCLUDE (//)
- I\0Include
- ;
- MENU_EXCLUDE (//)
- E\0Exclude
- ;
- MENU_DESTINATION (//)
- D\0Destination...
- ;
- MENU_LOAD (//)
- L\0Load...
- ;
- MENU_SAVEAS (//)
- V\0Save as...
- ;
- MENU_SAVE (//)
- S\0Save
- ;
- MENU_USE (//)
- U\0Use
- ;
- MENU_TAPEUTIL (//)
- T\0Tape utilites...
- ;
- MENU_SETTINGS (//)
- Settings
- ;
- MENU_ABOUT_MUI (//)
- About MUI...
- ;
- MENU_SETTINGS_MUI (//)
- M\0MUI...
- ;
- WIN_INFO (1000//)
- About BackMan
- ;
- WIN_CONFIG (//)
- Configuration
- ;
- WIN_PROGRESS (//)
- Reading catalog...
- ;
- WIN_SELECT (//)
- File selection
- ;
- WIN_FILTER (//)
- Include/Exclude filter
- ;
- WIN_SELECTXPK (//)
- Select XPK library...
- ;
- WIN_TAPEUTIL (//)
- SCSI tape utilities
- ;
- WIN_TROUBLE (//)
- Window trouble
- ;
- ;
- ;**************************
- ;** Strings for DiskIO.c **
- ;**************************
- ;
- FMT_BACKUP_MADE (1100//)
- This backup made on %s %s %s.\n
- ;
- FMT_BACKUP_REQUIRES (//)
- This backup requires %u disk(s).\n
- ;
- FMT_BACKUP_HOLDS (//)
- This medium holds %lu bytes.\n
- ;
- ;
- MSG_NODEVDATA (1200//)
- Can't allocate device data.
- ;
- MSG_NOGEOM (//)
- Can't get geometry.
- ;
- MSG_BADGEOM (//)
- Bad geometry.
- ;
- MSG_VERIFYERR (//)
- Verify error.
- ;
- REQ_FMT_ASKDISK (1300//)
- Please insert disk #%02lu\n\
- in %s.
- ;
- REQ_FMT_ASKDISK_FIRST (//)
- Please insert the first or the last disk of a backup\n\
- in %s.\n\
- The last disk is preferred if the backup is compressed.
- ;
- REQ_FMT_WRONGDISK_READ (1350//)
- The disk in %s\n\
- is disk #%02lu of %s backup.\n\
- Insert disk #%02lu and try again.
- ;
- REQ_FMT_WRONGTYPE_READ (//)
- The disk in %s\n\
- appears to be %s.\n\
- Replace it and try again.
- ;
- REQ_FMT_WRONGDISK_WRITE (//)
- The disk in %s\n\
- is disk #%02lu of this backup.\n\
- Replace it and try again.
- ;
- REQ_FMT_WRONGTYPE_WRITE (//)
- The disk in %s\n\
- appears to be %s.\n\
- Do you want to use this disk?
- ;
- REQ_FMT_WRITEPROT (//)
- The disk in %s\n\
- is write protected.\n\
- Unprotect it and try again.
- ;
- REQ_FMT_ERRORDISK (//)
- Error %ld:\n\
- %s.\n\
- Better replace this disk.
- ;
- ;
- REQ_MSG_ISFIRSTOK (1400//)
- This is the first disk of a compressed backup:\n\
- compressed file sizes are not present in the file list.\n\
- \n\
- Do you want to read the file list from this disk?\n\
- (Select 'Yes' only if the last disk is corrupt.)
- ;
- REQ_MSG_BADCRC (//)
- Wrong CRC!
- ;
- REQ_MSG_BADSIZE (//)
- Disk size mismatch!
- ;
- ;
- STR_DOS (1500//)
- a DOS volume
- ;
- STR_MUFS (//)
- a muFS volume
- ;
- STR_KICK (//)
- a kickstart disk
- ;
- STR_RDSK (//)
- a hard disk
- ;
- STR_UNKNOWN (//)
- of an unknown type
- ;
- ;
- ;*****************************
- ;** Bubble helps (MUI 3.0+) **
- ;*****************************
- ;
- STR_HELP_BACKUP (1800//)
- Create a new backup.
- ;
- STR_HELP_RESTORE (//)
- Restore an old backup.
- ;
- STR_HELP_COMPARE (//)
- Compare data from\n\
- an old backup.
- ;
- STR_HELP_DIFF (//)
- Quick diffs from\n\
- an old backup.
- ;
- STR_HELP_CONFIG (//)
- Backup/Restore\n\
- configuration.
- ;
- STR_HELP_TAPEUTIL (//)
- Rewind/Move/Erase\n\
- magnetic tape.
- ;
- STR_HELP_CATLIST (1820//)
- List of catalogs.\n\
- You can sort it\n\
- with drag'n'drop.
- ;
- ;
- ;***********************
- ;** Device I/O errors **
- ;***********************
- ;
- MSG_IOERR_OPENFAIL (2000//)
- device/unit failed to open
- ;
- MSG_IOERR_ABORTED (//)
- request terminated early [after AbortIO()]
- ;
- MSG_IOERR_NOCMD (//)
- command not supported
- ;
- MSG_IOERR_BADLENGTH (//)
- not a valid length
- ;
- MSG_IOERR_BADADDRESS (//)
- invalid address
- ;
- MSG_IOERR_UNITBUSY (//)
- requested unit is busy
- ;
- MSG_IOERR_SELFTEST (//)
- hardware failed self-test
- ;
- ;**********************
- ;** TrackDisk errors **
- ;**********************
- ;
- MSG_TDERR_NotSpecified (3000//)
- not specified
- ;
- MSG_TDERR_NoSecHdr (//)
- no sector header
- ;
- MSG_TDERR_BadSecPreamble (//)
- bad sector preamble
- ;
- MSG_TDERR_BadSecID (//)
- bad sector ID
- ;
- MSG_TDERR_BadHdrSum (//)
- bad header sum
- ;
- MSG_TDERR_BadSecSum (//)
- bad sector sum
- ;
- MSG_TDERR_TooFewSecs (//)
- too few sectors
- ;
- MSG_TDERR_BadSecHdr (//)
- bad sector header
- ;
- MSG_TDERR_WriteProt (//)
- write protected
- ;
- MSG_TDERR_DiskChanged (//)
- disk changed
- ;
- MSG_TDERR_SeekError (//)
- seek error
- ;
- MSG_TDERR_NoMem (//)
- no memory
- ;
- MSG_TDERR_BadUnitNum (//)
- bad unit number
- ;
- MSG_TDERR_BadDriveType (//)
- bad drive type
- ;
- MSG_TDERR_DriveInUse (//)
- drive in use
- ;
- MSG_TDERR_PostReset (//)
- awaiting reset
- ;
- ;********************
- ;** BackMan errors **
- ;********************
- ;
- MSG_BMERR_Aborted (4000//)
- aborted
- ;
- MSG_BMERR_Read (//)
- read error
- ;
- MSG_BMERR_Write (//)
- write error
- ;
- MSG_BMERR_Match (//)
- size mismatch
- ;
- MSG_BMERR_Verify (//)
- verify failed
- ;
- MSG_BMERR_Password (//)
- bad password
- ;
-