## version $VER: XX.catalog XX.XX ($TODAY)
## language svenska
## codeset 0
;
; $VER: UnTAR.cd 37.1 (9.7.98)
;
; ** Error messages **
;
; Could also be "Not enough memory" or something like that...
;
MSG_ERR_NO_POOLS

;Couldn't create memory pool
;
; User passed bad arguments?
;
MSG_ERR_ARGUMENT

;Couldn't parse arguments
;
; Couldn't parse patterns in PATTERNS argument.
;
MSG_ERR_PARSE_PATTERNS

;Couldn't parse patterns
;
MSG_ERR_OPEN_INPUT

;Couldn't open %s for input
;
MSG_ERR_EXTRACT

;Couldn't open %s for output
;
; First %s - file name
; Second %s - z.lib error message
MSG_ERR_READ_Z

;Couldn't read from %s: %s\n
;
MSG_ERR_WRITE

;Couldn't write to %s
;
MSG_ERR_CREATE_DRAWER

;Couldn't create drawer %s
;
; Appended to MSG_ERR_CREATE_DRAWER, like an error message from Fault().
;
MSG_ERR_EXISTS_AS_FILE

;: %s already exists as a file\n
;
MSG_ERR_EXISTS_AS_DRAWER

;Couldn't create file %s: already exists as a drawer\n
;
MSG_ERR_NOT_DRAWER

;Couldn't extract to %s: it is not a drawer\n
;
MSG_ERR_SET_TIME

;Couldn't set time for %s
;
MSG_ERR_SET_MODE

;Couldn't set protection for %s
;
; Couldn't find filesystem object specified by user.
;
MSG_ERR_NOT_FOUND

;Couldn't find %s
;
; Examine() failed.
;
MSG_ERR_EXAMINE

;Couldn't examine %s
;
MSG_ERR_BAD_FILE_HEADER

;Bad file header checksum; searching for next header...\n
;
MSG_ERR_EARLY_EOF

;Premature end of tar file %s
;
;
; ** Warning messages **
;
MSG_WARN_SKIP_EXISTS

;Skipping %s (already exists)\n
;
; File doesn't match specified PATTERNS in arguments.
;
MSG_WARN_SKIP_PATTERN

;Skipping %s (does not match patterns)\n
;
; Links are ignored for now...
;
MSG_WARN_SKIP_LINK

;Skipping link %s\n
;
; Unknown type of entry in tar; don't know how to handle it.
;
MSG_WARN_SKIP_UNKNOWN

;Skipping %s (unkown type: %ld)\n
;
MSG_WARN_FILE_INCOMPLETE

;%s is probably incomplete\n
;
; GZip CRC checksum incorrect, so data could be corrupt.
;
MSG_WARN_CORRUPT

;Warning: Extracted files could be corrupt\n
;
;
; ** List messages **
;
; The width of the columns cannot be changed, nor the order.
; This format is similar to Amiga LHA 'l' output.
;
MSG_LIST_HEAD

;    Size        Mode        Date      Time   Name\n\
;------------ ---------- ----------- -------- --------------------\n
;
; If locale.library isn't available, this string will be replaced with an
; internal string with "ld" instead of "lD".
; First value: Total size of listed files.
; Second value: Compression percentage (of the archive as a whole).
; Third value: Number of listed files.
;
MSG_LIST_FOOT

;%12lD  %3ld%%  %lD files\n
;
; Date and time format string. Note that not much can be changed here;
; total length (after format) must not change, nor can the "start position"
; for the date part and the time part change. What you should do is change
; the separators and the order of the numbers within the date (and perhaps
; the time, but I see no reason for that ;).
;
; The values come in this order: date, month (abbriviated, 3 chars), year,
; hour, minute, second.
;
MSG_LIST_DATE_TIME

;%02ld-%s-%4ld %02ld:%02ld:%02ld
;
; The following three strings are used in place of the size, when listing
; files (entries) of various kinds.
;
MSG_LIST_LINK

;       <lnk>
;
MSG_LIST_DIR

;       <dir>
;
MSG_LIST_UNKNOWN

;       <--->
;
;
; ** Misc messages **
;
MSG_BREAK

;***Break\n
;
MSG_EXTRACT

;Extracting %s\n
;
MSG_OVERWRITE_PROMPT

;OK to overwrite %s (y/n/a/s)?
;
; These are the possible replies to the overwrite prompt (so it should
; include the chars present in the parenthese in MSG_OVERWRITE_PROMPT).
; The meaning of the replies are:
;   First char : Overwrite this file (and ask again next time).
;   Second char: Don't overwrite this file (and ask again next time).
;   Third char : Overwrite this and any other file that already exists.
;   Fourth char: Don't overwrite this file, nor any other file that already
;                exists.
; Note that these chars must be lower case.
MSG_OVERWRITE_REPLIES

;ynas
;
