home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / OLS / Os2 / LHA2P205 / LHA2P205.LZH / lha2-2.05pre / source.lzh / src / mes_e.c < prev    next >
Text File  |  1995-10-15  |  2KB  |  57 lines

  1. /*
  2.  * mes_e.c --- english error message
  3.  *   Copyright (C) 1988-1992, Haruyasu YOSHIZAKI
  4.  *   Copyright (C) 1991-1995, Satoshi HIRAMATSU (OS/2 HPFS version)
  5.  *
  6.  * $Log$
  7.  */
  8.  
  9.  
  10. char NOARCNMERR_437[]    = "No archive name";
  11. char NOFNERR_437[]    = "No file name";
  12. char NOARCERR_437[]    = "Archive not found";
  13. char MKTMPERR_437[]    = "Can't create temporary file";
  14. char DUPFNERR_437[]    = "Same names in another path";
  15. char TOOLONGERR_437[]    = "Path name too long";
  16. char NOFILEERR_437[]    = "No file found";
  17. char MKFILEERR_437[]    = "Can't create file";
  18. char RDERR_437[]    = "Can't read file";
  19. char WTERR_437[]    = "Can't write file";
  20. char MEMOVRERR_437[]    = "Memory overflow";
  21. char CTRLBRK_437[]    = "Ctrl-break pressed";
  22. char NOMATCHERR_437[]    = "Can't find File";
  23. char NOTLZH_437[]    =
  24.   "Extension of archive(%s) is not '.LZH'. Continue process? [Y/N] ";
  25. char SAMEFILE_437[]    = "already exists.";
  26. char OVERWT_437[]    = "Overwrite? [Y/N] ";
  27. char MKDIR_437[]    = "Make directory? [Y/N] ";
  28. char MKDIRERR_437[]    = "Failed in making directory";
  29. char RDONLY_437[]    = "Read only!";
  30. char COPYERR_437[]    = "\nFailed in copying temporary file to archive\n"
  31.   "Terminate and left temporary '%s'.\n";
  32. char BROKENARC_437[]    = "Broken archive.";
  33. char MAYDELETE_437[]    = "  delete? [Y/N] ";
  34. char MAYCONT_437[]    = "  continue? [Y/N] ";
  35.  
  36. char SAMEDIR_437[]    = "a directory with the same name exists.";
  37. char NEWFILE_437[]    = "newer or same file exists.";
  38. char METHODERR_437[]    = "unknown method.";
  39. char DISKFULL_437[]    = "disk full";
  40. char NOCRC_437[]    = "CRC is not supported.";
  41. char NOMOREEXT_437[]    = "cannot assign extension.";
  42. char SPECIALATTR_437[]    = "special attribute";
  43. char EXTRADATA_437[]    =
  44.   "WARNING: Extra data preceeding the first header.\n\n";
  45.  
  46. #if 0
  47. char UNKNOWNERR_437[]    = "Unknown error";
  48. char INVCMDERR_437[]    = "Invalid command";
  49. char MANYPATERR_437[]    = "Too many files in command line";
  50. char RENAMEERR_437[]    = "Can't rename Archive";
  51. char TOOMANYERR_437[]    = "Too many files matched";
  52. char INVSWERR_437[]    = "Invalid switch";
  53. char CRCERR_437[]    = "CRC Err\n";
  54. char MKARCERR_437[]    = "Can't create archive";
  55. char NESTERR_437[]    = "Cannot nest.";
  56. #endif
  57.