Leaked source code of windows server 2003
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.

162 lines
7.4 KiB

  1. #include "resource.h"
  2. #include "winres.h"
  3. #include "version.rc2"
  4. #include <FaxName.h>
  5. // Admin Console resources
  6. #include <msfxssnp.rc>
  7. // Cover Page Editor resources
  8. #include <awcpe.rc>
  9. // Fax Printer UI resources
  10. #include <faxui.rc>
  11. // Fax Send Wizard resources
  12. #include <faxwzrd.rc>
  13. // Fax Config Wizard resources
  14. #include <faxcfgwz.rc>
  15. // Fax Monitor resources
  16. #include <fxsst.rc>
  17. // Routing Method MMC Configuration resources
  18. #include <RoutingMethodPropSheetExt.rc>
  19. // T30 MMC Configuration resources
  20. #include <T30PropSheetExt.rc>
  21. // MAPI Transport Provider resources
  22. #include <faxxp.rc>
  23. // Outlook Extension resources
  24. #include <faxext.rc>
  25. // Setup OCM resources
  26. #include <faxocm.rc>
  27. // Fax Route resources
  28. #include <faxroute.rc>
  29. // Fax Server resources
  30. #include <faxsvc.rc>
  31. // Fax Monitor resources
  32. #include <faxmon.rc>
  33. // Send Fax resources
  34. #include <sendnote.rc>
  35. // T30 special error strings
  36. #include <faxt30.rc>
  37. // Fax route + service messages
  38. #include "faxmsg.rc"
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // String Table
  42. //
  43. STRINGTABLE DISCARDABLE
  44. BEGIN
  45. IDS_ERR_CONNECTION_FAILED "An attempt to connect to the fax printer failed. Check the fax printer connection, and try again."
  46. IDS_ERR_ACCESS_DENIED "You do not have security permissions to complete this operation. Contact the fax administrator for more information."
  47. IDS_ERR_NO_MEMORY "There are not enough memory resources available to complete the operation. Close some applications and try again."
  48. IDS_ERR_OPERATION_FAILED "The requested operation cannot be completed. Check the connection to the fax printer, and the fax printer configuration."
  49. IDS_ERR_FOLDER_NOT_FOUND "The specified folder cannot be found. Search for the folder or an alternative folder, using the Browse button."
  50. IDS_ERR_DEVICE_LIMIT "This version of Windows supports only %d fax device(s)."
  51. IDS_ERR_INVALID_RING_COUNT "The number of rings must be between %d and %d."
  52. IDS_ERR_NAME_IS_TOO_LONG "The name specified is too long. Please specify a shorter name."
  53. IDS_ERR_SELECT_PRINTER "Please select a printer."
  54. IDS_ERR_DIRECTORY_IN_USE "The incoming and outgoing archives cannot be located in the same folder."
  55. IDS_ERR_INVALID_RETRIES "The number of retries must be between %d and %d."
  56. IDS_ERR_INVALID_RETRY_DELAY "The retry delay value must be between %d and %d minutes."
  57. IDS_ERR_INVALID_DIRTY_DAYS "The number of days must be between %d and %d."
  58. IDS_ERR_INVALID_CSID "The Called Subscriber Identification (CSID) can only contain English letters, numeric symbols, and punctuation marks."
  59. IDS_ERR_INVALID_TSID "The Transmitting Subscriber Identification (TSID) can only contain English letters, numeric symbols, and punctuation marks."
  60. END
  61. STRINGTABLE DISCARDABLE
  62. BEGIN
  63. IDS_SEND_WIZARD_SHORTCUT "Send a Fax..."
  64. IDS_SEND_WIZARD_TOOLTIP "Sends a fax that consists only of a cover page"
  65. IDS_COVER_PAGE_EDITOR_SHORTCUT "Fax Cover Page Editor"
  66. IDS_COVER_PAGE_EDITOR_TOOLTIP "Creates and edits cover pages used when sending faxes"
  67. IDS_CLIENT_CONSOLE_SHORTCUT "Fax Console"
  68. IDS_CLIENT_CONSOLE_TOOLTIP "Displays incoming and outgoing faxes and enables you to view and manage these faxes"
  69. IDS_SERVICE_MANAGER_SHORTCUT "Fax Service Manager"
  70. IDS_SERVICE_MANAGER_TOOLTIP "Configures and administers fax devices"
  71. IDS_FAX_PROGRAM_GROUP "Fax"
  72. IDS_AWD_CONVERTOR_FRIENDLY_TYPE "Windows 95 Fax File (obsolete)"
  73. END
  74. STRINGTABLE DISCARDABLE
  75. BEGIN
  76. IDS_FAXSEC_SUB_LOW "Submit low-priority faxes"
  77. IDS_FAXSEC_SUB_NORMAL "Submit normal-priority faxes"
  78. IDS_FAXSEC_SUB_HIGH "Submit high-priority faxes"
  79. IDS_FAXSEC_JOB_QRY "View fax jobs"
  80. IDS_FAXSEC_JOB_MNG "Manage fax jobs"
  81. IDS_FAXSEC_CONFIG_QRY "View service configuration"
  82. IDS_FAXSEC_CONFIG_SET "Manage service configuration"
  83. IDS_FAXSEC_QRY_IN_ARCH "View incoming messages archive"
  84. IDS_FAXSEC_MNG_IN_ARCH "Manage incoming messages archive"
  85. IDS_FAXSEC_QRY_OUT_ARCH "View outgoing messages archive"
  86. IDS_FAXSEC_MNG_OUT_ARCH "Manage outgoing messages archive"
  87. IDS_FAXSEC_CHNG_PERM "Change permissions"
  88. IDS_FAXSEC_CHNG_OWNER "Take ownership"
  89. IDS_FAXSEC_READ_PERM "Read permissions"
  90. IDS_RIGHT_FAX "Fax"
  91. IDS_RIGHT_MNG_DOC "Manage Fax Documents"
  92. IDS_RIGHT_MNG_CFG "Manage Fax Configuration"
  93. IDS_FAXSEC_JOB_SUB "Submit fax jobs"
  94. IDS_ADMIN_CONSOLE_TITLE "Microsoft Fax Service Manager"
  95. IDS_DEVICE "Device"
  96. IDS_SERVICE_NAME FAX_SERVER_FULL_NAME
  97. END
  98. STRINGTABLE DISCARDABLE
  99. BEGIN
  100. IDS_PERSONAL "(Personal)"
  101. IDS_NO_FAX_PRINTER "There are no " FAX_FULL_NAME " Printers available."
  102. IDS_CANT_ACCESS_SERVER "Cannot access the " FAX_FULL_NAME " Server."
  103. IDS_ERR_DIR_TOO_LONG "The folder name selected is too long."
  104. END
  105. STRINGTABLE DISCARDABLE
  106. BEGIN
  107. IDS_FAX_MESSAGE_BOX_TITLE "Microsoft Fax"
  108. IDS_PATH_NOT_VALID "The folder specified is not valid."
  109. IDS_FAX_ERR_DIRECTORY_IN_USE "The specified directory is already being used as an incoming \
  110. or outgoing archive or queue folder."
  111. IDS_PATH_NOT_FOUND_ASK_CREATE "The folder specified does not exist. \
  112. Do you want to create the folder with access permissions for the Fax Service?\n\
  113. Press Help for more information."
  114. IDS_PATH_NOT_FOUND_REMOTE_FAX "The folder specified does not exist. For a remote fax server, \
  115. create the folder manually and assign it access permissions for the Fax Service.\n\
  116. Press Help for more information."
  117. IDS_PATH_NOT_FOUND_REMOTE_PATH "The folder specified does not exist. Since the folder specified \
  118. is located on a remote computer, create the folder manually and assign it access permissions for the Fax Service.\n\
  119. Press Help for more information."
  120. IDS_PATH_NOT_FOUND_ENV_VAR "The folder specified does not exist. Since the folder specified \
  121. contains environment variables, create the folder manually and assign it access permissions for the Fax Service.\n\
  122. Press Help for more information."
  123. IDS_FILE_ACCESS_DENIED_ASK_FIX "The Fax Service cannot access the folder specified. \
  124. Do you want to override the folder's current security settings to assign access permissions to the Fax Service?\n\
  125. Press Help for more information."
  126. IDS_FILE_ACCESS_DENIED_REMOTE_FAX "The Fax Service cannot access the folder specified. \
  127. For a remote fax server, modify folder security settings manually to assign access permissions to the Fax Service.\n\
  128. Press Help for more information."
  129. IDS_FILE_ACCESS_DENIED_REMOTE_PATH "The Fax Service cannot access the folder specified. \
  130. Since the folder is located on a remote computer, modify folder security settings manually \
  131. to assign access permissions to the Fax Service.\n\
  132. Press Help for more information."
  133. IDS_FILE_ACCESS_DENIED_ENV_VAR "The Fax Service cannot access the folder specified. \
  134. Since the folder contains environment variables, modify folder security settings manually \
  135. to assign access permissions to the Fax Service.\n\
  136. Press Help for more information."
  137. IDS_FOLDER_ACCESS_DENIED "The Fax Service cannot access the folder specified. \nPress Help for more information."
  138. END