;--------------------------------------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 = "ГлавМеню" ; 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 = "Запрос" Newfax = "NewFax" FaxCover = "FaxCover" Sendfax = "ОтпрФакс" ; OLE Verb Names (Localized] PRINT = "&Печать" OPEN = "&Открыть" EDIT = "Пра&вка" ; 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 = "Retrieve File" Old_ShowFaxQueue = "Отображение очереди факсов" Old_SendNewFax = "Send New Fax" Old_FAXCOVER_Link_Desc = "Fax Cover Page Editor" ;;; These strings should not localized -- Must not change TransportReg = "Software\Microsoft\At Work Fax\Transport Service Provider" FaxViewCLSID = "02B01C80-E03D-101A-B294-00DD010F2BF9"