;--------------------------------------Localizable Strings Section------------------------------- ; User-visible strings [Strings] FAXTopDesc = "Microsoft Fax" ;Text displayed in Listbox during Setup FAXDesc = "Microsoft FAX ¼­ºñ½º" FAXTip = "Æѽº¸¦ ÁÖ°í ¹ÞÀ» ¼ö ÀÖ½À´Ï´Ù." FAXViewDesc = "Microsoft FAX ºä¾î" ;Text displayed in Listbox during Setup ; and in the profile messaging services listbox FAXViewTip = "Microsoft FAX À̹ÌÁö¸¦ º¼ ¼ö ÀÖ½À´Ï´Ù." ; Program Groups FAXApps_DESC = "º¸Á¶ÇÁ·Î±×·¥\FAX" FaxPrograms = "ÇÁ·Î±×·¥" ; The Programs Group SendTo_DESC = "SendTo" ; Name of SendTo folder in the Windows dir FaxStartMenu = "½ÃÀÛ ¸Þ´º" ; Name of the Start Menu Folder MUST USE 8.3 PATH NAME ; Group Item Names SendToFax_DESC = "FAX ¹Þ´ÂÀÌ" ; FAXVIEW_Link_Desc = "FAX ºä¾î" ; Not used FAXCOVER_Link_Desc = "Ç¥Áö ÆíÁý±â" CallaFaxService = "FAX ¿äû" 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 = "FAX ºä¾î ¹®¼­" 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"