home *** CD-ROM | disk | FTP | other *** search
- /*
- ** DRVLOCAL.RC -- ODBC Setup resources that are localized.
- **
- ** (C) Copyright 1991-1994 By Microsoft Corp.
- */
-
- // Strings -----------------------------------------------------------------
- STRINGTABLE DISCARDABLE
- BEGIN
- IDS_FRAMETITLE "Microsoft ODBC Setup"
- IDS_BADODBCI "Setup is unable to install ODBC.\n\n%s is either empty or missing."
- IDS_BADODBC "Setup is unable to create data sources.\n\n%s is either empty or missing."
- IDS_BADDS "Setup was unable to create the %s data source."
- IDS_BADINST "Setup was unable to install the ODBC drivers."
- // When localizing the next line, also change the 'setup' on the next line
- // to appropriate command, i.e. install, instalar, etc.
- IDS_BADOPT "Invalid option on command line. Usage:\nsetup [/auto]"
- IDS_WIN32S "Setup cannot install 32-bit drivers under Win32s."
- END
-
- // Localize the file description
- #define VER_FILEDESC_STR "Microsoft ODBC Setup\0"
-