home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 December
/
VPR9712A.ISO
/
OLS
/
OS2
/
LHA2P205
/
LHA2P205.LZH
/
lha2-2.05pre
/
source.lzh
/
src
/
mes_e.c
< prev
next >
Wrap
Text File
|
1995-10-15
|
2KB
|
57 lines
/*
* mes_e.c --- english error message
* Copyright (C) 1988-1992, Haruyasu YOSHIZAKI
* Copyright (C) 1991-1995, Satoshi HIRAMATSU (OS/2 HPFS version)
*
* $Log$
*/
char NOARCNMERR_437[] = "No archive name";
char NOFNERR_437[] = "No file name";
char NOARCERR_437[] = "Archive not found";
char MKTMPERR_437[] = "Can't create temporary file";
char DUPFNERR_437[] = "Same names in another path";
char TOOLONGERR_437[] = "Path name too long";
char NOFILEERR_437[] = "No file found";
char MKFILEERR_437[] = "Can't create file";
char RDERR_437[] = "Can't read file";
char WTERR_437[] = "Can't write file";
char MEMOVRERR_437[] = "Memory overflow";
char CTRLBRK_437[] = "Ctrl-break pressed";
char NOMATCHERR_437[] = "Can't find File";
char NOTLZH_437[] =
"Extension of archive(%s) is not '.LZH'. Continue process? [Y/N] ";
char SAMEFILE_437[] = "already exists.";
char OVERWT_437[] = "Overwrite? [Y/N] ";
char MKDIR_437[] = "Make directory? [Y/N] ";
char MKDIRERR_437[] = "Failed in making directory";
char RDONLY_437[] = "Read only!";
char COPYERR_437[] = "\nFailed in copying temporary file to archive\n"
"Terminate and left temporary '%s'.\n";
char BROKENARC_437[] = "Broken archive.";
char MAYDELETE_437[] = " delete? [Y/N] ";
char MAYCONT_437[] = " continue? [Y/N] ";
char SAMEDIR_437[] = "a directory with the same name exists.";
char NEWFILE_437[] = "newer or same file exists.";
char METHODERR_437[] = "unknown method.";
char DISKFULL_437[] = "disk full";
char NOCRC_437[] = "CRC is not supported.";
char NOMOREEXT_437[] = "cannot assign extension.";
char SPECIALATTR_437[] = "special attribute";
char EXTRADATA_437[] =
"WARNING: Extra data preceeding the first header.\n\n";
#if 0
char UNKNOWNERR_437[] = "Unknown error";
char INVCMDERR_437[] = "Invalid command";
char MANYPATERR_437[] = "Too many files in command line";
char RENAMEERR_437[] = "Can't rename Archive";
char TOOMANYERR_437[] = "Too many files matched";
char INVSWERR_437[] = "Invalid switch";
char CRCERR_437[] = "CRC Err\n";
char MKARCERR_437[] = "Can't create archive";
char NESTERR_437[] = "Cannot nest.";
#endif