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.
 
 
 
 
 
 

178 lines
7.7 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 = "Confidentiel.cov"
str_fyi = "Pour votre information.cov"
str_generic = "Générique.cov"
str_urgent = "Urgent.cov"
str_fax_desc = "Services de télécopie"
str_fax_tip = "Autorise l'envoi et la réception d'une télécopie"
str_FaxCoverpageFile = "Fichier de page de garde de télécopie"
str_FaxAwdFileType = "Fichier de télécopie Windows 95 (obsolète)"
str_IncomingFax = "Télécopie entrante"
str_OutgoingFax = "Télécopie sortante"
str_FaxError = "Erreur de télécopie"
str_FaxLineRings = "Sonneries relatives à la ligne de télécopie"
str_FaxNew = "Nouvelle télécopie"
str_FaxSent = "Télécopie envoyée"
str_RouteThroughEmail = "Transporter par message électronique"
str_StoreInFolder = "Enregistrer dans un dossier"
str_Print = "Imprimer"
str_DownLevelClientComment = "Client Partage de télécopie Microsoft"
@*: 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 = "\Mes télécopies\Pages de garde personnalisées\"
str_MyFaxes = "Mes télécopies"
str_CommonCoverPages = "Pages de garde communes"
str_FaxCoverPageLink = "Éditeur de page de garde"
str_FaxGroup = "Accessoires\Communications\Télécopieur"
str_AWFaxGroup = "Accessoires\Télécopieur"
@*: W9X cover page editor shortcut - removed during upgrade
str_FaxW9XCoverPageLink = "Éditeur de page de garde"
@*: W2K shortcuts - removed during upgrade
str_FaxW2KMyFaxesLink = "Mes télécopies"
str_FaxW2KSendCoverPageLink = "Envoyer la page de garde"
str_FaxW2KHelpLink = "Aide"
str_FaxW2KMMCSnapinLink = "Gestion du service de télécopie"
str_FaxW2KFaxQueueLink = "File d'attente des télécopies"
str_FaxSendWizardLink = "Envoyer une télécopie..."
str_FaxClientLink = "Console de télécopie"
str_FaxConfigWzrdLink = "Assistant Configuration de télécopie"
str_FaxConfigWzrdInfoTip = "Configure les périphériques de télécopie sur votre ordinateur"
str_FaxMMCLink = "Gestionnaire de service de télécopie"
str_MSRoutingExtension = "Extension Routage Microsoft"
str_MSModemDeviceProvider = "Microsoft Modem Device Provider"
str_CoverPageShareComment = "Dossier des pages de garde communes de télécopie"
str_PrinterShareComment = "Imprimante-télécopieur"
str_FaxServiceDescription = "Vous permet d'envoyer et de recevoir des télécopies, d'utiliser les ressources de télécopie disponibles sur cet ordinateur ou le réseau."
str_FaxMailTransport = "Protocole de transport de télécopie"
str_WhereDidMyFaxGo = "Où est mon application de télécopie ?"
@*: this should be localized the same as in SBS2000.
str_SBSFaxGroup = "Client Partage de télécopie Microsoft"