home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv102.zip / SAMPLE / INSTALL / INSTALL.RC < prev    next >
Text File  |  1995-08-28  |  2KB  |  37 lines

  1. /*****************************************************************************/
  2. /***     Include files                                                     ***/
  3. /*****************************************************************************/
  4.  
  5. #include <os2.h>
  6. #include "install.h"
  7.  
  8. /*****************************************************************************/
  9. /***     Stringtable declarations                                          ***/
  10. /*****************************************************************************/
  11.  
  12. STRINGTABLE
  13. BEGIN
  14.   S_CONFIG_UPDATE_LINE1        "Add to LIBPATH:     %s"
  15.   S_CONFIG_UPDATE_LINE2        "SET %s%s"
  16.   S_CONFIG_UPDATE_LINE3        "SET %s%s"
  17.   S_CONFIG_UPDATE_LINE4        "SET %s%s"
  18.  
  19.   S_INSTALL_TITLE              "I18N Installation"
  20.   S_ERROR_TITLE                "I18N Installation Error"
  21.   S_ERROR_MISSING_DRIVE        "Installation drive %s cannot be accessed.  Installation is terminated."
  22.   S_ERROR_MISSING_DIR          "Required directory cannot be created: %s.  Installation is terminated."
  23.   S_ERROR_UNZIP_LIST_FAIL      "ZIP file %s could not be processed.  Installation is terminated."
  24.   S_ERROR_UNZIP_FAIL           "Installation of file: %s, from file: %s, could not be performed.  Installation is terminated."
  25.   S_ERROR_CONFIG_BACKUP        "CONFIG.SYS backup file already exists: %s.
  26.  
  27. Should this backup file be replaced with the current CONFIG.SYS file?"
  28.   S_NEXT_DISKETTE              "Load installation diskette which contains: %s"
  29. END
  30.  
  31. /*****************************************************************************/
  32. /***     Dialog declarations                                               ***/
  33. /*****************************************************************************/
  34.  
  35. rcinclude install.dlg
  36.  
  37.