/* File generated by FlexCat. Do not edit. */
#ifndef MSG_FLEXCAT_H
#define MSG_FLEXCAT_H

#define MSG_ERR_NO_POOLS "\x00\x01" "Couldn't create memory pool"
#define MSG_ERR_ARGUMENT "\x00\x02" "Couldn't parse arguments"
#define MSG_ERR_PARSE_PATTERNS "\x00\x03" "Couldn't parse patterns"
#define MSG_ERR_OPEN_INPUT "\x00\x04" "Couldn't open %s for input"
#define MSG_ERR_EXTRACT "\x00\x05" "Couldn't open %s for output"
#define MSG_ERR_READ_Z "\x00\x06" "Couldn't read from %s: %s\n"
#define MSG_ERR_WRITE "\x00\x07" "Couldn't write to %s"
#define MSG_ERR_CREATE_DRAWER "\x00\x08" "Couldn't create drawer %s"
#define MSG_ERR_EXISTS_AS_FILE "\x00\x09" ": %s already exists as a file\n"
#define MSG_ERR_EXISTS_AS_DRAWER "\x00\x0a" "Couldn't create file %s: already exists as a drawer\n"
#define MSG_ERR_NOT_DRAWER "\x00\x0b" "Couldn't extract to %s: it is not a drawer\n"
#define MSG_ERR_SET_TIME "\x00\x0c" "Couldn't set time for %s"
#define MSG_ERR_SET_MODE "\x00\x0d" "Couldn't set protection for %s"
#define MSG_ERR_NOT_FOUND "\x00\x0e" "Couldn't find %s"
#define MSG_ERR_EXAMINE "\x00\x0f" "Couldn't examine %s"
#define MSG_ERR_BAD_FILE_HEADER "\x00\x10" "Bad file header checksum; searching for next header...\n"
#define MSG_ERR_EARLY_EOF "\x00\x11" "Premature end of tar file %s"
#define MSG_WARN_SKIP_EXISTS "\x00\xc8" "Skipping %s (already exists)\n"
#define MSG_WARN_SKIP_PATTERN "\x00\xc9" "Skipping %s (does not match patterns)\n"
#define MSG_WARN_SKIP_LINK "\x00\xca" "Skipping link %s\n"
#define MSG_WARN_SKIP_UNKNOWN "\x00\xcb" "Skipping %s (unkown type: %ld)\n"
#define MSG_WARN_FILE_INCOMPLETE "\x00\xcc" "%s is probably incomplete\n"
#define MSG_WARN_CORRUPT "\x00\xcd" "Warning: Extracted files could be corrupt\n"
#define MSG_LIST_HEAD "\x01\x90" "    Size        Mode        Date      Time   Name\n------------ ---------- ----------- -------- --------------------\n"
#define MSG_LIST_FOOT "\x01\x91" "%12lD  %3ld%%  %lD files\n"
#define MSG_LIST_DATE_TIME "\x01\x92" "%02ld-%s-%4ld %02ld:%02ld:%02ld"
#define MSG_LIST_LINK "\x01\x93" "       <lnk>"
#define MSG_LIST_DIR "\x01\x94" "       <dir>"
#define MSG_LIST_UNKNOWN "\x01\x95" "       <--->"
#define MSG_BREAK "\x01\x96" "***Break\n"
#define MSG_EXTRACT "\x01\x97" "Extracting %s\n"
#define MSG_OVERWRITE_PROMPT "\x01\x98" "OK to overwrite %s (y/n/a/s)?"
#define MSG_OVERWRITE_REPLIES "\x01\x99" "ynas"

#endif /* MSG_FLEXCAT_H */
