home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Internet Business Development Kit / PRODUCT_CD.iso / sqlsvr / odbcsdk / drvsetup.kit / drvlocal.rc < prev    next >
Encoding:
Text File  |  1994-12-07  |  938 b   |  23 lines

  1. /*
  2. ** DRVLOCAL.RC -- ODBC Setup resources that are localized.
  3. **
  4. ** (C) Copyright 1991-1994 By Microsoft Corp.
  5. */
  6.  
  7. // Strings -----------------------------------------------------------------
  8. STRINGTABLE DISCARDABLE 
  9. BEGIN
  10.     IDS_FRAMETITLE    "Microsoft ODBC Setup"
  11.     IDS_BADODBCI    "Setup is unable to install ODBC.\n\n%s is either empty or missing."
  12.     IDS_BADODBC     "Setup is unable to create data sources.\n\n%s is either empty or missing."
  13.     IDS_BADDS        "Setup was unable to create the %s data source."
  14.     IDS_BADINST     "Setup was unable to install the ODBC drivers."
  15. //    When localizing the next line, also change the 'setup' on the next line
  16. //    to appropriate command, i.e. install, instalar, etc.
  17.     IDS_BADOPT        "Invalid option on command line.  Usage:\nsetup [/auto]"
  18.     IDS_WIN32S        "Setup cannot install 32-bit drivers under Win32s."
  19. END
  20.  
  21. //    Localize the file description
  22. #define VER_FILEDESC_STR        "Microsoft ODBC Setup\0"
  23.