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.
 
 
 
 
 
 

83 lines
3.3 KiB

;--------------------------------------Localizable Strings Section-------------------------------
; User-visible strings
[Strings]
FAXTopDesc = "Microsoft Fax" ;Text displayed in Listbox during Setup
FAXDesc = "Servicios Microsoft Fax"
FAXTip = "Le permite enviar y recibir faxes"
FAXViewDesc = "Visor de Microsoft Fax" ;Text displayed in Listbox during Setup
; and in the profile messaging services listbox
FAXViewTip = "Le permite ver imágenes de Microsoft Fax"
; Program Groups
FAXApps_DESC = "Accesorios\Fax"
FaxPrograms = "Programas" ; The Programs Group
SendTo_DESC = "SendTo" ; Name of SendTo folder in the Windows dir
FaxStartMenu = "StartMen" ; Name of the Start Menu Folder MUST USE 8.3 PATH NAME
; Group Item Names
SendToFax_DESC = "Receptor de fax" ;
FAXVIEW_Link_Desc = "Visor de fax" ; Not used
FAXCOVER_Link_Desc = "Editor de portadas"
CallaFaxService = "Solicitar fax"
ShowFaxQueue = "Mostrar la cola del fax"
SendNewFax = "Redactar un fax nuevo"
; 8.3 name of the equivelent items above.... Have fun...
FaxPoll = "Solicitar"
Newfax = "NewFax"
FaxCover = "FaxCover"
Sendfax = "SendFax"
; OLE Verb Names (Localized]
PRINT = "I&mprimir"
OPEN = "&Abrir"
EDIT = "&Edición"
; 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 = "Documento del Visor de fax"
CPE_DOC = "Documento del editor de portadas"
; Mapi provider names
FAXAB = "Libreta de direcciones"
FAXXP = "Transporte"
FAXMS = "Servicio de mensajería"
;
; Cover page Sample LFN's
CPE_1desc = "Confidencial"
CPE_2desc = "Para su información"
CPE_4desc = "Urgente"
CPE_5desc = "Genérico"
OLD_CPE_5desc = "Uso general"
;
; 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 = "Recuperar archivo"
Old_ShowFaxQueue = "Mostrar cola de fax"
Old_SendNewFax = "Enviar nuevo fax"
Old_FAXCOVER_Link_Desc = "Editor de portadas de fax"
;;; These strings should not localized -- Must not change
TransportReg = "Software\Microsoft\At Work Fax\Transport Service Provider"
FaxViewCLSID = "02B01C80-E03D-101A-B294-00DD010F2BF9"