mirror of https://github.com/tongzx/nt5src
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.
83 lines
3.0 KiB
83 lines
3.0 KiB
|
|
;--------------------------------------Localizable Strings Section-------------------------------
|
|
|
|
; User-visible strings
|
|
[Strings]
|
|
FAXTopDesc = "Microsoft 傳真" ;Text displayed in Listbox during Setup
|
|
FAXDesc = "Microsoft 傳真服務"
|
|
|
|
FAXTip = "讓您傳送或接收傳真"
|
|
|
|
FAXViewDesc = "Microsoft 傳真檢視器" ;Text displayed in Listbox during Setup
|
|
; and in the profile messaging services listbox
|
|
FAXViewTip = "讓您檢視 Microsoft 傳真影像"
|
|
|
|
; Program Groups
|
|
FAXApps_DESC = "附屬應用程式\傳真"
|
|
FaxPrograms = "程式集" ; The Programs Group
|
|
SendTo_DESC = "SendTo" ; Name of SendTo folder in the Windows dir
|
|
FaxStartMenu = "「開始~1" ; Name of the Start Menu Folder MUST USE 8.3 PATH NAME
|
|
|
|
; Group Item Names
|
|
SendToFax_DESC = "傳真接收者" ;
|
|
FAXVIEW_Link_Desc = "傳真檢視器" ; Not used
|
|
FAXCOVER_Link_Desc = "封面頁編輯器"
|
|
CallaFaxService = "要求傳真"
|
|
ShowFaxQueue = "顯示傳真佇列"
|
|
SendNewFax = "撰寫新傳真"
|
|
|
|
; 8.3 name of the equivelent items above.... Have fun...
|
|
|
|
FaxPoll = "Request"
|
|
Newfax = "NewFax"
|
|
FaxCover = "FaxCover"
|
|
Sendfax = "SendFax"
|
|
|
|
; OLE Verb Names (Localized]
|
|
|
|
PRINT = "列印(&P)"
|
|
OPEN = "開啟(&O)"
|
|
EDIT = "編輯(&E)"
|
|
|
|
; The name of the Spool directory in c:\windows
|
|
SPOOL_DIR = "spool"
|
|
;
|
|
; Registry item names -- Must match what is in resource of program
|
|
VIEWER_DOC = "傳真檢視器文件"
|
|
CPE_DOC = "封面頁編輯器文件"
|
|
|
|
; Mapi provider names
|
|
FAXAB = "通訊錄"
|
|
FAXXP = "傳輸"
|
|
FAXMS = "郵件服務"
|
|
|
|
;
|
|
; Cover page Sample LFN's
|
|
CPE_1desc = "機密!"
|
|
CPE_2desc = "參考資訊"
|
|
CPE_4desc = "急件!"
|
|
CPE_5desc = "普通"
|
|
OLD_CPE_5desc = "一般用途"
|
|
;
|
|
; for NON-US BUILD this STRING should be "NotUsed"
|
|
; no need to localize this anymore. This is handled in the code.
|
|
;rgMessageInTheBottle = "Received" ; USA builds ONLY
|
|
;rgMessageInTheBottle = "NotUsed" ; NON-USA BUILDS
|
|
|
|
; This is the 8.3 name of the OLD General Purpose CPE file
|
|
; We Had to make a short File name so we would have correct defaults
|
|
; even on non-Long File name systems. This name is used to delete the
|
|
; old "General Purpose.CPE" file
|
|
General83name = "GENERA~1.CPE"
|
|
|
|
; Old names need for deleting links left over from previous installs
|
|
Old_CallaFaxService = "抓取檔案"
|
|
Old_ShowFaxQueue = "顯示傳真佇列"
|
|
Old_SendNewFax = "撰寫新傳真"
|
|
Old_FAXCOVER_Link_Desc = "封面頁編輯器"
|
|
|
|
|
|
;;; These strings should not localized -- Must not change
|
|
TransportReg = "Software\Microsoft\At Work Fax\Transport Service Provider"
|
|
FaxViewCLSID = "02B01C80-E03D-101A-B294-00DD010F2BF9"
|
|
|