Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

117 lines
5.2 KiB

  1. /*****************************************************************************\
  2. * MODULE: wpnpin32.rc
  3. *
  4. * Resource file for library.
  5. *
  6. *
  7. * Copyright (C) 1997-1998 Hewlett-Packard Company.
  8. * Copyright (C) 1997-1998 Microsoft Corporation.
  9. *
  10. * History:
  11. * 10-Oct-1997 GFS Initial checkin
  12. * 22-Jun-1998 CHW Cleaned
  13. *
  14. \*****************************************************************************/
  15. #include <windows.h>
  16. #if (W32VER >= 0x0400)
  17. #include <winver.h>
  18. #endif
  19. #include "resource.h"
  20. /*---------------------------------------------------------------------------*\
  21. | String Table Section
  22. |
  23. | This section contains localized strings used throughout the dynalink. If
  24. | this dynalink is internationalized, then this is the place to translate
  25. | strings.
  26. |
  27. \*---------------------------------------------------------------------------*/
  28. STRINGTABLE
  29. BEGIN
  30. IDS_COLOR_PATH "COLOR\\"
  31. IDS_ALREADY_EXISTS "A driver is already installed for this printer. Would you like to keep the existing driver?"
  32. IDS_ERR_COPYFAILURE "Not all required printer driver files were copied to your computer. To browse for the printer driver, click OK. To install the printer later, click Cancel."
  33. IDS_BROWSE_FOR_DRV "Browse for printer driver files for model: %s."
  34. IDS_USER_CANCEL "Printer install cancelled."
  35. IDS_BROWSE_ERR "Installation of the printer driver could not be completed. Install the driver using Add Printer, and then try to add this printer again."
  36. IDS_INSTALLED_DRIVER "Did the printer driver install correctly?"
  37. IDS_ALLOC_ERR "There is not enough memory to install the printer and the driver. Install the driver using Add Printer and then try to add this printer again."
  38. IDS_THUNK32FAIL "ThunkConnect32 Failed"
  39. IDS_PRINTER "Printer"
  40. IDS_OK "Printer added successfully."
  41. IDS_INVALID_INFFILE "One of the printer driver files has become corrupted. Install the driver using Add Printer and then try to add this printer again."
  42. IDS_NO_UNIQUE_NAME "You have reached the limit of printers with the same name. Please change the name of the printer at the server and then try to add this printer again."
  43. IDS_FILE_COPY_ERROR "One of the printer driver files could not be copied. Install the driver using Add Printer and then try to add this printer again."
  44. IDS_ADD_PRINTER_ERROR "The printer could not be added. Communication to the Windows Server may have been disrupted. Please try again later."
  45. IDS_INVALID_DAT_FILE "One of the files required for printer installation has become corrupted. Communication to the Windows Server may have been disrupted. Please try again later."
  46. IDS_DEFAULT_ERROR "The printer could not be added. Please try again later."
  47. IDS_FMTNAME "%s (Copy %d)"
  48. IDS_MSG_OPTIONS "Valid options are /a /b /f /i /m /n /r /x."
  49. IDS_MSG_OPTCAP "Options"
  50. END
  51. /*---------------------------------------------------------------------------*\
  52. | Version Section
  53. |
  54. | This section defines the version-info for the dynalink.
  55. |
  56. \*---------------------------------------------------------------------------*/
  57. #if (W32VER >= 0x0400)
  58. VS_VERSION_INFO VERSIONINFO
  59. FILEVERSION 4, 0, 0, 0
  60. PRODUCTVERSION 4, 0, 0, 0
  61. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  62. FILEFLAGS 0
  63. FILEOS VOS_NT_WINDOWS32
  64. FILETYPE VFT_DLL
  65. FILESUBTYPE VFT2_UNKNOWN
  66. BEGIN
  67. BLOCK "StringFileInfo"
  68. BEGIN
  69. BLOCK "040904B0" // Lang=US English, CharSet=Unicode
  70. BEGIN
  71. VALUE "Comments" , "Author: Garth Schmeling"
  72. VALUE "CompanyName" , "Hewlett-Packard Company"
  73. VALUE "FileDescription" , "WPnpIn32: Web Print Install"
  74. VALUE "FileVersion" , "1.00.000"
  75. VALUE "InternalName" , "WPnpIn32"
  76. VALUE "LegalCopyright" , "Copyright \251 Hewlett-Packard Company 1997-1998"
  77. VALUE "LegalTrademarks" , ""
  78. VALUE "OriginalFilename", "wpnpin32.dll"
  79. VALUE "ProductName" , "Microsoft Windows"
  80. VALUE "ProductVersion" , "4.0"
  81. END
  82. BLOCK "040904E4" // Lang=US English, CharSet=Multilingual
  83. BEGIN
  84. VALUE "Comments" , "Author: Garth Schmeling"
  85. VALUE "CompanyName" , "Hewlett-Packard Company"
  86. VALUE "FileDescription" , "WPnpIn32: Web Print Install"
  87. VALUE "FileVersion" , "1.00.000"
  88. VALUE "InternalName" , "WPnPIn32"
  89. VALUE "LegalCopyright" , "Copyright \251 Hewlett-Packard Company 1997-1998"
  90. VALUE "LegalTrademarks" , ""
  91. VALUE "OriginalFilename", "wpnpin32.dll"
  92. VALUE "ProductName" , "Microsoft Windows"
  93. VALUE "ProductVersion" , "4.0"
  94. END
  95. END
  96. BLOCK "VarFileInfo"
  97. BEGIN
  98. // English language (0x409) and the Unicode codepage (1200)
  99. // English language (0x409) and the Multlingual codepage (1252)
  100. VALUE "Translation", 0x409, 0x4B0, 0x409, 0x4E4
  101. END
  102. END
  103. #endif