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.
178 lines
7.3 KiB
178 lines
7.3 KiB
|
|
@*:=============================================
|
|
@*: Strings
|
|
@*:=============================================
|
|
|
|
[Strings]
|
|
|
|
;=============================================
|
|
; Begin: Constants used in INF
|
|
;=============================================
|
|
|
|
|
|
@*:; The following registry types are set with the NoClobber flag which
|
|
@*:; indicates that the value will not be overwritten if we are upgrading.
|
|
@*:; The special *_OVERWRITE types below should be used if you wish to
|
|
@*:; overwrite the value even when we are upgrading the OS.
|
|
|
|
REG_SZ_OVERWRITE =0x00000 ;; FLG_ADDREG_TYPE_SZ
|
|
REG_SZ =0x00002 ;; FLG_ADDREG_TYPE_SZ | FLG_ADDREG_NOCLOBBER
|
|
|
|
REG_BINARY_OVERWRITE =0x00001 ;; FLG_ADDREG_BINVALUETYPE
|
|
REG_BINARY =0x00003 ;; FLG_ADDREG_BINVALUETYPE | FLG_ADDREG_NOCLOBBER
|
|
|
|
REG_SZ_EXPAND_OVERWRITE =0x20000 ;; FLG_ADDREG_TYPE_EXPAND_SZ
|
|
REG_EXPAND_SZ =0x20002 ;; FLG_ADDREG_TYPE_EXPAND_SZ | FLG_ADDREG_NOCLOBBER
|
|
|
|
REG_DWORD_OVERWRITE =0x10001 ;; FLG_ADDREG_TYPE_DWORD
|
|
REG_DWORD =0x10003 ;; FLG_ADDREG_TYPE_DWORD | FLG_ADDREG_NOCLOBBER
|
|
|
|
|
|
@*:; the following constants have to remain in sync with the defines
|
|
@*:; in faxutil header file!!!
|
|
PRODUCT_SKU_PERSONAL = 0x0001
|
|
PRODUCT_SKU_PROFESSIONAL = 0x0002
|
|
PRODUCT_SKU_SERVER = 0x0004
|
|
PRODUCT_SKU_ADVANCED_SERVER = 0x0008
|
|
PRODUCT_SKU_DATA_CENTER = 0x0010
|
|
PRODUCT_SKU_DESKTOP_EMBEDDED = 0x0020
|
|
PRODUCT_SKU_SERVER_EMBEDDED = 0x0040
|
|
PRODUCT_SKU_WEB_SERVER = 0x0080
|
|
|
|
PRODUCT_DESKTOP_SKUS = 0x0023 ; PRODUCT_SKU_PERSONAL | PRODUCT_SKU_PROFESSIONAL | PRODUCT_SKU_DESKTOP_EMBEDDED
|
|
PRODUCT_SERVER_SKUS = 0x00DC ; PRODUCT_SKU_SERVER | PRODUCT_SKU_ADVANCED_SERVER | PRODUCT_SKU_DATA_CENTER | PRODUCT_SKU_SERVER_EMBEDDED | PRODUCT_SKU_WEB_SERVER
|
|
PRODUCT_SHARED_SKU = 0x005C ; PRODUCT_SKU_SERVER | PRODUCT_SKU_ADVANCED_SERVER | PRODUCT_SKU_DATA_CENTER | PRODUCT_SKU_SERVER_EMBEDDED
|
|
PRODUCT_ALL_SKUS = 0xFFFF
|
|
|
|
@*:; the following constants have to remain in sync with system defines
|
|
FILE_ATTRIBUTE_READONLY = 0x00000001
|
|
FILE_ATTRIBUTE_HIDDEN = 0x00000002
|
|
FILE_ATTRIBUTE_SYSTEM = 0x00000004
|
|
FILE_ATTRIBUTE_NORMAL = 0x00000080
|
|
FILE_ATTRIBUTE_SUPER_HIDDEN = 0x00000006 ; this is FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_SYSTEM
|
|
|
|
;=============================================
|
|
; End: Constants used in INF
|
|
;=============================================
|
|
|
|
;=============================================
|
|
; Begin: NON-Localized Strings
|
|
;=============================================
|
|
|
|
str_addins = "addins"
|
|
str_FaxPath = "Microsoft\Windows NT\MSFax"
|
|
str_FaxServiceName = "Fax"
|
|
str_FaxServiceDisplayName = "Fax"
|
|
str_DefaultPrinterName = "Fax"
|
|
|
|
str_CoverPage = "Coverpage"
|
|
str_AwdFile = "awdfile"
|
|
|
|
str_Inbox = "Microsoft\Windows NT\MSFax\Inbox"
|
|
str_SentItems = "Microsoft\Windows NT\MSFax\SentItems"
|
|
str_Queue = "Microsoft\Windows NT\MSFax\Queue"
|
|
str_ActivityLog = "Microsoft\Windows NT\MSFax\ActivityLog"
|
|
str_CoverPages = "Microsoft\Windows NT\MSFax\Common Coverpages"
|
|
str_PSSLogIncoming = "LogFiles\Fax\Incoming"
|
|
str_PSSLogOutgoing = "LogFiles\Fax\Outgoing"
|
|
|
|
str_DownLevelClientShare = "faxclient"
|
|
|
|
str_DownLevelClients = "clients\faxclient"
|
|
str_PrgFiles = "PrgFiles"
|
|
str_MsFax = "msfax"
|
|
str_Windows = "Windows"
|
|
str_System = "System"
|
|
str_Drivers = "Drivers"
|
|
|
|
str_CSID_Fax = "Fax"
|
|
str_TSID_Fax = "Fax"
|
|
|
|
str_CoverPageShareName = "FxsSrvCp$"
|
|
|
|
str_WinCTI_SrvPrvdr = "Windows Telephony Service Provider for Universal Modem Driver"
|
|
|
|
KEY_ACTIVE_SETUP_NT = "SOFTWARE\Microsoft\Active Setup\Installed Components\{8b15971b-5355-4c82-8c07-7e181ea07608}"
|
|
KEY_ACTIVE_SETUP_PROVIDER = "SOFTWARE\Microsoft\Active Setup\Installed Components\{94de52c8-2d59-4f1b-883e-79663d2d9a8c}"
|
|
PRODUCT_NAME = "Fax"
|
|
PRODUCT_NAME_PROVIDER = "Fax Provider"
|
|
VERSION_STR = "5.1"
|
|
LOCALE_ID = "EN"
|
|
|
|
;=============================================
|
|
; End: NON-Localized Strings
|
|
;=============================================
|
|
|
|
;=============================================
|
|
; Begin: Localized Strings
|
|
;=============================================
|
|
|
|
@*: in localized builds, the actual coverpage filenames should be localized
|
|
@*:
|
|
str_confdent = "confident.cov"
|
|
str_fyi = "fyi.cov"
|
|
str_generic = "generic.cov"
|
|
str_urgent = "urgent.cov"
|
|
|
|
str_fax_desc = "Fax Services"
|
|
str_fax_tip = "Allows fax to be sent and received"
|
|
str_FaxCoverpageFile = "Fax Cover Page File"
|
|
str_FaxAwdFileType = "Windows 95 Fax File (obsolete)"
|
|
str_IncomingFax = "Incoming Fax"
|
|
str_OutgoingFax = "Outgoing Fax"
|
|
str_FaxError = "Fax error"
|
|
str_FaxLineRings = "Fax line rings"
|
|
str_FaxNew = "New fax"
|
|
str_FaxSent = "Fax sent"
|
|
str_RouteThroughEmail = "Route through e-mail"
|
|
str_StoreInFolder = "Store in a folder"
|
|
str_Print = "Print"
|
|
|
|
str_DownLevelClientComment = "Microsoft Shared Fax Clients"
|
|
|
|
@*: this has to remain like this 'Coverpages' even though this is bad english
|
|
@*: to support backwards compatability with W2K fax personal cover pages.
|
|
str_FaxPersonalCoverpages = "\Fax\Personal Coverpages\"
|
|
|
|
str_MyFaxes = "My Faxes"
|
|
str_CommonCoverPages = "Common Cover Pages"
|
|
|
|
str_FaxCoverPageLink = "Fax Cover Page Editor"
|
|
str_FaxGroup = "Accessories\Communications\Fax"
|
|
str_AWFaxGroup = "Accessories\Fax"
|
|
|
|
@*: W9X cover page editor shortcut - removed during upgrade
|
|
str_FaxW9XCoverPageLink = "Cover Page Editor"
|
|
|
|
@*: W2K shortcuts - removed during upgrade
|
|
str_FaxW2KMyFaxesLink = "My Faxes"
|
|
str_FaxW2KSendCoverPageLink = "Send Cover Page Fax"
|
|
str_FaxW2KHelpLink = "Help"
|
|
str_FaxW2KMMCSnapinLink = "Fax Service Management"
|
|
str_FaxW2KFaxQueueLink = "Fax Queue"
|
|
|
|
str_FaxSendWizardLink = "Send a Fax..."
|
|
|
|
str_FaxClientLink = "Fax Console"
|
|
|
|
str_FaxConfigWzrdLink = "Fax Configuration Wizard"
|
|
str_FaxConfigWzrdInfoTip = "Configures the fax devices on your computer"
|
|
str_FaxMMCLink = "Fax Service Manager"
|
|
|
|
str_MSRoutingExtension = "Microsoft Routing Extension"
|
|
str_MSModemDeviceProvider = "Microsoft Modem Device Provider"
|
|
|
|
str_CoverPageShareComment = "Common Fax Cover Pages Folder"
|
|
str_PrinterShareComment = "Fax Printer"
|
|
|
|
str_FaxServiceDescription = "Enables you to send and receive faxes, utilizing fax resources available on this computer or on the network."
|
|
|
|
str_FaxMailTransport = "Fax Mail Transport"
|
|
|
|
str_WhereDidMyFaxGo = "Where Did My Fax Go"
|
|
|
|
@*: this should be localized the same as in SBS2000.
|
|
str_SBSFaxGroup = "Microsoft Shared Fax Client"
|
|
|
|
|
|
|